Skip to content

Claude Kit

The open-source AI dev toolkit for Claude Code. Ship faster with 27+ commands, 7 modes, and 34+ skills. Free forever.

Claude Kit transforms Claude Code into a production-ready AI development team. Pre-built commands, intelligent modes, and battle-tested skills — all open source.

27+ Commands

From /feature to /ship, automate your entire development workflow with battle-tested commands.

7 Modes

Switch between brainstorm, implementation, review, and more. Each mode optimizes Claude’s behavior for your task.

34+ Skills

Pre-built knowledge for Python, TypeScript, React, FastAPI, testing, security, and more.

5 MCP Servers

Real-time docs, persistent memory, browser testing, and more via Model Context Protocol.


Get up and running in under 2 minutes:

Terminal window
# Clone the repository
git clone https://github.com/duthaho/claudekit.git
# Copy the kit to your project
cp -r claudekit/.claude your-project/
# Start using commands
cd your-project
claude
> /feature "add user authentication"

Working with Claude Code is powerful, but raw Claude has limitations:

  • Context Spirals — Token budgets run out, context gets lost mid-task
  • Inconsistent Output — Quality varies between sessions
  • Manual Workflows — Same prompts copied between projects
  • No Structure — Every session starts from scratch

Claude Kit provides the structure, patterns, and automation that makes Claude Code production-ready:

Structured Workflows

Commands like /feature orchestrate multi-phase development: planning → implementation → testing → review → ship.

Context Control

Modes and skills give Claude the exact context it needs. No more explaining your stack every session.

Consistent Quality

Built-in code review, testing standards, and security checks ensure every output meets your standards.

Fully Customizable

Add your own commands, modes, and skills. Claude Kit is a template, not a black box.


View all commands →


ModeBest ForDescription
DefaultGeneral tasksBalanced behavior
BrainstormDesign, ideationExplores alternatives, asks questions
Token-EfficientHigh-volume workCompressed output, 30-70% savings
ImplementationCodingJump straight to code
ReviewQuality checksCritical analysis, finds issues
Deep ResearchInvestigationThorough analysis with citations

Learn about modes →