SlashCommand
Load and execute custom commands from markdown files.
Quick Start
main.py
Command File Format
Create .co/commands/today.md:
code
YAML Frontmatter
| Field | Required | Description |
|---|---|---|
| name | Yes | Command name |
| description | Yes | Short description |
| tools | No | Allowed tools (all if omitted) |
Tool Filtering
Limit which tools the command can use:
code
Locations
Commands are loaded from:
.co/commands/*.md(user commands - priority)commands/*.md(built-in commands)
API
main.py
