explainx.ainewsletter3.5k
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

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

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

supportprivacytermsdata 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(48)Trending
All toolsClaude CodeAntigravity CLICodex CLIGemini CLICursor CLIOpenCode
All categoriesconfigurationsession-managementutilitycontext-managementsetupparallel-agentsplanningdiagnostics
#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/changelog

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

Antigravity CLIutilityAntigravity CLI
4/hooks

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

Antigravity CLIutilityAntigravity CLI
5/mcp

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

Antigravity CLIutilityAntigravity CLI
6/open

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

Antigravity CLIutilityAntigravity CLI
7/rewind

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

Antigravity CLIsession-managementAntigravity CLI
8/skills

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

Antigravity CLIutilityAntigravity CLI
9/usage

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

Antigravity CLIutilityAntigravity 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 Codeparallel-agentsClaude 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 CodediagnosticsClaude Code
12/claude-api

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

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

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

Claude CodediagnosticsClaude Code
16/init

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

Claude CodesetupClaude 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 CodeautomationClaude Code
18/permissions

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

Claude CodeconfigurationClaude Code
19/plan

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

Claude CodeplanningClaude Code
20/resume

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

Claude Codesession-managementClaude 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 CodeconfigurationClaude Code
22/approve

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

Codex CLIconfigurationCodex CLI
23/ide

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

Codex CLIcontext-managementCodex CLI
24/mcp

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

Codex CLIintegrationsCodex 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 CLIconfigurationCodex CLI
26/permissions

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

Codex CLIconfigurationCodex CLI
27/personality

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

Codex CLIconfigurationCodex CLI
28/plan

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

Codex CLIplanningCodex CLI
29/resume

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

Codex CLIsession-managementCodex CLI
30/review

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

Codex CLIcode-reviewCodex CLI
31/skills

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

Codex CLIconfigurationCodex CLI
32/status

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

Codex CLIdiagnosticsCodex CLI
33/compress

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

Cursor CLIcontext-managementCursor 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 CLIplanningCursor CLI
35/resume

Resume a previous chat session by folder name.

Cursor CLIsession-managementCursor CLI
36/rules

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

Cursor CLIsetupCursor CLI
37/compress

Replace the current chat context with a summary to save tokens and free up context window space.

Gemini CLIcontext-managementGemini CLI
38/init

Analyze directory and generate a tailored GEMINI.md for persistent project memory.

Gemini CLIsetupGemini CLI
39/memory refresh

Reload memory from global, project, and subdirectory GEMINI.md files without restarting.

Gemini CLIsetupGemini CLI
40/permissions

Manage folder trust settings. Trust a path so Gemini can operate there without per-action prompts.

Gemini CLIconfigurationGemini CLI
41/plan

Switch to Plan Mode (read-only) where Gemini produces an approved plan before making any changes.

Gemini CLIplanningGemini CLI
42/restore

Revert files to their pre-tool state using checkpointing. Pass a tool_call_id to restore a specific checkpoint.

Gemini CLIsession-managementGemini CLI
43/rewind

Navigate backward through history; revert chat and/or code to a prior state (also Esc Esc).

Gemini CLIsession-managementGemini CLI
44/connect

Add a provider and API key to connect a new AI model provider.

OpenCodeconfigurationOpenCode
45/editor

Open the external $EDITOR for composing messages — useful for long or structured prompts. Keybind: Ctrl+x e.

OpenCodecontext-managementOpenCode
46/init

Guided AGENTS.md setup for the current project.

OpenCodesetupOpenCode
47/models

List available models across all configured providers. Keybind: Ctrl+x m.

OpenCodeconfigurationOpenCode
48/redo

Restore a previously undone message and file changes. Git-backed. Keybind: Ctrl+x r.

OpenCodesession-managementOpenCode