Skip to content llms.txt

builtin_commands

Whether the provider ships default/built-in commands alongside user-defined custom commands.

Type: bool Content type: commands

ProviderSupportedMechanism
claude-codeextensive set of built-in slash commands (/help, /clear, /compact, /config, /model, /mcp, /memory, /plan, etc.) plus bundled-skill commands (/batch, /debug, /loop); not user-modifiable
clineBuilt-in slash commands (e.g., /newtask, /smol alias /compact, /newrule, /deep-planning, /explain-changes in VS Code, /reportbug) are hardcoded and not user-modifiable; user-authored workflows are additive, invoked alongside built-ins
gemini-clibuilt-in slash commands include /commands reload (reload command files without restart) and /help; user-defined commands supplement but do not replace built-ins
windsurfCascade exposes its own built-in chat slash commands (e.g. for conversation control) independently of user-authored Workflows; the `/<workflow-name>` namespace is reserved for user files
codexno implementation details captured; slash commands feature exists but format and capabilities are undocumented in cached sources
copilot-cliCopilot CLI has no standalone slash-command mechanism; extensibility is via plugins that bundle agents/skills/hooks; command format within plugins is undocumented
crushnot documented
factory-droidno built-in slash commands documented; Factory commands are user-defined Markdown templates or executables
opencodeOpenCode documentation describes only user-authored slash commands loaded from .opencode/commands/ and ~/.config/opencode/commands/; no built-in commands are documented for this namespace.
pipi prompt templates are entirely user-defined; no built-in slash commands documented
roo-codeRoo Code commands are user-defined Markdown files in .roo/commands/ — no user-overridable built-in slash-command layer documented
zednot documented