Human-Readable Skill Title
When to Use This Skill
Triggers — load this skill when:
<A concrete situation, in the user's words, not a topic label><A second situation, ideally a symptom rather than a subject><A third situation>
Route elsewhere when:
<Adjacent concern>->sibling-skill-name<Adjacent concern>->other-sibling-skill-name
1. <The primary artifact or decision>
Lead with the thing a practitioner needs to copy or decide. Prefer a working, production-shaped artifact over prose; annotate the lines that carry the risk.
# runnable, correct, and safe to paste
2. <The reasoning that generalises>
Explain WHY, not just WHAT — a table of trade-offs, a decision tree, or the failure mode each setting prevents. This is what lets the agent handle a case the examples do not cover.
3. Best Practices & Anti-Patterns
| Do | Don't |
|---|---|
<practice> |
<the specific way teams get this wrong> |
Anti-patterns that reliably cause incidents
<what breaks, and why it breaks>