Skip to content

Slash Command Reference

Slash commands are commands that start with /. They are not Windows backslashes (\).

Three Entry Points

Entry pointHow to use itNotes
Terminal TUIRun cybercode, then type / in the input boxThe richest interactive command surface for sessions, context, plugins, MCP, permissions, and more.
Desktop composerType / in the desktop chat composerDesktop handles UI shortcuts first, such as Settings, Models, MCP, Skills, and Memory. Unsupported TUI commands tell you to use the terminal.
Normal shellRun cybercode <subcommand>This is not a slash command. Use it for scripts, CI, and management tasks such as cybercode mcp list.

Built-In Terminal TUI Commands

CommandAlias / ArgumentsPurpose
/help-Show help and available commands.
/status-Show version, model, account, API connectivity, and tool status.
/add-dir<path>Add another working directory to the current session.
/context-Show current context usage. Interactive mode renders a visual grid.
/cost-Show current session cost and duration.
/clear/reset, /newClear conversation history and free context.
/compact[summary instructions]Compact conversation history while keeping a summary.
/resume/continue [conversation ID or search term]Resume a previous conversation.
/rename[name]Rename the current conversation.
/branch/fork [name]Branch the conversation from the current point.
/rewind/checkpointRestore code or conversation state to an earlier point.
/exit/quitExit the REPL.
/copy[N]Copy the latest or Nth-latest assistant response.
/export[filename]Export the current conversation to a file or clipboard.
/diff-View uncommitted changes and per-turn diffs.
/tasks/bashesList and manage background tasks.
/buddy`[hatchpet
/btw<question>Ask a quick side question without interrupting the main task.
/plan[open or description]Enable plan mode or view the current plan.
/review[PR number]Ask the agent to review a pull request.
/pr-comments[PR number]Fetch and organize GitHub pull request comments.
/security-review-Review the current branch for security issues.
/init-Initialize the project CYBER.md file.
/statusline[instructions]Configure status line output.
/insights-Generate a report about your CyberCode sessions.
/model[model]Switch the model for the current session.
/provider/providers; status, sync, `auto-sync onoff`
/routing/route; status, create, use, strategy, reset-healthCreate, inspect, and activate smart routes or reset route health.
/node/agent-node, /gateway; status, start, stop, rotate, revokeRun the built-in agent node and manage its independent key, target scope, and request limit.
/effortlow, medium, high, max, autoAdjust model reasoning effort.
/faston, offToggle fast mode when available.
/config/settingsOpen the configuration panel.
/permissions/allowed-toolsManage allow and deny rules for tools.
/sandboxexclude "command pattern"Configure sandboxing and command exclusions.
/theme-Change the terminal theme.
/color<color or default>Set the prompt bar color for the session.
/vim-Toggle between Vim and normal editing modes.
/terminal-setup-Configure terminal newline key bindings.
/keybindings-Open or create the keybindings configuration file.
/memorystatus, log, edit, add, remove, replace, writeManage CyberCode long-term memory and instruction files.
/skills-List available Skills.
/agents-Manage custom agent configurations.
/mcp[enable or disable <server>]Manage MCP servers and tools.
/plugin/plugins, /marketplaceInstall, enable, disable, update, and manage plugins.
/reload-plugins-Activate pending plugin changes in the current session.
/hooks-View tool event hook configuration.
/ide[open]Manage IDE integrations and show status.
/doctor-Diagnose installation, configuration, and runtime health.
/login-Sign in or switch Anthropic accounts.
/logout-Sign out from your Anthropic account.
/release-notes-View release notes.
/feedback/bug [text]Submit feedback or a bug report.

Conditional Commands

These commands appear only when the platform, account type, feature flag, or policy allows them.

CommandPurpose
/desktopContinue the current session in the desktop app on supported platforms.
/mobileShow a QR code for mobile app download.
/chromeConfigure Claude in Chrome integration.
/advisorConfigure the auxiliary Advisor model.
/install-github-appSet up GitHub Actions integration for a repository.
/install-slack-appInstall the Slack app integration.
/privacy-settingsView and update privacy settings.
/statsShow usage statistics and activity.
/usageShow plan usage limits.
/extra-usageConfigure extra usage when limits are reached.
/upgradeOpen upgrade options for higher limits.
/remote-envConfigure the default environment for remote sessions.
/remote-controlConnect the local terminal to remote-control sessions. Alias: /rc.
/web-setupSet up web-based remote session support.
/sessionShow a remote session URL and QR code.
/voiceToggle voice mode.
/filesList files currently in context.
/tagToggle a searchable tag on the current session.
/ultrareviewStart a deeper remote bug finding and verification flow when available.
/passesShare Claude Code trial access.
/stickersOpen the sticker request flow.
/think-backYear-in-review style feature, shown only when enabled.

Desktop Composer Shortcuts

The desktop composer provides these fixed commands. The frontend handles local panels, settings, and model commands directly; the remaining commands are sent to the current agent session.

CommandPurpose
/mcpOpen available MCP tools for the current chat.
/skillsOpen the Skills browser.
/helpShow desktop and agent command help.
/statusShow session status, usage, and context.
/costShow session usage and costs.
/contextShow current context usage.
/doctorOpen desktop diagnostics.
/memoryInspect memory files for this session.
/bugOpen feedback and bug report options.
/pluginOpen plugin settings.
/configOpen desktop configuration.
/permissionsOpen permission settings.
/terminal-setupOpen terminal integration settings.
/loginOpen provider and account sign-in settings.
/logoutOpen account sign-out settings.
/agentsOpen agent configuration.
/compactCompact conversation context.
/clearClear conversation history.
/reviewStart a code review task.
/commitCreate a Git commit.
/prCreate a pull request.
/initInitialize project CYBER.md.
/modelOpen model switching.

Desktop aliases: /plugins is the same as /plugin, and /feedback is the same as /bug.

Dynamic Commands

These commands are not fixed, so they vary by project, plugin, and MCP setup.

SourceFormNotes
Project Skills/skill-nameSkills loaded from user or project directories.
Plugin Skills/plugin-skillSkills provided by installed plugins.
MCP Skills/mcp-skillPrompts or Skills exposed by MCP servers.
Workflow/workflow-nameCommands generated from workflow scripts.

If this page differs from your app, trust /help, /skills, and the suggestions shown after typing / in the current session.

Normal Shell Equivalents

These are not slash commands. They are useful for scripts or management work outside the TUI.

Shell commandPurpose
cybercode mcp listList MCP servers.
cybercode mcp add ...Add an MCP server.
cybercode mcp remove <name>Remove an MCP server.
cybercode plugin listList installed plugins.
cybercode plugin install <plugin>Install a plugin.
cybercode plugin uninstall <plugin>Uninstall a plugin.
cybercode plugin marketplace listList plugin marketplaces.
cybercode agentsList custom agents.
cybercode doctorCheck runtime and updater health.
cybercode auth loginSign in to an Anthropic account.
cybercode auth statusShow sign-in status.
cybercode auth logoutSign out.
cybercode updateCheck for and install CLI updates.
cybercode --helpShow the full shell command reference for the installed version.

Released under the MIT License.