| # | Command | Tool | Category | Tool |
|---|---|---|---|---|
| 1 | /agents Manage agent configurations and monitor background agents running in parallel. | Claude Code | parallel-agents | Claude Code |
| 2 | /background Detach the current session to run as a background agent and free this terminal. Optionally pass a final instruction before detaching. | Claude Code | parallel-agents | Claude Code |
| 3 | /batch 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. | Claude Code | parallel-agents | Claude Code |
| 4 | /fork Spawn a forked subagent that inherits the full conversation and works on a directive while you keep going in the main session. | Claude Code | parallel-agents | Claude Code |
| 5 | /stop Stop the attached background session while keeping its transcript and git worktree. | Claude Code | parallel-agents | Claude Code |
| 6 | /tasks View and manage background work in the current session. Stops from the tasks panel are permanent as of v2.1.191. | Claude Code | parallel-agents | Claude Code |