From ab7287fdc7803dd6166a0b8c8b6b246641ca1812 Mon Sep 17 00:00:00 2001 From: Scottpedia0 Date: Mon, 23 Mar 2026 20:51:36 -0700 Subject: [PATCH] =?UTF-8?q?Add=20skill-builder=20to=20Companion=20Apps=20?= =?UTF-8?q?=E2=80=94=20activity-driven=20skill=20generation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a46b1..cdcac92 100644 --- a/README.md +++ b/README.md @@ -794,6 +794,7 @@ claude-code-toolkit/ 800+ files | [TokenEater](https://github.com/AThevon/TokenEater) | 179 | Native macOS menu bar app for monitoring Claude AI usage limits and watching coding sessions live | | [Claw](https://github.com/jamesrochabrun/Claw) | 86 | Native macOS app wrapping Claude Code SDK in Swift. Plan Mode, MCP Integration, Custom System Prompts | | [The Claude Protocol](https://github.com/AvivK5498/The-Claude-Protocol) | 149 | Enforcement layer wrapping Claude Code with 13 hooks -- blocks unsafe operations, enforces worktree isolation | +| [skill-builder](https://github.com/Scottpedia0/skill-builder) | new | Analyzes your activity (shell history, git, browser, Claude threads) and generates working skills via LLM. 15 built-in skills + unlimited AI-generated. React UI with MCP server builder | ---