| name | skill-name |
| description | Brief description of what this skill does (max 30 words). |
Skill Name
One-paragraph overview of what this skill does and when to use it.
Operations
Operation 1: Name
your-command --flag value
What it does, when to use it, what to expect.
Operation 2: Name
your-command --other-flag value
Decision Logic
- Condition A → do X
- Condition B → do Y
- Default → do Z
Examples
User says: "Example user message"
Action: What the agent should do
Response: "Example response to user"
Error Handling
- Error type 1: What to do
- Error type 2: What to do
- Fallback: If all else fails, tell the user what happened
Setup
Any one-time setup steps (env vars, API keys, installations).