version: "1.0.1" name: SKILL_NAME description: WHAT_IT_DOES. Use when TRIGGER_PHRASES. Handles CAPABILITIES.
SKILL_TITLE
Brief description of what this skill accomplishes.
When to Use
- Trigger phrase 1
- Trigger phrase 2
- Trigger phrase 3
Prerequisites
- Prerequisite 1
- Prerequisite 2
Steps
Step 1: NAME
Description of what this step does.
Step 2: NAME
More instructions...
Step 3: NAME
Final step...
Verification
How to confirm the skill worked:
bash
# Verification command
Expected output: DESCRIPTION
Troubleshooting
Problem: COMMON_ISSUE
Symptoms: What the user sees
Solution:
- First fix step
- Second fix step
Problem: ANOTHER_ISSUE
Symptoms: What the user sees
Solution: Steps to resolve...