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.
/btw
context-management
Ask a quick side question without adding it to the main conversation history.
/compact
context-management
Free up context by summarizing the conversation so far. Optionally pass focus instructions for the summary.
/context
context-management
Visualize current context usage as a colored grid. Shows optimization suggestions for context-heavy tools and capacity warnings.
/compact
context-management
Summarize the visible conversation to free tokens. Use after long runs so Codex retains key points without blowing the context window.
/ide
context-management
Include open files, current selection, and other IDE context in the next prompt without re-explaining what's open.
/mention
context-management
Attach a file or folder to the conversation via popup picker so Codex references it directly in the next turn.
/side
context-management
Start an ephemeral side conversation for a focused detour — the parent thread keeps running and its status stays visible.
/compress
context-management
Summarize conversation to free context window space while keeping a high-level record of what happened.
/compress
context-management
Replace the current chat context with a summary to save tokens and free up context window space.
/compact
context-management
Summarize the current session to save tokens. Alias: /summarize.
/editor
context-management
Open the external $EDITOR for composing messages — useful for long or structured prompts. Keybind: Ctrl+x e.