Skip to content

Claude Kit

A development-workflow plugin for Claude Code. 35 skills across a 6-phase spine — Think, Review, Build, Ship, Maintain, Setup — plus 24 agents and 7 modes. Free, open source.
Terminal window
# Add the marketplace
/plugin marketplace add duthaho/claudekit-marketplace
# Install the plugin
/plugin install claudekit
# Configure your project (optional)
/claudekit:init

Skills trigger automatically based on what you’re doing. Ask Claude to brainstorm a feature, write a plan, debug an error, or review code — the right skills activate without any commands.

Raw Claude Code is powerful but brittle. Long sessions spiral, output quality drifts between runs, every session starts from scratch, and Claude has no built-in sense of your team’s patterns.

ProblemWhat Claude Kit adds
Context spiralsFresh subagents per task; structured 6-phase flow
Inconsistent outputTDD enforcement + verification-before-completion gates
No structureSkills that auto-trigger on intent, not slash commands
Missing expertise24 specialized agents; project-level rules and modes
PhaseWhat happensExample skills
ThinkClarify the problem, pick an approachbrainstorming, writing-plans
ReviewPressure-test the plan before codingautoplan, plan-eng-review, plan-ceo-review
BuildExecute with TDD, dispatch subagents, verifyfeature-workflow, test-driven-development
ShipCommit, review, PR, changelogfinishing-a-development-branch, git-workflows
MaintainDebug, refactor, trace root causessystematic-debugging, root-cause-tracing
SetupInstall rules, modes, hooks, MCPinit

Explore the workflows →