| # | 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 | /boost Route a task through Antigravity's deep-reasoning pipeline — higher token spend, multi-agent orchestration with execution and verification loops. | Antigravity CLI | planning | Antigravity CLI |
| 4 | /changelog Display the latest product updates, version releases, and changelog info in the terminal. | 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 | /skills List all local project-scoped and global user-defined agent skills. | Antigravity CLI | utility | Antigravity CLI |
| 7 | /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 |
| 8 | /init Initialize project with a CLAUDE.md guide covering repo conventions, commands, and agent instructions. | Claude Code | setup | Claude Code |
| 9 | /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 |
| 10 | /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 |
| 11 | /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 |
| 12 | /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 |
| 13 | /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 |
| 14 | /mcp List configured Model Context Protocol (MCP) tools. Pass 'verbose' for server diagnostics. | Codex CLI | integrations | Codex CLI |
| 15 | /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 |
| 16 | /plan Switch to plan mode and optionally send a prompt. Codex proposes an execution plan before implementation starts. | Codex CLI | planning | Codex CLI |
| 17 | /skills Browse and use local skills to improve task-specific behavior by loading relevant skill context. | Codex CLI | configuration | Codex CLI |
| 18 | /status Display session configuration and token usage — active model, approval policy, writable roots, and context capacity. | Codex CLI | diagnostics | Codex CLI |
| 19 | /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 |
| 20 | /rules Create new rules or edit existing rules in .cursor/rules (.mdc files) for persistent project guidance. | Cursor CLI | setup | Cursor CLI |
| 21 | /init Analyze directory and generate a tailored GEMINI.md for persistent project memory. | Gemini CLI | setup | Gemini CLI |
| 22 | /memory refresh Reload memory from global, project, and subdirectory GEMINI.md files without restarting. | Gemini CLI | setup | Gemini CLI |
| 23 | /permissions Manage folder trust settings. Trust a path so Gemini can operate there without per-action prompts. | Gemini CLI | configuration | Gemini CLI |
| 24 | /plan Switch to Plan Mode (read-only) where Gemini produces an approved plan before making any changes. | Gemini CLI | planning | Gemini CLI |
| 25 | /connect Add a provider and API key to connect a new AI model provider. | OpenCode | configuration | OpenCode |
| 26 | /editor Open the external $EDITOR for composing messages — useful for long or structured prompts. Keybind: Ctrl+x e. | OpenCode | context-management | OpenCode |
| 27 | /init Guided AGENTS.md setup for the current project. | OpenCode | setup | OpenCode |
| 28 | /models List available models across all configured providers. Keybind: Ctrl+x m. | OpenCode | configuration | OpenCode |