Analyzed: March 31, 2026 leak snapshot
This page is sourced from COMMANDS() in src/commands.ts. Runtime availability still depends on meetsAvailabilityRequirement() and each command’s isEnabled() checks.

Baseline COMMANDS() registrations

These are the slash command names currently documented from the baseline COMMANDS() list: /add-dir, /advisor, /agents, /branch, /btw, /chrome, /clear, /color, /compact, /config, /copy, /desktop, /context, /context-noninteractive, /cost, /diff, /doctor, /effort, /exit, /fast, /files, /heapdump, /help, /ide, /init, /keybindings, /install-github-app, /install-slack-app, /mcp, /memory, /mobile, /model, /output-style, /remote-env, /plugin, /pr_comments, /release-notes, /reload-plugins, /rename, /resume, /session, /skills, /stats, /status, /statusline, /stickers, /tag, /theme, /feedback, /review, /ultrareview, /rewind, /security-review, /terminalSetup, /upgrade, /extra-usage, /extra-usage-noninteractive, /rate-limit-options, /usage, /insights, /vim, /thinkback, /thinkback-play, /permissions, /plan, /privacy-settings, /hooks, /export, /sandbox-toggle, /passes, /tasks

Conditional public registrations in COMMANDS()

Conditional registration token in src/commands.tsExposed command (documented)Gate
webCmd/remote-setupCCR_REMOTE_SETUP feature
forkCmd/forkFORK_SUBAGENT feature
buddy/buddyBUDDY feature
proactive/proactivePROACTIVE or KAIROS feature
briefCommand/briefKAIROS or KAIROS_BRIEF feature
assistantCommand/assistantKAIROS feature
bridge/bridgeBRIDGE_MODE feature
remoteControlServerCommand/remoteControlServerDAEMON and BRIDGE_MODE features
voiceCommand/voiceVOICE_MODE feature + availability check (claude-ai)
...(!isUsing3PServices() ? [logout, login()] : [])/logout, /loginHidden when using third-party providers
peersCmd/peersUDS_INBOX feature
workflowsCmd/workflowsWORKFLOW_SCRIPTS feature
torch/torchTORCH feature

Availability filtering before execution

After loading, getCommands() applies:
  1. meetsAvailabilityRequirement()
  2. isCommandEnabled()
  3. dynamic skill insertion and deduplication
So being present in COMMANDS() is necessary but not sufficient for runtime visibility.