--- name: template description: Expert [skill-name] assistance covering [feature 1], [feature 2], and [feature 3]. Use when [working with X], [debugging Y], or [implementing Z]. --- # Skill Name Brief overview of what this skill does and the key capabilities it provides. ## When to Use - Trigger phrase or scenario 1 - Trigger phrase or scenario 2 - Trigger phrase or scenario 3 ## Quick Start ```language // Minimal working example - copy-paste ready // Include essential imports and setup ``` ## Core Concepts ### Concept 1 Explanation of fundamental concept with practical context. ```language // Code example demonstrating the concept ``` ### Concept 2 Another essential concept with clear explanation. ```language // Practical code example ``` ## Common Patterns ### Pattern Name **Problem**: What challenge does this solve? **Solution**: ```language // Recommended approach with comments ``` ## Best Practices **Do**: - Practice 1 with rationale - Practice 2 with explanation **Don't**: - Anti-pattern 1 and why - Anti-pattern 2 and the alternative ## Troubleshooting | Error | Cause | Solution | | ------------- | -------------- | ---------- | | Error message | Why it happens | How to fix | ## References - [Documentation](https://example.com)