| # | Command | Tool | Category | Tool |
|---|---|---|---|---|
| 1 | /add-dir Add a directory path to the active project workspace. | Antigravity CLI | workspace-management | Antigravity CLI |
| 2 | /agents Open the subagents management panel to monitor and approve actions for background agents. | Antigravity CLI | subagents | Antigravity CLI |
| 3 | /changelog Display the latest product updates, version releases, and changelog info in the terminal. | Antigravity CLI | utility | Antigravity CLI |
| 4 | /hooks List all registered lifecycle hooks (e.g. pre-command, post-edit validations). | Antigravity CLI | utility | Antigravity CLI |
| 5 | /mcp Inspect active Model Context Protocol (MCP) servers and list their exposed tools. | Antigravity CLI | utility | Antigravity CLI |
| 6 | /open Open the specified file directly inside your host's configured preferred text editor. | Antigravity CLI | utility | Antigravity CLI |
| 7 | /rewind Rewind conversation state to a previous point in history. Alias: /undo. | Antigravity CLI | session-management | Antigravity CLI |
| 8 | /skills List all local project-scoped and global user-defined agent skills. | Antigravity CLI | utility | Antigravity CLI |
| 9 | /usage Display current token count, model call pricing, and account limits. Alias: /quota. | Antigravity CLI | utility | Antigravity CLI |
| 10 | /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 |
| 11 | /checkup Audit and clean up your Claude Code setup: unused skills, MCPs, and plugins, CLAUDE.md dedup and splitting, slow hooks, auto mode, and permission pre-approval. Confirms before making changes. | Claude Code | diagnostics | Claude Code |
| 12 | /claude-api Load Claude API reference, migrate deprecated model IDs, or onboard Claude Managed Agents (schedules + vaults). | Claude Code | integrations | Claude Code |
| 13 | /clear Start a new conversation with empty context. Previous session stays in /resume; use /rewind (v2.1.191+) to undo a clear in-session. Aliases: /reset, /new. | Claude Code | session-management | Claude Code |
| 14 | /code-review Review the current diff for correctness bugs and for reuse, simplification, and efficiency cleanups. Pass --fix to apply findings, --comment to post as GitHub PR comments, or ultra for a deep cloud review. | Claude Code | code-review | Claude Code |
| 15 | /doctor Diagnose and verify your Claude Code installation and settings. Press f to have Claude fix any reported issues. | Claude Code | diagnostics | Claude Code |
| 16 | /init Initialize project with a CLAUDE.md guide covering repo conventions, commands, and agent instructions. | Claude Code | setup | Claude Code |
| 17 | /loop Run a prompt repeatedly on a schedule while the session stays open. Omit the interval and Claude self-paces between iterations. | Claude Code | automation | Claude Code |
| 18 | /permissions Manage allow, ask, and deny rules for tool permissions. Recently-denied approvals persist on close as of v2.1.191. | Claude Code | configuration | Claude Code |
| 19 | /plan Enter plan mode to design your approach before coding. Claude proposes an execution plan for review before any implementation starts. | Claude Code | planning | Claude Code |
| 20 | /resume Resume a previous conversation by ID or name, or open the session picker. | Claude Code | session-management | Claude Code |
| 21 | /skills List available skills and manage which are shown to Claude. Press t to sort by token count, Space to hide a skill. | Claude Code | configuration | Claude Code |
| 22 | /approve Approve one retry of a recent auto review denial — lets Codex attempt a blocked action once under current policy. | Codex CLI | configuration | Codex CLI |
| 23 | /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 |
| 24 | /mcp List configured Model Context Protocol (MCP) tools. Pass 'verbose' for server diagnostics. | Codex CLI | integrations | Codex CLI |
| 25 | /model Choose the active model (and reasoning effort when available). Opens a picker; press s to switch for the current session only. | Codex CLI | configuration | Codex CLI |
| 26 | /permissions Set what Codex can do without asking first — switch between Auto, Read Only, or custom permission profiles mid-session. | Codex CLI | configuration | Codex CLI |
| 27 | /personality Choose a communication style for responses — friendly, pragmatic, or none — without rewriting your instructions. | Codex CLI | configuration | Codex CLI |
| 28 | /plan Switch to plan mode and optionally send a prompt. Codex proposes an execution plan before implementation starts. | Codex CLI | planning | Codex CLI |
| 29 | /resume Resume a saved conversation from your session list. Continue work from a previous CLI session without starting over. | Codex CLI | session-management | Codex CLI |
| 30 | /review Ask Codex to review your working tree — summarizes issues, focusing on behavior changes and missing tests. | Codex CLI | code-review | Codex CLI |
| 31 | /skills Browse and use local skills to improve task-specific behavior by loading relevant skill context. | Codex CLI | configuration | Codex CLI |
| 32 | /status Display session configuration and token usage — active model, approval policy, writable roots, and context capacity. | Codex CLI | diagnostics | Codex CLI |
| 33 | /compress Summarize conversation to free context window space while keeping a high-level record of what happened. | Cursor CLI | context-management | Cursor CLI |
| 34 | /plan Switch to Plan mode — the agent researches your codebase, asks clarifying questions, and produces a reviewable implementation plan before writing code. | Cursor CLI | planning | Cursor CLI |
| 35 | /resume Resume a previous chat session by folder name. | Cursor CLI | session-management | Cursor CLI |
| 36 | /rules Create new rules or edit existing rules in .cursor/rules (.mdc files) for persistent project guidance. | Cursor CLI | setup | Cursor CLI |
| 37 | /compress Replace the current chat context with a summary to save tokens and free up context window space. | Gemini CLI | context-management | Gemini CLI |
| 38 | /init Analyze directory and generate a tailored GEMINI.md for persistent project memory. | Gemini CLI | setup | Gemini CLI |
| 39 | /memory refresh Reload memory from global, project, and subdirectory GEMINI.md files without restarting. | Gemini CLI | setup | Gemini CLI |
| 40 | /permissions Manage folder trust settings. Trust a path so Gemini can operate there without per-action prompts. | Gemini CLI | configuration | Gemini CLI |
| 41 | /plan Switch to Plan Mode (read-only) where Gemini produces an approved plan before making any changes. | Gemini CLI | planning | Gemini CLI |
| 42 | /restore Revert files to their pre-tool state using checkpointing. Pass a tool_call_id to restore a specific checkpoint. | Gemini CLI | session-management | Gemini CLI |
| 43 | /rewind Navigate backward through history; revert chat and/or code to a prior state (also Esc Esc). | Gemini CLI | session-management | Gemini CLI |
| 44 | /connect Add a provider and API key to connect a new AI model provider. | OpenCode | configuration | OpenCode |
| 45 | /editor Open the external $EDITOR for composing messages — useful for long or structured prompts. Keybind: Ctrl+x e. | OpenCode | context-management | OpenCode |
| 46 | /init Guided AGENTS.md setup for the current project. | OpenCode | setup | OpenCode |
| 47 | /models List available models across all configured providers. Keybind: Ctrl+x m. | OpenCode | configuration | OpenCode |
| 48 | /redo Restore a previously undone message and file changes. Git-backed. Keybind: Ctrl+x r. | OpenCode | session-management | OpenCode |