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

  1. Step one. Short imperative sentence.
  2. Step two.
  3. 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

Changelog

  • 1.0.0 (2026-XX-XX) — Initial release.
    Good AI Tools