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
/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 |
|---|---|
/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 major enhancements coming in v2.14.0 Beta
Statusline, Stop event, Notifications
Statusline defaults to full. Added Stop lifecycle event. Modular notification providers. MiniMax API support.
/ck:ship skill new Unified shipping pipeline
merge → test → review → version → changelog → push → PR. Auto-detects test runner, version file, changelog format.
/ck:deploy skill new Auto-detect and deploy to 15+ platforms
Vercel, Netlify, Cloudflare, AWS, GCP, Railway, Fly.io, and more.
/ck:llms skill new Generate llms.txt for AI-friendly codebase
Follows llmstxt.org standard to optimize context for LLMs.
/ck:project-organization skill new Standardize file locations and naming
Analyze and restructure project directories.
/ck:security-scan skill new Scan for vulnerabilities and exposed secrets
OWASP patterns, hardcoded API keys, dependency issues.
/ckm:design skill new Brand identity, logo, CIP, banner, icon
55 logo styles, 50 CIP deliverables, social media images. Gemini AI.
/ck:code-review skill enhanced +Checklist-based review with project-type detection
Two-pass model (critical/informational). Auto-detects web-app or API and loads relevant checklists.
/ck:plan skill enhanced +Scope challenge (Step 0) before research
Forces intent clarification: what exists, minimum change set, complexity check. Prevents scope creep.
/ck:ui-ux-pro-max skill enhanced Design intelligence: 50+ styles, 161 palettes, 57 font pairings, 25 chart types
161 product types with reasoning rules, 99 UX guidelines, 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, Flutter…). Priority-based recommendations for accessibility, interaction, performance, and style selection.
/ck:ai-multimodal skill enhanced +MiniMax: TTS speech, music, video, image generation
New MiniMax integration adds speech synthesis, music gen, video gen, and image gen alongside existing Gemini capabilities.
/ck:frontend-design skill enhanced +Magic UI component library reference
Added magicui-components.md for richer component selection when building frontend interfaces.
/ck:skill-creator skill enhanced +3 sub-agents and eval infrastructure
New analyzer, comparator, grader agents. Run eval loops, aggregate benchmarks, improve descriptions with HTML eval viewer.
session-state.cjs hook Auto-save session progress
Save/restore state on Stop, SubagentStop, SessionStart.
plan-format-kanban.cjs hook Validate link format in plan.md
Enforce readable link text in plan files.
Start Here (Essentials)
The most important skills to get started
/ck:ck-help 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 --fast --hard /ck:cook All-in-one feature implementation
Research → plan → implement → test → review. Uses Claude Tasks for orchestration.
--interactive --fast --parallel --auto --no-test 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 --fast --hard /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.
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 beta Brand identity, logo, CIP, slides, banner, icon
55 logo styles, 50 CIP deliverables, social media images. Generate images with Gemini AI.
/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.
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 beta Ship feature branches with automated pipeline
merge → test → review → version → changelog → push → PR
--skip-tests --skip-review --dry-run /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 beta Auto-detect and deploy to 15 platforms
Vercel, Netlify, Cloudflare, Railway, Fly.io, Render, Heroku, GitHub Pages, AWS, GCP, and more.
/ck:cook All-in-one feature implementation
Research → plan → implement → test → review. Uses Claude Tasks for orchestration.
--interactive --fast --parallel --auto --no-test 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 security scanning
/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] codebase codebase parallel /ck:fix Smart bug fixing with routing
Routes to specialized fix commands. Parallel mode for complex multi-file issues.
--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:security-scan beta Scan codebase for security vulnerabilities
Automated security analysis with remediation suggestions.
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:preview View files or create visual explanations
View files by path or generate diagrams, slides, ASCII art.
--explain --slides --diagram --ascii /ck:markdown-novel-viewer Book-style reading via HTTP server
Comfortable reading for markdown files.
/ck:llms beta Generate llms.txt from docs or codebase
Follows llmstxt.org spec. Includes reference files and generation script.
MCP & Integration
MCP servers, payment, authentication, 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:better-auth TypeScript auth: OAuth, 2FA, passkeys
Supports RBAC, WebAuthn, MFA.
/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.
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.
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 beta 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.