Commands Cheat Sheet
Comprehensive list of all available commands
/command and let AI do the heavy lifting! No coding required, just tell ClaudeKit what you want. Example
/ck:cook "add a login button" → AI builds the entire feature for you! 🎉 Quick reference if you're coming from an older version
All Commands → Skills: All legacy commands migrated to skills. You can use either /cook or /ck:cook, but using the /ck: prefix is recommended to avoid conflicts with Claude Code built-in commands.
Migration Reference
| Old Command | New Command |
|---|---|
/debug | /ck:debug |
/plan | /ck:plan |
/code @plan.md | /ck:cook @plan.md |
/code:no-test | /ck:cook add footer --no-test |
/code:parallel | /ck:cook refactor api --parallel |
/code:auto | /ck:cook add pagination --auto |
/plan:fast | /ck:plan --fast add auth |
/plan:hard | /ck:plan --hard migrate to microservices |
/plan:archive | /ck:plan archive |
/plan:ci | /ck:fix CI build failing --auto |
/fix:ci | /ck:fix deploy pipeline error --auto |
/fix:test | /ck:fix auth tests failing --review |
/fix:types | /ck:fix type errors in utils --quick |
/fix:ui | /ck:fix layout broken on mobile --parallel |
/git:cm | /ck:git cm |
/git:cp | /ck:git cp |
/git:pr | /ck:git pr |
/git:merge | /ck:git merge |
/design:video | /ck:remotion [video or component] |
/design:3d | /ck:threejs spinning globe with markers |
/design:screenshot | /ck:frontend-design |
/design:describe | /ck:frontend-design |
/review:codebase | /ck:code-review codebase |
/review:codebase:parallel | /ck:code-review codebase parallel |
/docs:init | /ck:docs init |
/docs:update | /ck:docs update |
/docs:summarize | /ck:docs summarize |
/content:blog | /ck:copywriting blog [context] |
/content:landing | /ck:copywriting landing [context] |
/skill:create foo | /ck:skill-creator foo |
/integrate:stripe | /ck:payment-integration stripe checkout |
/integrate:sepay | /ck:payment-integration sepay webhook |
/bootstrap:auto | /ck:bootstrap --auto |
/bootstrap:auto:fast | /ck:bootstrap --fast |
/bootstrap:auto:parallel | /ck:bootstrap --parallel |
/test:ui | /ck:test ui [url] |
Claude Code v2.1.1+: Skills invocable via /skill-name [args] or /ck:skill-name — both work identically. Prefer /ck: prefix for skills that conflict with Claude Code built-in slash commands (e.g. /ck:plan instead of /plan).
Token Consumption /skill ⚡
⚡ = Token Consumption - Estimated context size when skill is activated. For reference only.
Weight-based means the token cost scales with the skill's SKILL.md prompt size. A ⚡ skill loads <5K tokens into context, while ⚡⚡⚡⚡ loads 50K-100K — directly reducing your remaining conversation budget.
All Commands by Category
Beta Preview
New skills and enhancements in Engineer Kit Beta
/ck:tech-graph new Generate publication-quality SVG technical diagrams
7 design styles (modern, minimal, neon, retro, etc.) and 10 templates (architecture, sequence, ER, flow).
SVG output ready for docs, slides, blog posts.
/ck:ck-plan enhanced Whole-Plan Consistency Gate before recommending cook
After validate/red-team edits, re-scans plan.md + every phase-*.md for stale terms, superseded decisions, duplicate drafts.
Cook only proceeds with zero unresolved contradictions. --fast no longer chains to --auto.
/ck:bootstrap enhanced Default mode now <code>--full</code> (interactive)
Behavior change: default switched from --auto to --full; --auto is now an explicit autonomous opt-in.--fast keeps cook review gates instead of forcing --auto.
/ck:preview enhanced Visual self-review for diagram output
--diagram/--html --diagram now loads rendered SVG/PNG back as image and inspects for collisions (arrows-through-boxes, label overlaps, legend covering content).
Iteratively re-renders until visually clean.
/ck:kanban deprecated Removed from beta — scheduled for stable removal
Standalone /ck:kanban skill removed in beta.8. Use /ck:plans-kanban instead.
Stable users still have access until next stable release drops it.
/ck:mcp-management deprecated Removed from beta — replaced by /ck:use-mcp
/ck:mcp-management consolidated into /ck:use-mcp in beta.8 (renamed assets, scripts, references).
Stable retains both until next stable release drops mcp-management.
Start Here (Essentials)
Start with a basic workflow: Learn → Level → Ask → Brainstorm → Plan → Execute
/ck:ck-help deprecated ClaudeKit usage guide
Explore commands, skills, and workflows interactively.
/ck:coding-level Set coding experience level (0-5)
Customize explanations from beginner to expert.
/ck:ask Answer technical and architecture questions
Expert consultation for technology decisions.
[question] /ck:brainstorm Brainstorm solutions with tradeoff analysis
Includes candid evaluation. Great starting point for any feature.
/ck:plan Create detailed implementation plan
Research, validation, and archival modes. Use subcommands: archive, red-team, validate.
archive red-team validate --auto --fast --hard --parallel --two --no-tasks --deep beta --tdd beta /ck:cook All-in-one feature implementation
Research → plan → implement → test → review. Uses Claude Tasks for orchestration.
--interactive --fast --parallel --auto --no-test --tdd beta Plan & Research
Brainstorming, planning, and codebase exploration
/ck:brainstorm Brainstorm solutions with tradeoff analysis
Includes candid evaluation. Great starting point for any feature.
/ck:research Technical research and technology evaluation
Best practices, solution design.
[topic] /ck:scout Quick codebase scan
Parallel agents for file discovery. Use ext flag to filter by file type.
[search-target] [ext] /ck:plan Create detailed implementation plan
Research, validation, and archival modes. Use subcommands: archive, red-team, validate.
archive red-team validate --auto --fast --hard --parallel --two --no-tasks --deep beta --tdd beta /ck:sequential-thinking Step-by-step reasoning with self-correction
Multi-step analysis, hypothesis verification, adaptive planning.
/ck:problem-solving Break through deadlocks on complex problems
Break complex loops, test assumptions, simplify the problem.
/ck:loop Autonomous optimization loop
Run N iterations against a metric, learn from git history, auto-keep/discard changes. For coverage, performance, bundle size.
/ck:autoresearch deprecated Autonomous iterative optimization loop
Run N iterations against a metric, learn from git history, auto-keep/discard changes. For coverage, performance, bundle size.
/ck:predict Predict outcomes and risks before implementation
Analyze code changes, estimate impact, flag potential failures before they happen.
/ck:xia Safely study, extract, and port features from other repositories
Analyze reference implementations (GitHub/Local) to understand feature architecture. Integrates a Challenge Framework to evaluate risks before implementation, preventing blind copy-pasting.
<github-url|owner/repo|local-path> [feature] --compare --copy --improve --port --auto --fast Design & Frontend
UI/UX design, frontend development, 3D graphics, and visual tools
/ck:frontend-design Create complete frontend interfaces
From designs, screenshots, or videos.
/ck:frontend-development Build React/TypeScript frontend
Modern patterns, MUI v7, TanStack.
/ck:ui-styling Style UI with shadcn/ui
Radix UI + Tailwind CSS. Dark mode, design system.
/ckm:design Brand identity, logo, CIP, slides, banner, icon
55 logo styles, 50 CIP deliverables, social media images. Generate images with Gemini AI.
/ck:stitch AI design generation via Google Stitch
Generate high-fidelity UI from text prompts. Export Tailwind/HTML. Design-to-code pipeline.
generate export --format all --format html --device mobile /ck:ui-ux-pro-max 50+ styles, 161 color palettes, 57 font pairings
161 product types, 99 UX guidelines, 25 chart types, 10 stacks.
/ck:web-design-guidelines Evaluate UI against Web Interface Guidelines
Check code against design guideline standards.
/ck:threejs Build 3D web apps with Three.js
WebGL/WebGPU. 556 examples, 60 API classes.
/ck:shader Write GLSL fragment shaders
Procedural graphics and generative art. Works with Three.js.
/ck:mermaidjs-v11 Flowcharts, diagrams, Gantt, timeline
Sequence, class, ER, state diagrams using Mermaid v11.
/excalidraw Hand-drawn diagrams with Excalidraw
Architecture, flowcharts, system designs in hand-drawn style. Auto-diagram mode for zero-config codebase visualization.
AI Generation & Multimodal
Image/video generation, AI analysis, and media processing
/ck:ai-multimodal Analyze images/audio/video with Gemini API
Generate images (Imagen 4, Nano Banana 2), videos (Veo 3, Hailuo).
/ck:ai-artist Generate images via Nano Banana
129 curated prompts. Validation required.
--mode search --mode creative --mode wild --mode all --skip /ck:media-processing FFmpeg, ImageMagick, AI background removal
Video/audio processing, images, and RMBG operations.
/ck:remotion Create programmatic videos in React
Build video components with React and render to MP4.
Build & Ship
Backend, frameworks, databases, DevOps, mobile, and deployment
/ck:bootstrap Full project initialization from scratch
Setup tech stack, planning, design, and implementation.
--full --auto --fast --parallel /ck:backend-development Node.js, Python, Go APIs
NestJS, FastAPI, Django. REST/GraphQL/gRPC.
/ck:web-frameworks Next.js monorepo, Turborepo
Supports App Router, RSC, SSR, ISR.
/ck:databases MongoDB, PostgreSQL, SQL/NoSQL
Queries, aggregation, indexes, migrations.
/ck:tanstack TanStack Start, Form, AI
Streaming/chat with TanStack AI.
/ck:react-best-practices Optimize React/Next.js performance
From Vercel Engineering patterns.
/ck:devops Cloudflare, Docker, GCP, Kubernetes
Deploy Workers, R2, D1, Cloud Run.
/ck:ship Ship feature branches with automated pipeline
merge → test → review → version → changelog → push → PR
--official --beta --skip-tests --skip-review /ck:mobile-development React Native, Flutter, Swift, Kotlin
Supports SwiftUI and Jetpack Compose.
/ck:team Orchestrate Agent Teams
Multi-session parallel collaboration. Templates: research, implement, review, debug.
<template> <context> --devs N --researchers N --reviewers N --delegate /ck:deploy Auto-detect and deploy to 15 platforms
Vercel, Netlify, Cloudflare, Railway, Fly.io, Render, Heroku, GitHub Pages, AWS, GCP, and more.
[platform] [environment] /ck:cook All-in-one feature implementation
Research → plan → implement → test → review. Uses Claude Tasks for orchestration.
--interactive --fast --parallel --auto --no-test --tdd beta Git & Version Control
Git operations, conventional commits, worktrees, and branch management
/ck:git Git operations with conventional commits
Auto-splits by type/scope. Security scan before commit.
cm cp pr merge /ck:worktree Isolated git worktrees for parallel development
Create feature branches in separate directories. Ideal for monorepos.
Test & Debug
Testing, code review, debugging, and edge-case scenarios
/ck:test Run local and UI tests
Run full suite, specific module, or visual UI tests on a live website.
[context] ui [url] /ck:code-review Code quality review
Detects edge cases based on Scout and coordinates Task pipeline.
[context] #PR COMMIT --pending codebase codebase parallel /ck:fix Structured diagnosis & fix (v2.0)
6-step pipeline: Scout → Diagnose → Assess → Fix → Verify → Prevent. Evidence-based RCA, no guessing.
--auto --review --quick --parallel /ck:debug Systematic root cause analysis
Trace call stack, multi-layer validation. Use when you don't know where the issue is.
/ck:web-testing Testing with Playwright, Vitest, k6
E2E/unit/integration/load/security/visual/a11y tests.
/ck:agent-browser AI-optimized browser automation CLI
Efficient context snapshots for complex web interactions.
/ck:chrome-devtools Automation with Puppeteer
Screenshots, performance, network monitoring, scraping.
/ck:scenario Explore what-if scenarios for architecture decisions
Model multiple approaches, compare trade-offs, simulate outcomes.
Security & Intelligence
Security audits, vulnerability scanning, authentication, and threat intelligence
/ck:security Comprehensive security analysis and hardening
Threat modeling, vulnerability assessment, remediation roadmap. Broader than security-scan.
/ck:security-scan Scan codebase for security vulnerabilities
Automated security analysis with remediation suggestions.
[scope] --secrets-only --deps-only --full /ck:better-auth TypeScript auth: OAuth, 2FA, passkeys
Supports RBAC, WebAuthn, MFA.
/ck:cti-expert CTI/OSINT investigation toolkit
Cyber threat intelligence and open-source investigation: case timelines, recon, breach checks, digital footprint, image/blockchain forensics. No API keys required.
[target] --yolo --case --sweep --query --flow Docs & Content
Documentation management, content writing, and file viewing
/ck:docs Analyze codebase and manage documentation
Initialize, update, or summarize project documentation.
init update summarize /ck:docs-seeker Search library/framework documentation
Via llms.txt (context7.com). Fastest way to get up-to-date docs.
/ck:copywriting Headlines, CTAs, landing pages
Email copy, writing styles, conversion-focused copy.
[copy-type] [context] /ck:mintlify Documentation site with Mintlify
MDX components, themes, OpenAPI.
/ck:show-off Generate stunning HTML showcases for demos and social media
Multi-section scrollable pages with parallax, theme toggle, bilingual (VI/EN). Auto-captures sections as images in multiple aspect ratios (16:9, 9:16, 1:1).
/ck:preview View files or create visual explanations
Markdown or self-contained HTML. Modes: --explain, --slides, --diagram, --diff, --plan-review, --recap. Add --html for browser output.
--explain --slides --diagram --ascii --html --diff --plan-review --recap /ck:tech-graph beta Generate publication-quality SVG technical diagrams
7 design styles (modern, minimal, neon, retro, etc.) and 10 templates (architecture, sequence, ER, flow). SVG output ready for docs, slides, blog posts.
/ck:markdown-novel-viewer Book-style reading via HTTP server
Comfortable reading for markdown files.
/ck:llms Generate llms.txt from docs or codebase
Follows llmstxt.org spec. Includes reference files and generation script.
MCP & Integration
MCP servers, payment, Shopify, and AI agent integrations
/ck:mcp-builder Build MCP servers
FastMCP (Python), MCP SDK (Node/TypeScript).
/ck:mcp-management Discover and manage MCP tools
Prompts, resources, and server operations.
/ck:use-mcp Use MCP server tools
Smart discovery and execution.
/ck:payment-integration SePay, Polar, Stripe, Paddle, Creem.io
VietQR and international payment providers.
/ck:shopify Shopify apps and Liquid templates
Polaris UI, checkout customization.
/ck:google-adk-python Build AI agents with Google ADK Python
A2A protocol, MCP tools integration.
/ck:agentize Convert codebase into AI agent-friendly CLI + MCP server
Wrap code as CLI/MCP with shared core/. Agent-centric design. Modes: --both, --mcp, --cli.
--both --mcp --cli Session Management
Session review, journaling, and context optimization
/ck:watzup Review recent changes and close session
See what changed, review diffs, and close the working session.
/ck:journal Write change analysis journal
Record thoughts and technical decisions.
/ck:context-engineering Monitor context usage and optimize tokens
Check limits and optimize context window consumption.
/ck:retro Data-driven sprint retrospective
Git metrics, health indicators, and actionable recommendations.
[timeframe] --compare --team --format html|md Project Tracking
Progress tracking, kanban boards, and plan management
/ck:project-management Track progress and manage Claude Tasks
Generate reports, coordinate documentation. Tasks: status, hydrate, sync, report.
status hydrate sync report /ck:kanban AI agent coordination board
Task visualization for agent workflows.
/ck:plans-kanban Planning board with progress tracking
Visualize timeline and progress.
/ck:project-organization Organize project structure and file layout
Analyze and restructure project directories for maintainability.
Utilities
Skill management, code packaging, semantic analysis, and tooling
/ck:skill-creator Create/update Claude skills
3 sub-agents (analyzer, comparator, grader). Eval infrastructure with benchmarks.
/ck:find-skills Discover and install skills from the ecosystem
Search by capability or task description.
/ck:repomix Package repositories into AI-friendly files
Output in XML, markdown, plain, or JSON format.
--style xml --style markdown --style plain --style json /ck:gkg Semantic code analysis
GitLab Knowledge Graph integration.
/ck:graphify Build queryable knowledge graphs
Turn code, docs, papers, or images into knowledge graphs. Tree-sitter AST for 20 languages.
[path] --mcp --report --watch