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. 6 commands indexed.
/agents
parallel-agents
Manage agent configurations and monitor background agents running in parallel.
/background
parallel-agents
Detach the current session to run as a background agent and free this terminal. Optionally pass a final instruction before detaching.
/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.
/fork
parallel-agents
Spawn a forked subagent that inherits the full conversation and works on a directive while you keep going in the main session.
/simplify
code-review
Review changed code for cleanup opportunities and apply the fixes. Four review agents run in parallel covering reuse, simplification, efficiency, and abstraction level.
/tasks
parallel-agents
View and manage everything running in the background in the current session.