Describe what this skill does, when to use it, and key technologies it covers. Write in natural prose that incorporates relevant keywords organically — avoid bare keyword lists or quoted trigger phrases. This description is the primary triggering mechanism — it determines whether the agent loads the skill. 50-200 words recommended.
One-line summary of what this skill enables an agent to do.
| Task | Command / Pattern | Notes |
|---|---|---|
| [Common task 1] | command or code | [When to use, gotchas] |
| [Common task 2] | command or code | [When to use, gotchas] |
| [Common task 3] |
command or code |
| [When to use, gotchas] |
[Concise instruction — 1-2 sentences maximum.]
# Copy-paste-ready code example
example_command --with-real-flags
[Concise instruction.]
# Another complete, runnable example
[Continue as needed. Use numbered steps for sequential workflows, subsections for parallel concerns.]
[Add sections as needed for your skill's domain. Use tables for decision matrices, comparison charts, or option lists. Use code blocks for patterns the agent should copy. Keep prose minimal — prefer structured formats.]
| Option | When to Choose | Trade-off |
|---|---|---|
| [Option A] | [Scenario] | [Pro/con] |
| [Option B] | [Scenario] | [Pro/con] |
| Don't Do This | Why | Do This Instead |
|---|---|---|
| [Common mistake] | [Consequence] | [Correct approach] |
| [Another mistake] | [Consequence] | [Correct approach] |
| Problem | Cause | Fix |
|---|---|---|
| [Error or symptom] | [Root cause] | [Resolution steps] |
| [Another problem] | [Root cause] | [Resolution steps] |