Skip to main content
These commands configure the tools and external integrations that Claurst can use during a session.
Type: local-jsx
Syntax: /mcp [enable|disable [server-name]]
Opens the MCP (Model Context Protocol) management panel. Use this to list, enable, disable, add, or remove MCP servers.Adding a server via the CLI:
Examples:
XAA IdP subcommands (enterprise identity provider integration):
Aliases: allowed-tools
Type: local-jsx
Syntax: /permissions
Opens the interactive permissions manager, where you can set allow and deny rules for individual tools or tool patterns.Permission rules are stored in settings files (~/.claude/settings.json for global rules, .claude/settings.json for project rules) and support wildcard patterns.
Permission levels:
Type: local-jsx
Syntax: /hooks
Opens the hooks configuration panel. Hooks are scripts that run automatically at tool lifecycle events.Supported hook events:
Type: local-jsx
Syntax: /agents
Opens the agents management menu. From here you can create, edit, and delete custom agent configurations. Agents are isolated Claude instances used for background tasks, parallel work, and sub-agent delegation.
Type: local
Syntax: /files
Lists all files currently loaded in the context (the read-file state cache).
This command is currently restricted to Anthropic-internal builds (USER_TYPE=ant).
Type: local-jsx
Syntax: /add-dir [<path>]
Adds a working directory to the session’s permission context. This lets Claurst read and write files in directories outside the initial working directory.Arguments:Behavior:
  • Expands ~ and resolves symlinks before validating.
  • Prompts to save the addition to local settings for future sessions.
  • Updates the bash sandbox configuration.
  • Handles ENOENT, ENOTDIR, EACCES, and EPERM errors gracefully.
Examples:
Type: local-jsx
Syntax: /skills
Displays all currently loaded skills — custom slash command macros loaded from skill directories, plugins, and bundled skills. Skills appear as additional commands in the command palette.
Aliases: plugins, marketplace
Type: local-jsx
Syntax: /plugin [subcommand] [args]
Manages Claude Code plugins: install, uninstall, enable, disable, and browse the marketplace.Subcommands:Plugin format: plugin-name@marketplace-name or plugin-name@https://marketplace-urlExamples:
Type: local
Syntax: /reload-plugins
Applies pending plugin changes in the current session without restarting. Reports a summary of what was reloaded.Example output:
If there were load errors: 2 errors during load. Run /doctor for details.
Type: prompt
Syntax: /init
Initializes CLAUDE.md (and optionally skills and hooks) for the current repository. This is the recommended first step when starting to use Claurst in a new project.What it sets up (new multi-phase flow when CLAUDE_CODE_NEW_INIT=1):
Type: prompt
Syntax: /init-verifiers
Creates verifier skill files in .claude/skills/ for automated verification of code changes. Verifiers can be invoked by the Verify agent.Supported verifier types:Phases: Auto-detects project type → sets up verification tools → interactive Q&A → generates skills → confirms.
/init-verifiers is currently restricted to Anthropic-internal builds.
Type: local
Syntax: /advisor [<model>|off|unset]
Configures a secondary model that reviews and advises on the primary model’s outputs in real time.Arguments:Examples:
Type: local-jsx
Syntax: /brief
Toggles “brief-only mode.” When enabled, the model routes all user-facing output through the SendUserMessage (Brief) tool; plain text output is hidden. Intended for structured, machine-readable workflows.Gate: Feature-gated via the KAIROS or KAIROS_BRIEF bundle flags plus a GrowthBook config flag. Hidden when not entitled.
Type: local-jsx
Syntax: /passes
Shows available referral passes to share a free week of Claude Code with friends. May also show an “earn extra usage” option if referrer rewards are available.Gate: Hidden unless pass eligibility is confirmed and cached.
Type: local-jsx
Syntax: /rate-limit-options
Displays options when the rate limit is reached (e.g., upgrade plan, configure extra usage).
This command is hidden — it is triggered automatically from the rate-limit message in the UI, not invoked by users directly.
Type: prompt
Syntax: /insights
Generates an AI-powered report analyzing Claude Code usage sessions. Reads session files from ~/.claude/projects/, extracts patterns, runs summarization via the Opus model, and produces HTML and diff-line reports.
Aliases: bashes
Type: local-jsx
Syntax: /tasks
Lists and manages running background tasks — both shell command tasks and agent tasks.
Type: local-jsx
Syntax: /sandbox [exclude "command pattern"]
Configures sandbox settings for bash command execution. The command description dynamically shows the current sandbox status (enabled/disabled, auto-allow mode, fallback allowed, managed policy).Example:
Gate: Hidden on unsupported platforms.
Type: prompt
Syntax: /statusline [description]
Configures the Claurst status line display. Launches a statusline-setup sub-agent that reads your shell PS1 configuration and writes updated settings to ~/.claude/settings.json.
Type: local-jsx
Syntax: /ide [open]
Manages IDE integrations (VS Code, JetBrains) and shows the connection status. Use open to launch the integration setup.
Aliases: rc
Type: local-jsx
Syntax: /remote-control [name]
Starts or manages a Remote Control bridge session, allowing your terminal session to be controlled from a mobile device or web interface via a QR code.Arguments:Gate: Requires the BRIDGE_MODE feature flag and isBridgeEnabled() to return true.
Type: local-jsx
Syntax: /ultraplan [seed plan]
Runs an extended multi-agent planning session on Claude Code on the web (CCR). The remote session explores the codebase, creates a comprehensive implementation plan, and enters plan-approval mode when done (up to 30 minutes).Gate: Requires the ULTRAPLAN bundle flag. Internal-only (USER_TYPE=ant).