51 lines
906 B
Markdown
51 lines
906 B
Markdown
---
|
|
name: {{skill_name}}
|
|
description: "[Domain] capability: includes [key capability]. Use when [decidable triggers]."
|
|
---
|
|
|
|
# {{skill_name}} Skill
|
|
|
|
One sentence that states the boundary and the deliverable.
|
|
|
|
## When to Use This Skill
|
|
|
|
Trigger when any of these applies:
|
|
- [Trigger 1: concrete task/keyword]
|
|
- [Trigger 2]
|
|
- [Trigger 3]
|
|
|
|
## Not For / Boundaries
|
|
|
|
- What this skill will not do (prevents misfires and over-promising)
|
|
- Required inputs; ask 1-3 questions if missing
|
|
|
|
## Quick Reference
|
|
|
|
### Common Patterns
|
|
|
|
**Pattern 1:** one-line explanation
|
|
```text
|
|
[command/snippet you can paste and run]
|
|
```
|
|
|
|
## Examples
|
|
|
|
### Example 1
|
|
- Input:
|
|
- Steps:
|
|
- Expected output / acceptance:
|
|
|
|
### Example 2
|
|
|
|
### Example 3
|
|
|
|
## References
|
|
|
|
- `references/index.md`: navigation
|
|
- `references/...`: long-form docs split by topic
|
|
|
|
## Maintenance
|
|
|
|
- Sources: docs/repos/specs (do not invent)
|
|
- Last updated: YYYY-MM-DD
|