My Skill
Purity rules (apply to every skill here): no secrets; anything touching
*API*must be pure — no leaked credentials (keys/tokens) and no proprietary/closed-source code. Use public specs, fictional examples, stubs.
Short paragraph: what problem this solves and for whom.
When to Use
- Bullet triggers: "do X", "help me with Y", "I need Z".
- Another scenario the agent will recognize.
Prerequisites
# commands/packages needed before use
Steps
- First concrete action with a real command or code.
- Second action, building on the first.
- Verify the result (show the check).
Examples
# minimal worked example
Pitfalls
- Common failure and how to avoid it.
- Edge case the agent should handle.
References
references/extra.md— deeper material (optional).scripts/helper.py— reusable automation (optional).