| # | Command | Tool | Category | Tool |
|---|---|---|---|---|
| 1 | /context List all files, symbols, and references currently loaded inside the agent's context window. | Antigravity CLI | context-management | Antigravity CLI |
| 2 | /btw Ask a quick side question without adding it to the main conversation history. | Claude Code | context-management | Claude Code |
| 3 | /compact Free up context by summarizing the conversation so far. Optionally pass focus instructions for the summary. | Claude Code | context-management | Claude Code |
| 4 | /context Visualize current context usage as a colored grid. Shows optimization suggestions for context-heavy tools and capacity warnings. | Claude Code | context-management | Claude Code |
| 5 | /compact Summarize the visible conversation to free tokens. Use after long runs so Codex retains key points without blowing the context window. | Codex CLI | context-management | Codex CLI |
| 6 | /ide Include open files, current selection, and other IDE context in the next prompt without re-explaining what's open. | Codex CLI | context-management | Codex CLI |
| 7 | /mention Attach a file or folder to the conversation via popup picker so Codex references it directly in the next turn. | Codex CLI | context-management | Codex CLI |
| 8 | /side Start an ephemeral side conversation for a focused detour — the parent thread keeps running and its status stays visible. | Codex CLI | context-management | Codex CLI |
| 9 | /compress Summarize conversation to free context window space while keeping a high-level record of what happened. | Cursor CLI | context-management | Cursor CLI |
| 10 | /compress Replace the current chat context with a summary to save tokens and free up context window space. | Gemini CLI | context-management | Gemini CLI |
| 11 | /compact Summarize the current session to save tokens. Alias: /summarize. | OpenCode | context-management | OpenCode |
| 12 | /editor Open the external $EDITOR for composing messages — useful for long or structured prompts. Keybind: Ctrl+x e. | OpenCode | context-management | OpenCode |