Command Reference

March 2, 2026 ยท View on GitHub

Core Claude Commands (4)

CommandDescription
/claudeSend a prompt to Claude Code. Supports prompt and session_id options.
/claude-threadStart a new Claude conversation in a dedicated Discord thread. Options: name (thread title), prompt.
/resumeResume (continue) a previous Claude conversation with an optional follow-up prompt.
/claude-cancelCancel the currently running Claude operation.
/fastToggle Opus 4.6 fast mode โ€” 2.5x faster responses, same quality.

Enhanced Claude Commands (4)

CommandDescription
/claude-enhancedEnhanced Claude interaction with model options and streaming.
/claude-modelsList all available Claude models (dynamically fetched).
/claude-sessionsManage and view Claude conversation sessions.
/claude-contextSet additional context for Claude interactions.

Development Tools (7)

CommandDescription
/claude-explainExplain code or concepts. Options: content, detail_level, include_examples.
/claude-debugDebug errors or code. Options: error_or_code, language, context_files.
/claude-optimizeOptimize code. Options: code, focus (speed/memory/readability/all), preserve_functionality.
/claude-reviewCode review. Options: code_or_file, review_type, include_security, include_performance.
/claude-generateGenerate code. Options: request, type (function/class/module/test/api/config), style.
/claude-refactorRefactor code. Options: code, goal, preserve_behavior, add_tests.
/claude-learnLearn a topic. Options: topic, level (beginner/intermediate/advanced/expert), include_exercises, step_by_step.

Info & Control Commands (3)

CommandDescription
/claude-infoView account info, available models, and MCP server status. Options: section (all/account/models/mcp). Works with or without an active session.
/rewindRewind file changes to a specific conversation turn. Options: turn (number), dry_run (preview changes without applying).
/claude-controlMid-session controls. Options: action (interrupt/set-model/set-permissions/stop-task/status), value. Change model, permissions, or stop background tasks without restarting. In default/acceptEdits mode, unapproved tools trigger interactive Allow/Deny buttons.

Settings Commands (2)

CommandDescription
/settingsUnified settings hub. Categories: show, bot, claude, modes, output, proxy, developer, reset. Action and value fields have autocomplete.
/quick-modelQuickly switch the active Claude model.

Task & Agent Management (3)

CommandDescription
/todosTask management. Actions: list, add, complete, generate, prioritize. Priority levels: low/medium/high/critical. Persists to disk.
/mcpMCP (Model Context Protocol) server management. Actions: list, add, remove, test, status, toggle, reconnect. Reads from .claude/mcp.json. Toggle/reconnect work mid-session.
/agentRun specialized AI agents. Actions: list, start, stop, status. 7 built-in agents.

Git Operations (6)

CommandDescription
/gitRun git commands from Discord.
/worktreeCreate a new git worktree with its own Discord channel.
/worktree-listList all active worktrees.
/worktree-removeRemove a worktree and its channel.
/worktree-botsManage bot instances per worktree.
/worktree-killKill a worktree bot instance.

Shell Management (4)

CommandDescription
/shellExecute shell commands on the host.
/shell-inputSend input to a running shell process.
/shell-listList active shell processes.
/shell-killKill a running shell process.

System Monitoring (11)

CommandDescription
/system-infoSystem information overview.
/processesList running processes.
/system-resourcesCPU, memory, and disk usage.
/network-infoNetwork configuration and connections.
/disk-usageDetailed disk usage analysis.
/env-varsView environment variables (filtered for safety).
/system-logsView system logs.
/port-scanScan for open ports.
/service-statusCheck service status.
/uptimeSystem uptime.
/screenshotCapture a screenshot of the host display. Options: delay.

Utilities (4)

CommandDescription
/statusBot status and health check.
/pwdShow current working directory.
/shutdownGracefully stop the bot.
/helpShow all available commands.