explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerfelony benchranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

  1. Home
  2. /
  3. Slash Commands
registry://slash-commands

SLASH COMMANDS

Every slash command across Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode — one searchable reference.

100+indexed6 toolscategories
how it works

Filter by tool → find the command → copy syntax into your agent.

All(138)Trending
All toolsClaude CodeAntigravity CLICodex CLIGemini CLICursor CLIOpenCode
All categoriesconfigurationsession-managementutilitycontext-managementsetupplanningparallel-agentscode-review
#CommandToolCategoryTool
1/add-dir

Add a directory path to the active project workspace.

Antigravity CLIworkspace-managementAntigravity CLI
2/agents

Open the subagents management panel to monitor and approve actions for background agents.

Antigravity CLIsubagentsAntigravity CLI
3/artifact

Open the terminal-based interactive viewer for staged code artifacts and documents.

Antigravity CLIartifactsAntigravity CLI
4/boost

Route a task through Antigravity's deep-reasoning pipeline — higher token spend, multi-agent orchestration with execution and verification loops.

Antigravity CLIplanningAntigravity CLI
5/btw

Ask a quick side-question or request info without starting a heavy agent execution state.

Antigravity CLIutilityAntigravity CLI
6/changelog

Display the latest product updates, version releases, and changelog info in the terminal.

Antigravity CLIutilityAntigravity CLI
7/clear

Clear the active terminal viewport and reset the screen buffer. Alias: /new.

Antigravity CLIutilityAntigravity CLI
8/config

Open the interactive configuration panel to adjust agent behaviors and CLI parameters. Alias: /settings.

Antigravity CLIconfigurationAntigravity CLI
9/context

List all files, symbols, and references currently loaded inside the agent's context window.

Antigravity CLIcontext-managementAntigravity CLI
10/copy

Copy the last generated agent response directly to your host clipboard.

Antigravity CLIutilityAntigravity CLI
11/diff

Display the current git diff of files modified by the agent in this session.

Antigravity CLIutilityAntigravity CLI
12/exit

Exit the active session and terminate agy safely. Alias: /quit.

Antigravity CLIsession-managementAntigravity CLI
13/fast

Toggle Fast Mode, modifying artificial typing delays and thought visualizations.

Antigravity CLIutilityAntigravity CLI
14/fork

Fork the current conversation thread into a new session, keeping original history intact. Alias: /branch.

Antigravity CLIsession-managementAntigravity CLI
15/help

Display the command cheatsheet, syntax help, and interactive keyboard guide.

Antigravity CLIutilityAntigravity CLI
16/hooks

List all registered lifecycle hooks (e.g. pre-command, post-edit validations).

Antigravity CLIutilityAntigravity CLI
17/keybindings

Configure or review keyboard shortcuts mapped to interactive TUI operations.

Antigravity CLIconfigurationAntigravity CLI
18/logout

Log out of your active Google user session and wipe local authentication caches.

Antigravity CLIconfigurationAntigravity CLI
19/mcp

Inspect active Model Context Protocol (MCP) servers and list their exposed tools.

Antigravity CLIutilityAntigravity CLI
20/model

Change the default Gemini model used for the active reasoning conversation.

Antigravity CLIconfigurationAntigravity CLI
21/open

Open the specified file directly inside your host's configured preferred text editor.

Antigravity CLIutilityAntigravity CLI
22/permissions

Manage fine-grained command and directory read/write authorization rules.

Antigravity CLIconfigurationAntigravity CLI
23/planning

Open the interactive task board and execution step planner dashboard.

Antigravity CLIplanningAntigravity CLI
24/rename

Rename the active conversation thread for better tracking and retrieval.

Antigravity CLIsession-managementAntigravity CLI
25/resume

Resume or switch to a past conversation session. Aliases: /switch, /conversation.

Antigravity CLIsession-managementAntigravity CLI
26/rewind

Rewind conversation state to a previous point in history. Alias: /undo.

Antigravity CLIsession-managementAntigravity CLI
27/skills

List all local project-scoped and global user-defined agent skills.

Antigravity CLIutilityAntigravity CLI
28/statusline

Toggle or configure the visibility of real-time CLI diagnostic lines.

Antigravity CLIconfigurationAntigravity CLI
29/tasks

Monitor, view output logs, or cancel active background tasks.

Antigravity CLIutilityAntigravity CLI
30/title

Toggle or customize the terminal emulator window title format.

Antigravity CLIconfigurationAntigravity CLI
31/usage

Display current token count, model call pricing, and account limits. Alias: /quota.

Antigravity CLIutilityAntigravity CLI
32/agents

Manage agent configurations and monitor background agents running in parallel.

