ワンクリックで
tools
Manage your AI toolkit. Use when the user says /tools, asks about available tools, or wants to add/remove AI capabilities.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage your AI toolkit. Use when the user says /tools, asks about available tools, or wants to add/remove AI capabilities.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage your active project threads. Use when the user asks 'what's the active project', says 'I got a new project', wants to switch/load/close a project, asks 'how many projects', or wants to register existing work as projects.
Save a flowing-prose narrative of the current session's reasoning path. Use when the user says /session-narrative, 'save a session narrative', 'capture this session', or at the end of a substantial working session where the reasoning path matters as much as the outcome.
View or update your AI identity. Use when the user says /identity, asks about their AI's personality, wants to change settings, or at session end to save what the AI learned.
View and check AI guardrails. Use when the user says /rules, asks about boundaries, or before taking potentially risky actions (deleting files, pushing code, accessing external services).
Track and review your AI relationship quality. Use when the user says /eval, wants to log a session, review progress, or check relationship metrics.
View and follow AI workflows. Use when the user says /workflows, asks about processes, or starts a task that matches a defined workflow (code review, bug fix, feature build, etc.).
| name | tools |
| description | Manage your AI toolkit. Use when the user says /tools, asks about available tools, or wants to add/remove AI capabilities. |
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