claude-code-kit — Multi-Agent Development Toolkit
claude-code-kit: a universal Claude Code toolkit — 33 specialized agents, 16 skills, and 13 governance rules for harness x loop engineering.
claude-code-kit is a universal development toolkit built on top of Claude Code’s agent harness. It composes a three-phase pipeline — Planning, Development, Validation — out of specialized agents, aiming not just to ship fast but to finish every task in a verified state.
By the numbers
- 33 specialized agents (planning, implementation, review, refactoring)
- 21 skills (
/plan-task,/auto-dev,/review,/debug,/test, and more) - 13 governance rules (worktree isolation, delegation chains, definition of done)
- 220+ unit tests
- 11 agent behavior eval scenarios (deterministic-first scoring)
- 8+ machine gates (
verify-done.sh)
Install
# Path 1 — Anthropic community marketplace
/plugin marketplace add anthropics/claude-plugins-community
/plugin install claude-code-kit@claude-community
# Path 2 — register the repository directly
/plugin marketplace add This-HW/claude-code-kit
/plugin install claude-code-kit@claude-code-kit
For the full local install (security hooks, auto-format, pre-commit), see the README.
Learn more: Getting Started · About / Architecture