| name | template-skill |
| description | Sample skill demonstrating the SKILL.md format. Replace this with a specific one-line description of WHEN to use the skill and WHAT it does, since this text is all Claude sees when deciding to trigger it. |
| license | MIT |
Template Skill
Short intro: what this skill does and why it exists.
When to use
- Bullet the concrete triggers.
- Be specific — vague descriptions never fire.
Instructions
- First step.
- Second step.
- Reference bundled files with relative paths, e.g.
scripts/run.sh or
reference/notes.md.
Notes
- Keep the body focused; move long reference material into separate files loaded
on demand.
- Bundle any scripts or assets the skill needs in this directory.