| # | 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 | /artifact Open the terminal-based interactive viewer for staged code artifacts and documents. | Antigravity CLI | artifacts | Antigravity CLI |
| 4 | /btw Ask a quick side-question or request info without starting a heavy agent execution state. | Antigravity CLI | utility | Antigravity CLI |
| 5 | /changelog Display the latest product updates, version releases, and changelog info in the terminal. | Antigravity CLI | utility | Antigravity CLI |
| 6 | /clear Clear the active terminal viewport and reset the screen buffer. Alias: /new. | Antigravity CLI | utility | Antigravity CLI |
| 7 | /config Open the interactive configuration panel to adjust agent behaviors and CLI parameters. Alias: /settings. | Antigravity CLI | configuration | Antigravity CLI |
| 8 | /context List all files, symbols, and references currently loaded inside the agent's context window. | Antigravity CLI | context-management | Antigravity CLI |
| 9 | /copy Copy the last generated agent response directly to your host clipboard. | Antigravity CLI | utility | Antigravity CLI |
| 10 | /diff Display the current git diff of files modified by the agent in this session. | Antigravity CLI | utility | Antigravity CLI |
| 11 | /exit Exit the active session and terminate agy safely. Alias: /quit. | Antigravity CLI | session-management | Antigravity CLI |
| 12 | /fast Toggle Fast Mode, modifying artificial typing delays and thought visualizations. | Antigravity CLI | utility | Antigravity CLI |
| 13 | /fork Fork the current conversation thread into a new session, keeping original history intact. Alias: /branch. | Antigravity CLI | session-management | Antigravity CLI |
| 14 | /help Display the command cheatsheet, syntax help, and interactive keyboard guide. | Antigravity CLI | utility | Antigravity CLI |
| 15 | /hooks List all registered lifecycle hooks (e.g. pre-command, post-edit validations). | Antigravity CLI | utility | Antigravity CLI |
| 16 | /keybindings Configure or review keyboard shortcuts mapped to interactive TUI operations. | Antigravity CLI | configuration | Antigravity CLI |
| 17 | /logout Log out of your active Google user session and wipe local authentication caches. | Antigravity CLI | configuration | Antigravity CLI |
| 18 | /mcp Inspect active Model Context Protocol (MCP) servers and list their exposed tools. | Antigravity CLI | utility | Antigravity CLI |
| 19 | /model Change the default Gemini model used for the active reasoning conversation. | Antigravity CLI | configuration | Antigravity CLI |
| 20 | /open Open the specified file directly inside your host's configured preferred text editor. | Antigravity CLI | utility | Antigravity CLI |
| 21 | /permissions Manage fine-grained command and directory read/write authorization rules. | Antigravity CLI | configuration | Antigravity CLI |
| 22 | /planning Open the interactive task board and execution step planner dashboard. | Antigravity CLI | planning | Antigravity CLI |
| 23 | /rename Rename the active conversation thread for better tracking and retrieval. | Antigravity CLI | session-management | Antigravity CLI |
| 24 | /resume Resume or switch to a past conversation session. Aliases: /switch, /conversation. | Antigravity CLI | session-management | Antigravity CLI |
| 25 | /rewind Rewind conversation state to a previous point in history. Alias: /undo. | Antigravity CLI | session-management | Antigravity CLI |
| 26 | /skills List all local project-scoped and global user-defined agent skills. | Antigravity CLI | utility | Antigravity CLI |
| 27 | /statusline Toggle or configure the visibility of real-time CLI diagnostic lines. | Antigravity CLI | configuration | Antigravity CLI |
| 28 | /tasks Monitor, view output logs, or cancel active background tasks. | Antigravity CLI | utility | Antigravity CLI |
| 29 | /title Toggle or customize the terminal emulator window title format. | Antigravity CLI | configuration | Antigravity CLI |
| 30 | /usage Display current token count, model call pricing, and account limits. Alias: /quota. | Antigravity CLI | utility | Antigravity CLI |
| 31 | /agents Manage agent configurations and monitor background agents running in parallel. | Claude Code | parallel-agents | Claude Code |
| 32 | /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 |
| 33 | /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 |
| 34 | /btw Ask a quick side question without adding it to the main conversation history. | Claude Code | context-management | Claude Code |
| 35 | /claude-api Load Claude API reference, migrate deprecated model IDs, or onboard Claude Managed Agents (schedules + vaults). | Claude Code | integrations | Claude Code |
| 36 | /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 |
| 37 | /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 |
| 38 | /compact Free up context by summarizing the conversation so far. Optionally pass focus instructions for the summary. | Claude Code | context-management | Claude Code |
| 39 | /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 |
| 40 | /diff Open an interactive diff viewer showing uncommitted changes and per-turn diffs. Navigate with arrow keys between the git diff and individual Claude turns. | Claude Code | code-review | Claude Code |
| 41 | /doctor Diagnose and verify your Claude Code installation and settings. Press f to have Claude fix any reported issues. | Claude Code | diagnostics | Claude Code |
| 42 | /effort Set the model effort level: low, medium, high, xhigh, max, or ultracode. Takes effect immediately without waiting for the current response. | Claude Code | configuration | Claude Code |
| 43 | /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 |
| 44 | /goal Set a persistent goal — Claude keeps working across turns until the condition is met. View, pause, resume, or clear with subcommands. | Claude Code | planning | Claude Code |
| 45 | /hooks View hook configurations for tool events. Comma-separated matchers like Bash,PowerShell work correctly as of v2.1.191. | Claude Code | configuration | Claude Code |
| 46 | /init Initialize project with a CLAUDE.md guide covering repo conventions, commands, and agent instructions. | Claude Code | setup | Claude Code |
| 47 | /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 |
| 48 | /mcp Manage MCP server connections and OAuth. v2.1.191 adds retries for capability discovery and OAuth token requests. | Claude Code | integrations | Claude Code |
| 49 | /memory Edit CLAUDE.md memory files, enable or disable auto-memory, and view auto-memory entries. | Claude Code | setup | Claude Code |
| 50 | /model Switch the AI model and save it as your default for new sessions. Adjust effort level with left/right arrows on models that support it. | Claude Code | configuration | Claude Code |
| 51 | /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 |
| 52 | /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 |
| 53 | /remote-env Set or view the default environment for cloud agents spawned from Claude Code sessions. | Claude Code | configuration | Claude Code |
| 54 | /resume Resume a previous conversation by ID or name, or open the session picker. | Claude Code | session-management | Claude Code |
| 55 | /rewind Rewind code and/or conversation to a checkpoint. As of v2.1.191, restore context from before /clear ran. Aliases: /checkpoint, /undo. | Claude Code | session-management | Claude Code |
| 56 | /schedule Create, update, list, or run Anthropic-managed cloud routines from the CLI. Alias: /routines. | Claude Code | automation | Claude Code |
| 57 | /security-review Analyze pending branch for security vulnerabilities — injection, auth issues, data exposure, and other OWASP risks. | Claude Code | code-review | Claude Code |
| 58 | /simplify Review changed code for cleanup opportunities and apply the fixes. Four review agents run in parallel covering reuse, simplification, efficiency, and abstraction level. | Claude Code | code-review | Claude Code |
| 59 | /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 |
| 60 | /stop Stop the attached background session while keeping its transcript and git worktree. | Claude Code | parallel-agents | Claude Code |
| 61 | /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 |
| 62 | /usage Show session cost, plan usage limits, and activity stats. Includes breakdown by skill, subagent, plugin, and MCP server on paid plans. | Claude Code | diagnostics | Claude Code |
| 63 | /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 |
| 64 | /archive Archive the current session and exit. Removes it from active session lists; transcript kept locally. Restore with 'codex unarchive <SESSION>'. | Codex CLI | session-management | Codex CLI |
| 65 | /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 |
| 66 | /diff Show the Git diff including files Git isn't tracking yet. Review Codex's edits before committing or running tests. | Codex CLI | code-review | Codex CLI |
| 67 | /fast Toggle the Fast service tier for the current model/thread, or check current state. | Codex CLI | configuration | Codex CLI |
| 68 | /fork Fork the current conversation into a new thread with a fresh ID, leaving the original transcript untouched for parallel exploration. | Codex CLI | session-management | Codex CLI |
| 69 | /goal Set a persistent task goal (max 4,000 chars). Codex tracks it across turns. Subcommands: pause, resume, clear, view. | Codex CLI | planning | Codex CLI |
| 70 | /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 |
| 71 | /init Generate an AGENTS.md scaffold in the current directory for persistent repo instructions. | Codex CLI | setup | Codex CLI |
| 72 | /mcp List configured Model Context Protocol (MCP) tools. Pass 'verbose' for server diagnostics. | Codex CLI | integrations | Codex CLI |
| 73 | /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 |
| 74 | /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 |
| 75 | /new Start a new conversation inside the same CLI session without clearing the terminal view. | Codex CLI | session-management | Codex CLI |
| 76 | /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 |
| 77 | /personality Choose a communication style for responses — friendly, pragmatic, or none — without rewriting your instructions. | Codex CLI | configuration | Codex CLI |
| 78 | /plan Switch to plan mode and optionally send a prompt. Codex proposes an execution plan before implementation starts. | Codex CLI | planning | Codex CLI |
| 79 | /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 |
| 80 | /review Ask Codex to review your working tree — summarizes issues, focusing on behavior changes and missing tests. | Codex CLI | code-review | Codex CLI |
| 81 | /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 |
| 82 | /skills Browse and use local skills to improve task-specific behavior by loading relevant skill context. | Codex CLI | configuration | Codex CLI |
| 83 | /status Display session configuration and token usage — active model, approval policy, writable roots, and context capacity. | Codex CLI | diagnostics | Codex CLI |
| 84 | /ask Switch to Ask mode for read-only exploration — the agent searches and answers questions without editing any files. | Cursor CLI | exploration | Cursor CLI |
| 85 | /auto-run Toggle auto-run (default) or set explicitly on/off/status. Controls whether tools run without asking for confirmation. | Cursor CLI | configuration | Cursor CLI |
| 86 | /commands Create or edit custom slash commands for repetitive workflows. | Cursor CLI | setup | Cursor CLI |
| 87 | /compress Summarize conversation to free context window space while keeping a high-level record of what happened. | Cursor CLI | context-management | Cursor CLI |
| 88 | /feedback Share feedback with the Cursor team directly from the CLI. | Cursor CLI | diagnostics | Cursor CLI |
| 89 | /logout Sign out from Cursor. | Cursor CLI | configuration | Cursor CLI |
| 90 | /max-mode Toggle max mode on models that support it — enables extended reasoning and capability. | Cursor CLI | configuration | Cursor CLI |
| 91 | /mcp Browse, enable, and configure MCP servers. Subcommands: list, enable <name>, disable <name>. | Cursor CLI | integrations | Cursor CLI |
| 92 | /model Set or list available models for the current session. | Cursor CLI | configuration | Cursor CLI |
| 93 | /new-chat Start a new chat session with empty context. | Cursor CLI | session-management | Cursor CLI |
| 94 | /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 |
| 95 | /quit Exit the Cursor CLI. | Cursor CLI | session-management | Cursor CLI |
| 96 | /resume Resume a previous chat session by folder name. | Cursor CLI | session-management | Cursor CLI |
| 97 | /rules Create new rules or edit existing rules in .cursor/rules (.mdc files) for persistent project guidance. | Cursor CLI | setup | Cursor CLI |
| 98 | /sandbox Configure sandbox mode and network access settings for the current session. | Cursor CLI | configuration | Cursor CLI |
| 99 | /usage View Cursor streaks and usage statistics for the current session. | Cursor CLI | diagnostics | Cursor CLI |
| 100 | /agents Manage subagents — list built-in, local, and remote subagents; enable, disable, or configure. | Gemini CLI | parallel-agents | Gemini CLI |