Example Skill
This is a placeholder skill. Replace this directory and SKILL.md with your own skills.
When this activates
Skills auto-activate based on the description field in the frontmatter. Write a description that captures the trigger conditions (e.g., "Use when writing FastAPI endpoints or configuring async Python code").
What to do next
- Create a new directory under
skills/with your skill name (e.g.,skills/my-skill/) - Add a
SKILL.mdwith proper frontmatter —namemust match the directory name - Set
user-invocable: trueif users should be able to invoke it directly - Delete this
example-skill/directory when you're done
Conventions
namemust match the directory name exactlydescriptionmust be a plain YAML string (no quotes, no>folded blocks)user-invocablemust always be explicittrueorfalse