name: [skill-name] description: "[What this skill does]. Use when [trigger scenarios]." author: [your-github-handle] source: [project-where-you-discovered-this] date: [YYYY-MM-DD] tags: [tag1, tag2, tag3] level: [beginner|intermediate|advanced] evolved_from: [pattern-id-if-applicable]
[Skill Name]
Brief description of what problem this skill solves.
When to Use
- Scenario 1
- Scenario 2
- Scenario 3
Quick Start
# Minimal example to get started
example command here
Core Concept
Explain the main idea in 2-3 sentences.
Procedure
- Step 1: Description
- Step 2: Description
- Step 3: Description
Examples
Example 1: [Title]
Before:
[code or command]
After:
[result]
Example 2: [Title]
[example code]
Common Mistakes
| Mistake | Why It Happens | Correct Approach |
|---|---|---|
| ... | ... | ... |
Related Skills
- [link to related skill 1]
- [link to related skill 2]