| name | skill-name-gerund |
| description | Concise description in third person. Include triggers/context. |
[Skill Name]
Workflows
- Step 1: ...
- Step 2: ...
Feedback Loops
- Generate output
- Run validator
scripts/validate.py - If error, fix and repeat.
Utility Scripts
scripts/analyze.py: Extracts data...
Reference Implementation
// Pseudo-code or specific language implementation
class Example {
// ...
}