writing-commands
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Writing Commands
Overview
Commands are custom prompts triggered via /command-name in the TUI. They automate repetitive tasks with configurable agents, models, and dynamic prompt templating.
When to Use
- Creating a new custom command for repetitive workflows
- Adding argument handling or shell output injection to commands
- Configuring which agent or model handles a command
- Converting inline prompts to reusable commands
Don't use for: one-off prompts, complex multi-step workflows (use agents), or logic that needs code execution.