/ck-help
All-in-one ClaudeKit guide for discovering commands and workflows.
Syntax
/ck-help [category|command|task description]
Examples
# Overview of all commands
/ck-help
# Explore a category
/ck-help fix
# Task-based search
/ck-help add login page
Response Patterns
| Input | Response |
|---|---|
| Empty | Full overview of commands |
| Category | Category workflow with commands |
| Task description | Recommended commands for task |
Correct Workflows
/plan→/code: Plan first, then execute the plan/cook: Standalone - plans internally, no separate/planneeded- NEVER
/plan→/cook(cook has its own planning)
Example Interaction
/ck-help fix
# Response: Here's the fixing workflow:
# - /fix:fast - Quick fix for simple issues
# - /fix:hard - Deep analysis for complex bugs
# - /fix:test - Fix test failures
# - /fix:types - Fix TypeScript errors
# - /fix:ci - Fix CI/CD failures
Key Takeaway: Use /ck-help to discover ClaudeKit commands, explore categories, or find commands for specific tasks.