Skip to main content
Slash command typeahead showing available commands when typing a forward slash
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.

Using Slash Commands

To use a slash command:
  1. Type / at the beginning of a new line in the chat input
  2. A typeahead menu appears showing available commands
  3. Continue typing to filter the list, or use arrow keys to navigate
  4. Press Enter or click to select a command
  5. Add any arguments after the command name (some commands accept optional parameters)
  6. Send the message as normal
Some commands accept optional arguments. For example, with Claude Code or Codex, /compact focus on the authentication changes will compact the conversation while emphasising the authentication work in the summary.

Available Commands by Agent

The 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.
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.

Claude Code

Claude Code provides built-in commands, user-defined commands, and skills. For full details, see the built-in commands and skills documentation.
CommandDescription
/compactClear conversation history but keep a summary in context
/reviewReview a pull request
/security-reviewComplete a security review of pending changes
/initInitialize a new CLAUDE.md file with codebase documentation
/pr-commentsGet comments from a GitHub pull request
/contextVisualize current context usage
/costShow the total cost and duration of the current session
/release-notesView release notes
Any custom commands or skills you’ve installed will also appear in the typeahead.

OpenAI Codex

Codex provides built-in commands. For full details, see the Codex slash commands documentation.
CommandDescription
/compactSummarize the conversation to free tokens
/initGenerate an AGENTS.md scaffold in the current directory
/statusDisplay session configuration and token usage
/mcpList configured MCP tools

OpenCode

OpenCode provides built-in commands and custom commands. For full details, see the built-in commands and custom commands documentation.
CommandDescription
/compactCompact the session
/commandsShow all available commands
/modelsList available models
/agentsList available agents
/statusShow status information
/mcpShow MCP server status

Command Discovery

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.
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.