PLUGIN_NAME Skill
[Detailed description of what this skill does]
Trigger Phrases
- "trigger phrase 1"
- "trigger phrase 2"
- "trigger phrase 3"
When to Use
- [Scenario 1]
- [Scenario 2]
- [Scenario 3]
Execution Algorithm
Step 1: [First Step]
[What to do first]
# If using tools:
AskUserQuestion(...)
# or
Task(subagent_type="agent-name", ...)
Step 2: [Second Step]
[What to do next]
Step 3: [Present Results]
[How to show results to user]
Model Selection (if using agents)
| Agent | Model | Reasoning |
|---|---|---|
| agent-1 | sonnet | [Why] |
| agent-2 | haiku | [Why] |
Error Handling
| Error | Cause | Solution |
|---|---|---|
| [Error type] | [Why it happens] | [How to fix] |
Quick Reference
Usage:
"trigger phrase"
/command-name (if applicable)
Expected Duration:
- [Time estimate]
Output:
- [What user receives]
Related Skills
other-skill: [How it relates]
Future Enhancements
- Planned feature 1
- Planned feature 2