Claude Codeparallel-agentsClaude Code
33/background

Detach the current session to run as a background agent and free this terminal. Optionally pass a final instruction before detaching.

Claude Codeparallel-agentsClaude Code
34/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 Codeparallel-agentsClaude Code
35/btw

Ask a quick side question without adding it to the main conversation history.

Claude Codecontext-managementClaude Code
36/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 CodediagnosticsClaude Code
37/claude-api

Load Claude API reference, migrate deprecated model IDs, or onboard Claude Managed Agents (schedules + vaults).

Claude CodeintegrationsClaude Code
38/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 Codesession-managementClaude Code
39/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 Codecode-reviewClaude Code
40/compact

Free up context by summarizing the conversation so far. Optionally pass focus instructions for the summary.

Claude Codecontext-managementClaude Code
41/context

Visualize current context usage as a colored grid. Shows optimization suggestions for context-heavy tools and capacity warnings.

Claude Codecontext-managementClaude Code
42/design

Research preview: generate a few editable UI artboards for a feature before you build it, then have Claude implement the one you pick.

Claude CodeplanningClaude Code
43/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 Codecode-reviewClaude Code
44/doctor

Diagnose and verify your Claude Code installation and settings. Press f to have Claude fix any reported issues.

Claude CodediagnosticsClaude Code
45/effort

Set the model effort level: low, medium, high, xhigh, max, or ultracode. Takes effect immediately without waiting for the current response.

Claude CodeconfigurationClaude Code
46/fork

Spawn a forked subagent that inherits the full conversation and works on a directive while you keep going in the main session.

Claude Codeparallel-agentsClaude Code
47/goal

Set a persistent goal — Claude keeps working across turns until the condition is met. View, pause, resume, or clear with subcommands.

Claude CodeplanningClaude Code
48/hooks

View hook configurations for tool events. Comma-separated matchers like Bash,PowerShell work correctly as of v2.1.191.

Claude CodeconfigurationClaude Code
49/init

Initialize project with a CLAUDE.md guide covering repo conventions, commands, and agent instructions.

Claude CodesetupClaude Code
50/list-agents

List every other session Claude can message: local sessions on this machine and, when Remote Control is connected, your sessions on other machines and Claude Code on the web. Alias: /peers.

Claude Codeparallel-agentsClaude Code
51/loop

Run a prompt repeatedly on a schedule while the session stays open. Omit the interval and Claude self-paces between iterations.

Claude CodeautomationClaude Code
52/mcp

Manage MCP server connections and OAuth. v2.1.191 adds retries for capability discovery and OAuth token requests.

Claude CodeintegrationsClaude Code
53/memory

Edit CLAUDE.md memory files, enable or disable auto-memory, and view auto-memory entries.

Claude CodesetupClaude Code
54/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 CodeconfigurationClaude Code
55/permissions

Manage allow, ask, and deny rules for tool permissions. Recently-denied approvals persist on close as of v2.1.191.

Claude CodeconfigurationClaude Code
56/plan

Enter plan mode to design your approach before coding. Claude proposes an execution plan for review before any implementation starts.

Claude CodeplanningClaude Code
57/remote-env

Set or view the default environment for cloud agents spawned from Claude Code sessions.

Claude CodeconfigurationClaude Code
58/resume

Resume a previous conversation by ID or name, or open the session picker.

Claude Codesession-managementClaude Code
59/rewind

Rewind code and/or conversation to a checkpoint. As of v2.1.191, restore context from before /clear ran. Aliases: /checkpoint, /undo.

Claude Codesession-managementClaude Code
60/schedule

Create, update, list, or run Anthropic-managed cloud routines from the CLI. Alias: /routines.

Claude CodeautomationClaude Code
61/security-review

Analyze pending branch for security vulnerabilities — injection, auth issues, data exposure, and other OWASP risks.

Claude Codecode-reviewClaude Code
62/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 Codecode-reviewClaude Code
63/skills

List available skills and manage which are shown to Claude. Press t to sort by token count, Space to hide a skill.

Claude CodeconfigurationClaude Code
64/stop

Stop the attached background session while keeping its transcript and git worktree.

Claude Codeparallel-agentsClaude Code
65/tasks

View and manage background work in the current session. Stops from the tasks panel are permanent as of v2.1.191.

Claude Codeparallel-agentsClaude Code
66/ultraplan

Removed research preview: was cloud plan draft with browser inline-comment review, then remote execute or CLI handoff.

Claude CodeplanningClaude Code
67/ultrareview

Alias for /code-review ultra — multi-agent cloud code review fleet on a diff before merge.

Claude Codecode-reviewClaude Code
68/usage

