> claude-toolbox
a structured AI development pipeline
Claude Code Codex
10
Skills
6
Languages
2
Providers
v0.14
Latest
workflow

From Idea to Shipped

Ten skills chained into a pipeline. Each step produces artifacts the next step consumes — design docs, task lists, code, reviews, tests, documentation.

/design
/review-design
/implement
/review-code
/test
/document
~/project
$ /kk:design "add user authentication"
→ Created docs/wip/auth/design.md, tasks.md
$ /kk:implement "work on task 1"
→ Implementing... running review-code checkpoint
$ /kk:test
→ 14 tests passed, 92% coverage
$ /kk:document
→ Updated ARCHITECTURE.md, recorded ADR-0006
batteries included

Everything You Need

An opinionated setup that works out of the box. Install the plugin or adopt the full template — either way, you're productive in minutes.

kk
Workflow Plugin
10 skills forming a complete development pipeline — from design through implementation, review, testing, to documentation.
  • Design docs with task lists
  • Implementation with review checkpoints
  • Multi-model code review (Gemini, etc.)
  • Chain-of-Verification for accuracy
Configuration
Sensible permission baselines, a rich statusline with themes, hooks for safety, and sync infrastructure to keep it all current.
  • Permission guardrails for sensitive paths
  • Statusline with multiple themes
  • Template sync for upstream updates
  • Codex config generation
Knowledge Stack
MCP servers pre-wired for persistent knowledge, up-to-date library docs, and multi-model capabilities.
  • Capy — persistent knowledge base
  • Context7 — library documentation
  • Pal — multi-model code review
  • Findings survive across sessions
profiles

Language-Aware Everywhere

Every workflow skill adapts — review checklists, implementation gotchas, test validators, and doc rubrics are all language-specific.

Go Java JS / TS Kotlin Kubernetes Python