--- name: my-skill description: Full description of what this skill does, when to use it, and its core capabilities --- # Skill Name ## Overview Brief explanation of the skill's purpose and value. ## When to Use This Skill - Scenario 1: [description] - Scenario 2: [description] - Scenario 3: [description] ## Instructions ### Step 1: [Step Name] [Detailed explanation] ### Step 2: [Step Name] [Detailed explanation] ### Step 3: [Step Name] [Detailed explanation] ## Examples ### Example 1: [Scenario Name] **Input:** ``` [input content] ``` **Output:** ``` [output content] ``` ### Example 2: [Scenario Name] **Input:** ``` [input content] ``` **Output:** ``` [output content] ``` ## Constraints - Limitation 1: [description] - Limitation 2: [description] - Limitation 3: [description] ## Error Handling | Error | Cause | Solution | |-------|-------|----------| | Error 1 | [cause] | [solution] | | Error 2 | [cause] | [solution] | ## Resources - [Resource 1](link) - [Resource 2](link)