Show session cost, plan usage limits, and activity stats. Includes breakdown by skill, subagent, plugin, and MCP server on paid plans.

Claude CodediagnosticsClaude Code
69/approve

Approve one retry of a recent auto review denial — lets Codex attempt a blocked action once under current policy.

Codex CLIconfigurationCodex CLI
70/archive

Archive the current session and exit. Removes it from active session lists; transcript kept locally. Restore with 'codex unarchive <SESSION>'.

Codex CLIsession-managementCodex CLI
71/compact

Summarize the visible conversation to free tokens. Use after long runs so Codex retains key points without blowing the context window.

Codex CLIcontext-managementCodex CLI
72/diff

Show the Git diff including files Git isn't tracking yet. Review Codex's edits before committing or running tests.

Codex CLIcode-reviewCodex CLI
73/fast

Toggle the Fast service tier for the current model/thread, or check current state.

Codex CLIconfigurationCodex CLI
74/fork

Fork the current conversation into a new thread with a fresh ID, leaving the original transcript untouched for parallel exploration.

Codex CLIsession-managementCodex CLI
75/goal

Set a persistent task goal (max 4,000 chars). Codex tracks it across turns. Subcommands: pause, resume, clear, view.

Codex CLIplanningCodex CLI
76/ide

Include open files, current selection, and other IDE context in the next prompt without re-explaining what's open.

Codex CLIcontext-managementCodex CLI
77/init

Generate an AGENTS.md scaffold in the current directory for persistent repo instructions.

Codex CLIsetupCodex CLI
78/mcp

List configured Model Context Protocol (MCP) tools. Pass 'verbose' for server diagnostics.

Codex CLIintegrationsCodex CLI
79/mention

Attach a file or folder to the conversation via popup picker so Codex references it directly in the next turn.

Codex CLIcontext-managementCodex CLI
80/model

Choose the active model (and reasoning effort when available). Opens a picker; press s to switch for the current session only.

Codex CLIconfigurationCodex CLI
81/new

Start a new conversation inside the same CLI session without clearing the terminal view.

Codex CLIsession-managementCodex CLI
82/permissions

Set what Codex can do without asking first — switch between Auto, Read Only, or custom permission profiles mid-session.

Codex CLIconfigurationCodex CLI
83/personality

Choose a communication style for responses — friendly, pragmatic, or none — without rewriting your instructions.

Codex CLIconfigurationCodex CLI
84/plan

Switch to plan mode and optionally send a prompt. Codex proposes an execution plan before implementation starts.

Codex CLIplanningCodex CLI
85/resume

Resume a saved conversation from your session list. Continue work from a previous CLI session without starting over.

Codex CLIsession-managementCodex CLI
86/review

Ask Codex to review your working tree — summarizes issues, focusing on behavior changes and missing tests.

Codex CLIcode-reviewCodex CLI
87/side

Start an ephemeral side conversation for a focused detour — the parent thread keeps running and its status stays visible.

Codex CLIcontext-managementCodex CLI
88/skills

Browse and use local skills to improve task-specific behavior by loading relevant skill context.

Codex CLIconfigurationCodex CLI
89/status

Display session configuration and token usage — active model, approval policy, writable roots, and context capacity.

Codex CLIdiagnosticsCodex CLI
90/ask

Switch to Ask mode for read-only exploration — the agent searches and answers questions without editing any files.

Cursor CLIexplorationCursor CLI
91/auto-run

Toggle auto-run (default) or set explicitly on/off/status. Controls whether tools run without asking for confirmation.

Cursor CLIconfigurationCursor CLI
92/commands

Create or edit custom slash commands for repetitive workflows.

Cursor CLIsetupCursor CLI
93/compress

Summarize conversation to free context window space while keeping a high-level record of what happened.

Cursor CLIcontext-managementCursor CLI
94/feedback

Share feedback with the Cursor team directly from the CLI.

Cursor CLIdiagnosticsCursor CLI
95/logout

Sign out from Cursor.

Cursor CLIconfigurationCursor CLI
96/max-mode

Toggle max mode on models that support it — enables extended reasoning and capability.

Cursor CLIconfigurationCursor CLI
97/mcp

Browse, enable, and configure MCP servers. Subcommands: list, enable <name>, disable <name>.

Cursor CLIintegrationsCursor CLI
98/model

Set or list available models for the current session.

Cursor CLIconfigurationCursor CLI
99/new-chat

Start a new chat session with empty context.

Cursor CLIsession-managementCursor CLI
100/plan

Switch to Plan mode — the agent researches your codebase, asks clarifying questions, and produces a reviewable implementation plan before writing code.

Cursor CLIplanningCursor CLI
← Prev
12
Next →