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. 4 commands indexed.
commands
4
tools
5
allconfigurationsession-managementcontext-managementsetupcode-reviewplanningdiagnosticsparallel-agentsintegrationsexplorationautomation
/archive
session-management
Archive the current session and exit. Removes it from active session lists; transcript kept locally. Restore with 'codex unarchive <SESSION>'.
archivesessioncleanup
view command →
/fork
session-management
Fork the current conversation into a new thread with a fresh ID, leaving the original transcript untouched for parallel exploration.
forkbranchparallelexploration
view command →
/new
session-management
Start a new conversation inside the same CLI session without clearing the terminal view.
newsessioncontext-reset
view command →
/resume
session-management
Resume a saved conversation from your session list. Continue work from a previous CLI session without starting over.
resumesessionshistory
view command →