Commands
Commands are explicit slash commands the user types. They are the right tool when you want a named shortcut with predictable behavior, not a description-triggered skill.
When to use a command vs a skill
Directory layout
flush-toilet/
└── COMMAND.md---
name: flush-toilet
description: Prints ASCII art of a flushing toilet.
---
Print this ASCII art verbatim:
Arguments
Creating a command
Client compatibility
Discoverability
Last updated
Was this helpful?