claude-code-toolkit Documentation¶
Getting Started¶
| Page | What it covers |
|---|---|
| Install | Requirements, clone, vault setup, first run |
| Your First Session | Status line, memory load, new vs. existing project |
| Core Concepts | Sessions, memory, routing, standards gate, sub-agents |
User Guide¶
| Page | What it covers |
|---|---|
| Memory | Per-project + global memory, what is/isn't stored, sync protocol |
| Routing | Full routing table — user-triggered and automatic |
| Standards | How standards load, available stacks, adding one |
| Working Across Projects | Workspace layout, switch project, vault path |
| Optional Setup | Codex, Crawl4AI, local LLM |
Skills Reference¶
| Page | What it covers |
|---|---|
| All Skills | Quick-reference table of all skills with trigger phrases |
| Lifecycle Skills | /implement, /new-project, /retrospective, /standards-check, /git-push, /update-docs |
| Memory Skills | /memory-sync, /project, /auto-switch, /set-vault |
| Code Tool Skills | /read-section, /grep, /diff-summary, /git-ctx, /env-check, /pkg-info, /index-repo, /web-fetch |
| Upgrade Skills | /upgrade, /upgrade-dev, /add-stack-standards |
Standards Reference¶
| Page | What it covers |
|---|---|
| Standards Overview | What standards are, how the gate enforces them |
| Universal Standards | All 9 universal standards — purpose and key rules |
| Stack Standards | Each stack, what it covers, inheritance model, how to add |
Tools Reference¶
| Page | What it covers |
|---|---|
| Python Tools | All tools — purpose, invocation, config |
Contributing¶
| Page | What it covers |
|---|---|
| Overview | Workflow, branch conventions, PR rules, context architecture |
| Adding a Skill | Write, route, migrate, doc, PR |
| Adding Standards | Universal rules, new stacks, file format |
| Upgrade Migrations | Migration pattern, idempotency, version bump |
| Writing Documentation | Doc standard, frontmatter schema, freshness rules |