explainx.ainewsletter3.5k
trending🔥pathwaysworkshopsskills
pricing
workshops ↗
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

custom AI agents

[email protected]

get started

Join · $29/mo

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serverstoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsblogreleasespromptsgeneratorsresource librarydemofor LLMs

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

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

contactsupportprivacytermsdata rightssubmission 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(132)Trending
All toolsClaude CodeAntigravity CLICodex CLIGemini CLICursor CLIOpenCode
All categoriesconfigurationsession-managementutilitycontext-managementsetupparallel-agentsplanningcode-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/btw

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

Antigravity CLIutilityAntigravity CLI
5/changelog

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

Antigravity CLIutilityAntigravity CLI
6/clear

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

Antigravity CLIutilityAntigravity CLI
7/config

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

Antigravity CLIconfigurationAntigravity CLI
8/context

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

Antigravity CLIcontext-managementAntigravity CLI
9/copy

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

Antigravity CLIutilityAntigravity CLI
10/diff

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

Antigravity CLIutilityAntigravity CLI
11/exit

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

Antigravity CLIsession-managementAntigravity CLI
12/fast

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

Antigravity CLIutilityAntigravity CLI
13/fork

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

Antigravity CLIsession-managementAntigravity CLI
14/help

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

Antigravity CLIutilityAntigravity CLI
15/hooks

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

Antigravity CLIutilityAntigravity CLI
16/keybindings

Configure or review keyboard shortcuts mapped to interactive TUI operations.

Antigravity CLIconfigurationAntigravity CLI
17/logout

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

Antigravity CLIconfigurationAntigravity CLI
18/mcp

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

Antigravity CLIutilityAntigravity CLI
19/model

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

Antigravity CLIconfigurationAntigravity CLI
20/open

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

Antigravity CLIutilityAntigravity CLI
21/permissions

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

Antigravity CLIconfigurationAntigravity CLI
22/planning

Open the interactive task board and execution step planner dashboard.

Antigravity CLIplanningAntigravity CLI
23/rename

Rename the active conversation thread for better tracking and retrieval.

Antigravity CLIsession-managementAntigravity CLI
24/resume

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

Antigravity CLIsession-managementAntigravity CLI
25/rewind

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

Antigravity CLIsession-managementAntigravity CLI
26/skills

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

Antigravity CLIutilityAntigravity CLI
27/statusline

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

Antigravity CLIconfigurationAntigravity CLI
28/tasks

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

Antigravity CLIutilityAntigravity CLI
29/title

Toggle or customize the terminal emulator window title format.

Antigravity CLIconfigurationAntigravity CLI
30/usage

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

Antigravity CLIutilityAntigravity CLI
31/agents

Manage agent configurations and monitor background agents running in parallel.

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

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

Claude Codecontext-managementClaude Code
35/claude-api

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

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

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

Claude Codecontext-managementClaude Code
39/context

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

Claude Codecontext-managementClaude 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 Codecode-reviewClaude Code
41/doctor

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

Claude CodediagnosticsClaude 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 CodeconfigurationClaude 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 Codeparallel-agentsClaude 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 CodeplanningClaude Code
45/hooks

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

Claude CodeconfigurationClaude Code
46/init

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

Claude CodesetupClaude 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 CodeautomationClaude Code
48/mcp

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

Claude CodeintegrationsClaude Code
49/memory

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

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

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

Claude CodeconfigurationClaude Code
52/plan

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

Claude CodeplanningClaude Code
53/remote-env

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

Claude CodeconfigurationClaude Code
54/resume

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

Claude Codesession-managementClaude 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 Codesession-managementClaude Code
56/schedule

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

Claude CodeautomationClaude Code
57/security-review

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

Claude Codecode-reviewClaude 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 Codecode-reviewClaude 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 CodeconfigurationClaude Code
60/stop

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

Claude Codeparallel-agentsClaude 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 Codeparallel-agentsClaude 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 CodediagnosticsClaude Code
63/approve

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

Codex CLIconfigurationCodex CLI
64/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
65/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
66/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
67/fast

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

Codex CLIconfigurationCodex CLI
68/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
69/goal

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

Codex CLIplanningCodex CLI
70/ide

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

Codex CLIcontext-managementCodex CLI
71/init

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

Codex CLIsetupCodex CLI
72/mcp

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

Codex CLIintegrationsCodex CLI
73/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
74/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
75/new

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

Codex CLIsession-managementCodex CLI
76/permissions

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

Codex CLIconfigurationCodex CLI
77/personality

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

Codex CLIconfigurationCodex CLI
78/plan

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

Codex CLIplanningCodex CLI
79/resume

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

Codex CLIsession-managementCodex CLI
80/review

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

Codex CLIcode-reviewCodex CLI
81/side

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

Codex CLIcontext-managementCodex CLI
82/skills

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

Codex CLIconfigurationCodex CLI
83/status

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

Codex CLIdiagnosticsCodex CLI
84/ask

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

Cursor CLIexplorationCursor CLI
85/auto-run

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

Cursor CLIconfigurationCursor CLI
86/commands

Create or edit custom slash commands for repetitive workflows.

Cursor CLIsetupCursor CLI
87/compress

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

Cursor CLIcontext-managementCursor CLI
88/feedback

Share feedback with the Cursor team directly from the CLI.

Cursor CLIdiagnosticsCursor CLI
89/logout

Sign out from Cursor.

Cursor CLIconfigurationCursor CLI
90/max-mode

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

Cursor CLIconfigurationCursor CLI
91/mcp

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

Cursor CLIintegrationsCursor CLI
92/model

Set or list available models for the current session.

Cursor CLIconfigurationCursor CLI
93/new-chat

Start a new chat session with empty context.

Cursor CLIsession-managementCursor 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 CLIplanningCursor CLI
95/quit

Exit the Cursor CLI.

Cursor CLIsession-managementCursor CLI
96/resume

Resume a previous chat session by folder name.

Cursor CLIsession-managementCursor CLI
97/rules

Create new rules or edit existing rules in .cursor/rules (.mdc files) for persistent project guidance.

Cursor CLIsetupCursor CLI
98/sandbox

Configure sandbox mode and network access settings for the current session.

Cursor CLIconfigurationCursor CLI
99/usage

View Cursor streaks and usage statistics for the current session.

Cursor CLIdiagnosticsCursor CLI
100/agents

Manage subagents — list built-in, local, and remote subagents; enable, disable, or configure.

Gemini CLIparallel-agentsGemini CLI
← Prev
12
Next →