Loading...
Loading...
42 commands across 8 categories. Built-in CLI commands + AI Brain Pro custom commands.
Start here
If you learn nothing else, learn these. They cover 90% of daily usage.
/planPrevents rushed code. Plan before building.
/reviewCatches bugs before they ship.
/ultra-reviewCloud-verified bug finding for critical merges.
/skillsYour brain is only as good as the skills loaded.
/pluginExtend Claude with new capabilities.
/mcpConnect Claude to your actual tools and data.
/modelMatch model to task. Haiku for simple, Opus for complex.
/clearFresh start when context gets polluted.
/initFirst thing in any new project.
/autopilotHand off complex tasks. Plan → Execute → Verify → Deliver.
Manage conversations, history, and session flow.
/clearTopClear conversation historyWipes the current conversation and starts fresh. Use when context is polluted or you want a clean slate.
/resumeResume previous sessionPicks up your last conversation where you left off. Restores context, files, and task state.
/branchBranch the conversationCreates a new conversation fork from the current point. Useful for exploring alternatives without losing your main thread.
/rewindGo back to a previous pointRolls back to an earlier message in the conversation. Undo mistakes without starting over.
/renameRename current sessionGive your conversation a descriptive name for easier recall later.
/exportExport conversation dataSave the full conversation as JSON or markdown for documentation, sharing, or archival.
Switch models, track costs, and monitor token usage.
/modelTopShow or change the active modelSwitch between Haiku (fast/cheap), Sonnet (balanced), and Opus (deep reasoning). Match model to task complexity.
/costView session cost estimatesSee how much the current session has cost in real-time. Track spending before it surprises you.
/usageView model and cost summaryAggregate usage stats across the session — tokens in/out, cost per model, and efficiency metrics.
/extra-usageDetailed usage breakdownGranular breakdown of token usage by tool call, message, and model. Find what is eating your budget.
Initialize projects, configure memory, and manage directories.
/initTopInitialize Claude Code in a directorySets up the project for Claude Code. Creates .claude/ directory structure, detects tech stack, and scaffolds configuration files.
/memoryConfigure or view project memoryManage CLAUDE.md and memory files. View what Claude remembers about your project and edit persistent context.
/add-dirIndex additional directoriesAdd more folders to the project scope. Useful for monorepos or when your code spans multiple directories.
/configView or update configurationManage Claude Code settings — model preferences, permissions, allowed tools, and behavior flags.
Review code, plan changes, and manage security.
/reviewTopRun structured code reviewClaude reviews your recent changes for bugs, edge cases, security issues, and design problems. Runs locally, fast, costs only usage tokens.
/ultra-reviewTopCloud-powered deep reviewUploads your branch to a cloud sandbox. Fleet of reviewer agents attack from every angle — logic, security, performance. Every bug independently reproduced. $5-$20 per run.
/diffShow current changesView all changes relative to the codebase. See what Claude has modified before committing.
/security-reviewRun security analysisDedicated security scan focused on OWASP top 10, injection vulnerabilities, auth issues, and data exposure.
/planGenerate project or task planEnter plan mode. Claude analyzes the task, breaks it into steps, and waits for approval before executing. Essential for 3+ step tasks.
/permissionsManage file permissionsControl which files Claude can read and write. Set boundaries for sensitive files like .env or credentials.
/compactCompress project contextReduce project data in the context window. Use when sessions get slow or context is filling up.
Manage agents, skills, plugins, and MCP connections.
/agentsList available agentsView all specialized agents available in your project. See their capabilities, assigned skills, and status.
/skillsTopView or manage skillsBrowse installed skills, search for new ones, and see which skills match your current task. The skill library is the core of the AI brain.
/pluginTopManage system pluginsInstall, remove, and configure plugins. Plugins extend Claude with new capabilities — skills, hooks, MCP servers.
/reload-pluginsReload installed pluginsHot-reload all plugins without restarting Claude Code. Use after installing new plugins or updating configurations.
/mcpTopManage MCP connectionsAdd, remove, and configure Model Context Protocol servers. Connect Claude to databases, APIs, and external tools.
Customize the terminal appearance.
/themeChange terminal themeSwitch between light, dark, and custom themes for the Claude Code terminal interface.
/colorModify terminal colorsCustomize the color scheme of the terminal output — text, highlights, borders, and accent colors.
Get help and system information.
/helpShow all available commandsDisplay the full list of built-in commands with descriptions. Your starting point for discovery.
/versionShow Claude Code versionDisplay the current version. Some features require specific versions (e.g., /ultra-review needs 2.1.86+).
/statusShow system statusView connection status, active MCP servers, loaded plugins, and current model information.
/feedbackSend feedback to AnthropicReport bugs, suggest features, or share feedback directly with the Claude Code team.
Custom slash commands included in AI Brain Pro. These extend Claude Code with project-specific workflows.
/startTopInitialize work sessionLoad context, check tasks, begin. Reads memory files, loads knowledge base, and sets up the daily session.
/syncMid-day memory refreshRe-read memory files, process scratchpad, update working memory, and reconcile task status.
/wrap-upEnd of day archivalSave learnings, update memory, archive session, clear scratchpad, and write daily note.
/auditQuality gate reviewRate work 1-10 on correctness, completeness, security. Spawns review agent to audit recent changes.
/planPlan implementationAnalyze task, search skills, select agents, define success criteria. Enter plan mode before executing.
/reviewReview current branchReview all changes on the current branch against coding standards and project conventions.
/autopilotTopFull autonomous cyclePlan → Execute → Verify → Improve → Deliver. Claude works through the entire task autonomously with quality gates.
/unstickBreak out of stuck stateWhen stuck in a loop, get a fundamentally different approach. Diagnoses the root cause and suggests alternatives.
/safe-clearSafe context flushSave all state to memory files before clearing context. Resume fresh without losing progress.
/retroSprint retrospectiveReview what worked, what failed, and what to improve. Extract lessons and update the knowledge base.
| Command | What it does | Category |
|---|---|---|
| /clear | Clear conversation history | Session Control |
| /resume | Resume previous session | Session Control |
| /branch | Branch the conversation | Session Control |
| /rewind | Go back to a previous point | Session Control |
| /rename | Rename current session | Session Control |
| /export | Export conversation data | Session Control |
| /model | Show or change the active model | Model & Usage |
| /cost | View session cost estimates | Model & Usage |
| /usage | View model and cost summary | Model & Usage |
| /extra-usage | Detailed usage breakdown | Model & Usage |
| /init | Initialize Claude Code in a directory | Project Setup |
| /memory | Configure or view project memory | Project Setup |
| /add-dir | Index additional directories | Project Setup |
| /config | View or update configuration | Project Setup |
| /review | Run structured code review | Code Operations |
| /ultra-review | Cloud-powered deep review | Code Operations |
| /diff | Show current changes | Code Operations |
| /security-review | Run security analysis | Code Operations |
| /plan | Generate project or task plan | Code Operations |
| /permissions | Manage file permissions | Code Operations |
| /compact | Compress project context | Code Operations |
| /agents | List available agents | Agent Layer |
| /skills | View or manage skills | Agent Layer |
| /plugin | Manage system plugins | Agent Layer |
| /reload-plugins | Reload installed plugins | Agent Layer |
| /mcp | Manage MCP connections | Agent Layer |
| /theme | Change terminal theme | Interface |
| /color | Modify terminal colors | Interface |
| /help | Show all available commands | Help & Info |
| /version | Show Claude Code version | Help & Info |
| /status | Show system status | Help & Info |
| /feedback | Send feedback to Anthropic | Help & Info |
| /start | Initialize work session | AI Brain Commands (Pro) |
| /sync | Mid-day memory refresh | AI Brain Commands (Pro) |
| /wrap-up | End of day archival | AI Brain Commands (Pro) |
| /audit | Quality gate review | AI Brain Commands (Pro) |
| /plan | Plan implementation | AI Brain Commands (Pro) |
| /review | Review current branch | AI Brain Commands (Pro) |
| /autopilot | Full autonomous cycle | AI Brain Commands (Pro) |
| /unstick | Break out of stuck state | AI Brain Commands (Pro) |
| /safe-clear | Safe context flush | AI Brain Commands (Pro) |
| /retro | Sprint retrospective | AI Brain Commands (Pro) |
Beyond the 26 built-in commands — AI Brain Pro adds 100 custom slash commands for workflow automation, SPARC methodology, GitHub operations, analysis, and monitoring.
Get AI Brain Pro — $97