[Skill Name]¶
Overview¶
[Brief description of this skill's purpose and scope]
Workflows¶
- [ ] Step 1: [Description]
- [ ] Step 2: [Description]
- [ ] Step 3: [Description]
Feedback Loops¶
- [Action]
- [Validation]
- If [condition], [correction]
- Repeat until [success criteria]
Reference Implementation¶
[language]
// Example code demonstrating the pattern
Best Practices¶
- [Practice 1]
- [Practice 2]
- [Practice 3]
Anti-Patterns¶
- [What to avoid 1]
- [What to avoid 2]