Skill Title
When to Use
One to two sentences describing the exact scenarios where this skill applies.
Core Patterns
Pattern Name One
Brief explanation of what this pattern solves and when to apply it.
# BAD: describe the problem
bad_example = "here"
# GOOD: describe the solution
good_example = "here"
Pattern Name Two
Brief explanation.
# Concrete, copy-pasteable example
def example_function(param: str) -> str:
return param.strip()
Pattern Name Three
Brief explanation.
# Example with inline comments highlighting key lines
result = do_something(
value=input_value, # key detail here
flag=True, # reason this matters
)
Checklist
- Checklist item one
- Checklist item two
- Checklist item three
- Checklist item four
Anti-Patterns
- Anti-pattern name: Brief explanation of why this is wrong and what to do instead.
- Anti-pattern name: Brief explanation of why this is wrong and what to do instead.
Quick Reference
| Option | Use When |
|---|---|
| Option A | Scenario A |
| Option B | Scenario B |
| Option C | Scenario C |
See Also
skills/DOMAIN/related-skill.mdskills/DOMAIN/another-skill.md