template
stars:0
forks:0
watches:0
last updated:N/A
My New Skill
One-line tagline. What's the one thing someone should remember about this skill?
When to use
- Trigger condition 1 (concrete, specific)
- Trigger condition 2
- Trigger condition 3
When NOT to use
- Anti-trigger 1 (where another skill fits better)
- Anti-trigger 2
Workflow
- Step one. Short imperative sentence.
- Step two.
- Step three.
Code patterns
Pattern 1:
# Short, copy-pasteable snippet. Include imports inline.
def example(input_path: str) -> dict:
"""One-line docstring."""
...
Pattern 2:
# Another snippet.
Pitfalls
- Don't do X — why it's wrong and what to do instead.
- Watch out for Y — the failure mode and how to detect it.
Validation
How do you know it worked?
- Check 1
- Check 2
References
- Official docs
- Paper
- Related ORS skills:
related-skill-slug-1,related-skill-slug-2
Changelog
- 1.0.0 (2026-XX-XX) — Initial release.
