--- name: my-skill-name description: What this skill does and when to use it. Be specific about triggers. Write in third person. Include key terms users might search for. Maximum 1024 characters. --- # Skill Name Brief description of what this skill does and why it matters. **Why this matters**: Explain the problem this solves in terms the model can reason about — theory of mind helps the model understand when and how to apply the instructions effectively. ## Process ### Step 1: [First Action] Concrete instructions for the first step. ### Step 2: [Analysis/Processing] What to look for, what to do with it. ### Step 3: [Output] Define the expected output format: ```markdown # [Output Template] ## Section 1 - [content] ## Section 2 - [content] ``` ### Step 4: Verify and Offer to Fix After generating output, verify quality against targets. If issues found, revise before presenting to user. ## Subagent Strategy For large-scope tasks, delegate read-heavy work to a background subagent (Haiku model, read-only tools) to keep the main context clean. The subagent returns a compressed summary. ## References For detailed patterns, see [references/](references/) directory.