What's Inside
- 23 workflow commands — /explore, /plan, /next, /ship for structured development
- 6 specialized agents — architect, test-engineer, code-reviewer, and more
- MCP integrations — Serena (semantic code), Context7 (docs), Chrome DevTools
- Memory system — persistent project context across sessions
- Plugin marketplace — modular, enable only what you need
# Quick start
git clone https://github.com/applied-artificial-intelligence/claude-code-toolkit
cd claude-code-toolkit
./install.sh
# In any project
/explore # Understand the codebase
/plan # Create implementation plan
/next # Execute next task
/ship # Deliver with validation