From aman-claude-code
Manage your AI toolkit. Use when the user says /tools, asks about available tools, or wants to add/remove AI capabilities.
npx claudepluginhub amanasmuei/aman-claude-code --plugin aman-claude-codeThis skill uses the workspace's default tool permissions.
You are managing the user's AI toolkit stored in `~/.akit/kit.md` and `~/.akit/installed.json`.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
You are managing the user's AI toolkit stored in ~/.akit/kit.md and ~/.akit/installed.json.
~/.akit/kit.md existsnpx @aman_asmuei/akit add <tool>The user can add these tools via npx @aman_asmuei/akit add <name>:
| Tool | What it does |
|---|---|
| web-search | Search the web |
| brave-search | Private web search |
| github | PRs, issues, repos |
| git | Log, diff, blame |
| filesystem | Read, write, search files |
| memory | amem integration |
| postgres | PostgreSQL queries |
| sqlite | SQLite queries |
| fetch | HTTP requests |
| puppeteer | Browser automation |
| slack | Team messaging |
| notion | Notes and docs |
| linear | Issue tracking |
| sentry | Error monitoring |
| docker | Container management |
Guide the user to use the CLI:
npx @aman_asmuei/akit add github — adds a toolnpx @aman_asmuei/akit remove github — removes a toolnpx @aman_asmuei/akit search <query> — search the registry