Build Software Like You Have a Team
ClaudeKit gives you 14 specialized developer agents working together. Write less code, ship faster, maintain quality.
# Install ClaudeKit CLI
npm install -g claudekit-cli
# Create new project
ck new --dir my-app
# Select "Engineer Kit"
# Wait for installation to complete
# Start the project
cd my-app
# Start Claude Code
claude
# or `claude --dangerously-ignore-permissions` (use as your own risk)
# Bootstrap a new project, or Plan and implement a feature
/bootstrap [create a calendar booking app that sync with Apple & Google Calendar]
/plan [add user authentication]
/cook [implement OAuth 2.1 with JWT]
# Review, approve, deploy Why ClaudeKit?
Specialized Agents, Real Results
14 expert agents—planner, tester, debugger, designer—each focusing on what it does best. Orchestrate workflows like a senior architect, not just autocomplete.
- Planner analyzes requirements and creates implementation roadmaps
- Tester generates comprehensive test suites automatically
- Debugger identifies and fixes issues across your entire codebase
- Designer creates UI components following your design system
Eliminate Repetitive Work
Reclaim 50-70% of time spent on repetitive tasks. AI writes initial implementations; you focus on architecture, review, and high-value decisions.
- Generate tests automatically with coverage reports
- Fix bugs across multiple files with context awareness
- Update documentation as code changes
- Refactor legacy code with confidence
Stay in Control
You're the reviewer, AI is the implementer. Checkpoints and rollback at every step. Transparent decision-making with full audit trails.
- Approve or reject changes before they're applied
- Instant rollback to any previous checkpoint
- Understand AI reasoning with detailed explanations
- Customize agent behavior for your team's workflows
How It Works
ClaudeKit operates through two main components that work seamlessly together:
ClaudeKit Engineer: 14 Specialized Agents
Multi-agent orchestration system with role-based specialists:
- Core Workflow:
/plan→/cook→/test→/debug→/git:cm - Design Tools:
/design:fast,/design:3d,/design:screenshot - Fix Commands:
/fix:fast,/fix:hard,/fix:ui,/fix:types - Content Creation:
/content:good,/content:cro,/docs:update - Integrations:
/integrate:polar,/integrate:sepay
Each command triggers specialized agents that collaborate to deliver results.
ClaudeKit CLI: Smart Project Management
Intelligent project scaffolding and version management:
# Create new project with ClaudeKit configuration
ck new --dir my-app
# Update existing project to latest ClaudeKit version
ck update
# Check and switch between ClaudeKit versions
ck versions The CLI handles:
- Project initialization with best practices
- Smart file merging without breaking changes
- Version management across projects
- Multi-tier authentication (GitHub CLI)
Real Developer Workflows
Building a New Feature
Planning:
# Planner agent reads your codebase
/plan [add real-time notifications with WebSocket]
# Creates detailed implementation plan:
# - Architecture decisions
# - File changes needed
# - Test strategy
# - Security considerations Implementation:
# Code agent follows the plan
/cook [implement WebSocket notifications]
# Generates:
# - Server-side WebSocket handler
# - Client-side connection manager
# - Event types and validators
# - Error handling and reconnection logic Testing:
# Tester agent creates comprehensive tests
/test [WebSocket notifications]
# Produces:
# - Unit tests for handlers
# - Integration tests for end-to-end flow
# - Mock WebSocket server
# - Coverage report Debugging Production Issues
# Debugger agent analyzes logs and code
/debug [users reporting timeout errors on checkout]
# Agent workflow:
# 1. Searches logs for timeout patterns
# 2. Traces code execution paths
# 3. Identifies bottleneck in payment processing
# 4. Suggests fixes with performance impact
# 5. Generates tests to prevent regression Refactoring Legacy Code
# Scout agent maps codebase structure
/scout [analyze authentication system]
# Planner creates refactoring roadmap
/plan [migrate from sessions to JWT]
# Code agent implements changes safely
/cook [implement JWT authentication]
# Tester ensures nothing breaks
/test [authentication system] Proven Results
What Developers Say
"More time in reviewer mode than coding mode. AI writes 80% of initial implementations; I focus on architecture and steering multiple threads."
"Functions more like a code editor than a typical AI tool. Essential part of my workflow."
"The checkpoint feature is game-changing. Try an approach, rollback instantly if it doesn't work. No fear of AI going off the rails."
Get Started in 5 Minutes
Install ClaudeKit CLI
npm install -g claudekit-cli Create Your First Project
ck new my-first-app
cd my-first-app Plan and Implement a Feature
/plan [add user registration API]
/cook [implement registration endpoint] Review and Commit
git diff
npm test
/git:cm Ready to Build Like You Have a Team?
Get started with ClaudeKit and experience developer productivity at a new level.
Explore Documentation
Getting Started
Quick start guide, installation, and core concepts
CLI Reference
Commands, configuration, and templates
Agent System
14 specialized agents and orchestration patterns
Commands
38+ commands for every development workflow
Guides & Tutorials
Complete walkthroughs and use cases
API Reference
Detailed API documentation and configuration