Gee-Code has 80+ slash commands organized by category. Commands start with / and control every aspect of the system — from switching models to managing agents to running parallel task graphs.
| Command | Description |
|---|
/help | Show available commands or research how gee-code works |
/clear | Clear conversation and start fresh |
/history | View conversation history |
/resume | Resume a previous session |
/status | Show running tasks, todos, and current state |
/cancel | Cancel the current running task |
/session | View or manage current session identity |
/iterations | Set max AI iterations before pausing |
/usage | Show API usage and costs |
/compact | Manually trigger context compaction |
/memory | View and manage long-term memory |
| Command | Description |
|---|
/add <file> | Add file(s) to context |
/pick | Interactive file browser — navigate and select files |
/image <path> | Add an image to context |
/remove <file> | Remove file from context |
/context | Show current context contents |
/context gather | AI automatically gathers relevant files |
/upload | Upload a local file to Gee Cloud |
| Command | Description |
|---|
/init | Explore and document the codebase — generates agents.md |
/explore <path> | Deep exploration of directories, GitHub repos, or URLs |
/cwd <path> | Change working directory |
/ledger | View or edit the continuity ledger |
/rules | View or edit user and project rules |
/worktree | Manage git worktrees for parallel branch development |
| Command | Description |
|---|
/plan <task> | Create a multi-step execution plan (todos or beads) |
/run | Execute approved beads |
/parallel | Execute multiple beads in parallel |
/beads | View and manage the task graph |
/todo | Show the current todo list |
/delegate <agent> <task> | Delegate a task to a specialized agent |
/ask | Ask a question without tool execution |
| Command | Description |
|---|
/model <name> | Switch AI model (sonnet, opus, haiku, gpt4o, gemini, etc.) |
/models | List all available models from all providers |
/agent <name> | Switch to a different agent |
/agents | List available agents |
/provider | Manage AI providers |
/providers browse | Interactive provider browser — view status, models, test connectivity |
/clamp <model> | Force all AI calls to use a specific model (session-level) |
/clamp on cc | Route all calls through Claude Code (adaptive effort) |
/clamp on cc-gee-max | Route all calls through Claude Code (max effort + Gee tools) |
/clamp all-on <model> | Force all Gee-Code instances to use a specific model (global) |
/clamp all-off | Remove the global model clamp |
/flight | Manage agent flights (parallel agents) |
/swarm | Run a multi-agent swarm |
| Command | Description |
|---|
/skills | List and toggle available skills |
/installed | Show all installed entities (skills, agents, MCP servers) |
/mcp | List and manage MCP servers |
/marketplace | Browse and install plugins from the marketplace |
/credentials | Manage API credentials for plugins |
| Command | Description |
|---|
/mode | Switch between operational modes |
/mission | View or manage a Gee’s guiding mission |
/guardrails | View or manage safety constraints |
/identity | View a Gee’s identity, beliefs, and subconscious |
/comms | Inter-mode communication — send messages between Gees |
/objective | Manage objectives — work items with assignment |
/steer <gee> <msg> | Send a mid-session course correction to a running Gee |
/gee | Manage Gees and Teams |
| Command | Description |
|---|
/logs | View recent logs |
/debug | Toggle debug display options |
/validate | Check code validation status or install validators |
/browser | Browser tools help and setup |
/jobs | Manage background tasks |
Every command supports --help for detailed usage:
- Commands are case-insensitive
- Most commands have short aliases — use
/help to discover them
- Commands that modify system state (like
/init, /explore) show an approval prompt first
- You can type just the beginning of a command and tab-complete