Skip to content

Skills Reference

Claude Kit is organized around a 6-phase development workflow. 13 spine skills are user-invocable — typed directly as /claudekit:<name> — and 22 supporting skills auto-trigger by context behind the scenes.

Skills have trigger descriptions with keywords. When your conversation matches, the skill loads automatically:

"fix this bug" → systematic-debugging, root-cause-tracing
"plan the feature" → brainstorming, writing-plans
"review my plan" → plan-ceo-review, plan-eng-review
"switch to brainstorm" → mode-switching, brainstorming

You can also invoke spine skills directly by typing /claudekit:<name>. Project-level skills go in .claude/skills/.


Explore ideas, refine requirements, produce a spec.

SkillDescriptionTriggers On
brainstormingInteractive design — one question at a time. Includes Startup Mode (6 forcing questions) for new product ideas”brainstorm”, “design”, “explore”, “is this worth building”
writing-plansBreak a spec into bite-sized tasks with exact code, file paths, and verification commands”plan”, “break down”, “task list”, “implementation steps”

Pressure-test a written plan before coding. Each dimension scores 0-10 with a one-sentence rationale and concrete fixes. Selected fixes are written directly into the plan file.

SkillDimensions scoredWhen to invoke
autoplanAll 4 below, parallel fan-out, single consolidated fix gateFull gauntlet before handoff — “autoplan”, “auto review”, “run all reviews”
plan-ceo-reviewAmbition, problem clarity, wedge focus, demand reality, future-fitScope / strategy pressure-test — “think bigger”, “scope review”
plan-eng-reviewData flow, failure modes, edge cases, test matrix, rollbackArchitecture audit — “does this design make sense”, “lock in the plan”
plan-design-reviewHierarchy, visual consistency, state coverage, accessibility, AI-slop avoidancePlans with UI surfaces — “design critique”, “avoid AI slop”
plan-devex-reviewTime to Hello World, ergonomics, error copy, docs structure, magical momentsPlans shipping APIs / CLIs / SDKs — “DX review”, “is this SDK ergonomic”

Implement with discipline — TDD, systematic debugging, and verification gates.

SkillDescriptionTriggers On
feature-workflowEnd-to-end orchestrator: requirements → plan → review → implement → test → review”feature”, “implement end-to-end”
test-driven-developmentStrict red-green-refactor — no production code without a failing test first”implement”, “add feature”, “fix bug”, “build”
systematic-debugging4-phase investigation: observe, hypothesize, test, prove”bug”, “error”, “broken”, stack traces
verification-before-completionMandatory evidence before any completion claim”done”, “fixed”, “tests pass”
SkillDescriptionTriggers On
mode-switchingSwitch behavioral modes (brainstorm, token-efficient, deep-research, implementation, review)“mode”, “switch to brainstorm”
SkillDescriptionTriggers On
initInteractive setup wizard — scaffolds rules, modes, hooks, MCP configs into your project/claudekit:init (user-invocable)

Supporting Skills (auto-trigger, non-user-invocable)

Section titled “Supporting Skills (auto-trigger, non-user-invocable)”

These 22 skills activate silently when Claude detects a matching context. You don’t invoke them directly — they shape how Claude works within the spine phases above.

SkillTriggers On
executing-plans”execute the plan”, “run the plan”
subagent-driven-development”use subagents”, “dispatch agents”, parallel task execution
using-git-worktrees”worktree”, “isolated branch”, parallel development
finishing-a-development-branch”ship it”, “ready to merge”, “branch is done”
dispatching-parallel-agents3+ independent failures or tasks
condition-based-waiting”wait for”, “check status”, polling CI pipelines
SkillTriggers On
testingpytest, Vitest, Jest — fixtures, mocking, coverage config
playwrightE2E tests, page objects, visual regression
testing-anti-patterns”flaky test”, “mock”, test review — catches unreliable tests
SkillTriggers On
root-cause-tracingDeep bugs where error location differs from bug origin
defense-in-depthData integrity bugs, single-point bypass scenarios
SkillTriggers On
requesting-code-reviewBefore PRs, before merging
receiving-code-reviewReview comments, PR feedback
SkillTriggers On
sequential-thinkingComplex decisions needing step-by-step reasoning
writing-concisely”be concise”, “code only” — 30-70% token savings
writing-skills”create a skill”, “new skill”
refactoring”refactor”, “clean up”, “simplify”
SkillTriggers On
devopsDocker, GitHub Actions, Cloudflare Workers — CI/CD, deployment
git-workflows”commit”, “PR”, “ship”, “changelog”
performance-optimization”slow”, “optimize”, “profiling”, N+1 queries, bundle size
session-management”checkpoint”, “index”, “status”, context loading
SkillTriggers On
owaspSecurity review, user input, authentication, CORS, CSP

  • Total: 35 skills
  • Spine (user-invocable): 13 — brainstorming, writing-plans, autoplan, plan-ceo-review, plan-eng-review, plan-design-review, plan-devex-review, feature-workflow, test-driven-development, systematic-debugging, verification-before-completion, mode-switching, init
  • Supporting (auto-trigger only): 22