docs/workspaces/slash-commands.mdx
Slash commands are shortcuts for common actions within your coding agent. Type / followed by a command name to run operations like compacting conversation history, initializing project documentation, or reviewing code changes.
To use a slash command:
/ at the beginning of a new line in the chat inputThe available slash commands depend on which coding agent you're using. Vibe Kanban discovers and exposes the same commands you'd have in the agent's native CLI, so the experience matches what you're used to.
<Note> Some built-in commands that require TUI interaction (such as `/model` or `/theme`) are not currently supported in Vibe Kanban. Only non-interactive commands are available. </Note>Claude Code provides built-in commands, user-defined commands, and skills. For full details, see the built-in commands and skills documentation.
| Command | Description |
|---|---|
/compact | Clear conversation history but keep a summary in context |
/review | Review a pull request |
/security-review | Complete a security review of pending changes |
/init | Initialize a new CLAUDE.md file with codebase documentation |
/pr-comments | Get comments from a GitHub pull request |
/context | Visualize current context usage |
/cost | Show the total cost and duration of the current session |
/release-notes | View release notes |
Any custom commands or skills you've installed will also appear in the typeahead.
Codex provides built-in commands. For full details, see the Codex slash commands documentation.
| Command | Description |
|---|---|
/compact | Summarize the conversation to free tokens |
/init | Generate an AGENTS.md scaffold in the current directory |
/status | Display session configuration and token usage |
/mcp | List configured MCP tools |
OpenCode provides built-in commands and custom commands. For full details, see the built-in commands and custom commands documentation.
| Command | Description |
|---|---|
/compact | Compact the session |
/commands | Show all available commands |
/models | List available models |
/agents | List available agents |
/status | Show status information |
/mcp | Show MCP server status |
When you select an agent, Vibe Kanban automatically discovers the available slash commands. You'll see "Discovering commands..." in the typeahead while this happens.
Commands are cached per workspace and agent, so subsequent uses are instant.
<Info> If you add new custom commands to your agent's configuration, switch to a different agent and back, or create a new session to refresh the command list. </Info>