slash commands / reference
COMMAND REFERENCE▌
Slash commands for every AI coding tool — Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode. Find the right command for your workflow. 11 commands indexed.
/batch
parallel-agents
Orchestrate large-scale changes across a codebase in parallel. Decomposes work into 5–30 independent units, each in its own git worktree with its own PR.
/clear
session-management
Start a new conversation with empty context. The previous conversation stays available in /resume. Optionally name the previous conversation.
/code-review
code-review
Review the current diff for correctness bugs and for reuse, simplification, and efficiency cleanups. Pass --fix to apply findings, --comment to post as GitHub PR comments, or ultra for a deep cloud review.
/doctor
diagnostics
Diagnose and verify your Claude Code installation and settings. Press f to have Claude fix any reported issues.
/hooks
configuration
View hook configurations for tool events — pre- and post-tool hooks that run shell commands around Claude's actions.
/init
setup
Initialize project with a CLAUDE.md guide covering repo conventions, commands, and agent instructions.
/loop
automation
Run a prompt repeatedly on a schedule while the session stays open. Omit the interval and Claude self-paces between iterations.
/plan
planning
Enter plan mode to design your approach before coding. Claude proposes an execution plan for review before any implementation starts.
/resume
session-management
Resume a previous conversation by ID or name, or open the session picker.
/rewind
session-management
Rewind the conversation and/or code to a previous checkpoint, or summarize from a selected message.
/skills
configuration
List available skills and manage which are shown to Claude. Press t to sort by token count, Space to hide a skill.