My Skill

One-line description of what this skill does and WHEN to use it. Be specific — this is how the agent decides to load it.

pedroiff0 Updated

File contents

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

  1. First concrete action with a real command or code.
  2. Second action, building on the first.
  3. 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).

pedroiff0/awesome-skills/tree/main/templates/skill-template commit 97978d1ddf

Frequently asked questions

npx skillmds@latest add pedroiff0/my-skill