COMMAND.CATALOG
Quick reference guide to all Claude Code features. Access built-in tools, custom skills, and plugin commands directly from your terminal.
| Command | Description | Type | Scope |
|---|---|---|---|
/help | Show help information | Built-in | Global |
/clear | Clear conversation history | Built-in | Global |
/plan | Enter planning mode for complex implementations | Built-in | Global |
/mcp | List and manage MCP servers | Built-in | Global |
/memory | View loaded memory files (CLAUDE.md) | Built-in | Global |
/rewind | Rewind to previous checkpoint | Built-in | Global |
/optimize | Analyze code for optimization and performance | Custom (Skill) | Project |
/pr | Prepare pull request based on team standards | Custom (Skill) | Project |
/generate-api-docs | Generate comprehensive API documentation | Custom (Skill) | Project |
/commit | Create git commit with dynamic context | Custom (Skill) | User |
/push-all | Stage, commit, and push with safety checks | Custom (Skill) | User |
/setup-ci-cd | Setup CI/CD pipeline and GitHub Actions | Custom (Skill) | Project |
/review-pr | Comprehensive PR review (Requires pr-review Plugin) | Plugin | Project |
/deploy | Deploy to Kubernetes (Requires devops-automation Plugin) | Plugin | Project |
Press Ctrl + F to search quickly.
Based on Claude Code v2.2.0 Specification.
