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-skip-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?
Stop wrestling with repetitive tasks. Let specialized AI agents handle the implementation while you focus on architecture.
Specialized Agents
14 expert agents—planner, tester, debugger, designer—each focusing on what it does best. Orchestrate workflows like a senior architect.
- Planner creates roadmaps
- Tester generates suites
- Debugger fixes issues
Eliminate Repetitive Work
Reclaim 50-70% of time spent on repetitive tasks. AI writes initial implementations; you focus on high-value decisions.
- Auto-generated tests
- Context-aware bug fixes
- Confident refactoring
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 every change
- Instant rollbacks
- Detailed reasoning logs
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→/code→/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:
# Initialize ClaudeKit Engineer in your project
ck init --kit engineer
# Update ClaudeKit Engineer to latest version
ck init
# Check available 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