Skip to content

/help

Display available commands and their usage. Get quick reference for Claude Kit commands or detailed help for specific commands.

Terminal window
/help [command-name]
  • command-name (optional): Specific command to get help for. If omitted, shows all available commands.
CommandDescription
/featureFull feature development workflow
/fixDebug and fix bugs
/reviewComprehensive code review
/testGenerate tests
/tddTest-driven development workflow
/refactorImprove code structure
CommandDescription
/planCreate detailed implementation plan
/brainstormInteractive design session
/execute-planExecute plan with subagents
/researchTechnology research
CommandDescription
/commitCreate commit with message
/shipCommit + PR workflow
/prCreate pull request
/deployDeploy to environment
CommandDescription
/docGenerate documentation
/api-genGenerate API code and docs
CommandDescription
/security-scanScan for vulnerabilities
/optimizePerformance optimization
CommandDescription
/modeSwitch behavioral mode
/indexGenerate project index
/loadLoad components into context
/checkpointSave/restore session state
/spawnLaunch parallel tasks
CommandDescription
/statusProject status overview
/helpDisplay this help
Terminal window
# Show all commands
/help
# Get help for specific command
/help feature
# Get help for mode command
/help mode
# Get help for checkpoint
/help checkpoint

For detailed help on a specific command:

Terminal window
/help [command-name]

This will show:

  • Command purpose
  • Usage syntax
  • Available arguments
  • Supported flags
  • Workflow steps
  • Practical examples

Commands for the main development cycle: /feature, /fix, /review, /test

Advanced workflows: /plan --detailed, /brainstorm, /tdd, /execute-plan

Optimize your session: /mode, /index, /load, /checkpoint, /spawn

Code quality tools: /security-scan, /optimize, /review

Generate docs: /doc, /api-gen

Most commands support these flags:

FlagDescription
--mode=[mode]Override behavioral mode
--depth=[1-5]Thoroughness level
--format=[fmt]Output format (concise/detailed/json)
--save=[path]Save output to file

New to Claude Kit? Try these commands:

Terminal window
# 1. See project structure
/index
# 2. Check current status
/status
# 3. Load a component to work on
/load api
# 4. Start development
/feature "Add user authentication"
  • CLAUDE.md: Project-specific configuration
  • Skills: .claude/skills/ directory
  • Modes: .claude/modes/ directory
  • Commands: .claude/commands/ directory
  • Check command documentation in /claudekit/commands/
  • Review skills in /claudekit/skills/
  • Read methodology guides in /claudekit/methodology/
  • See examples in project CLAUDE.md