writing-a-skill
Installation
SKILL.md
Writing a skill
Use this skill when you add a new skill or improve an existing one.
Goal
Write a skill that is easy to trigger, easy to read, and small enough to keep context clean.
Required structure
SKILL.md must start with YAML frontmatter:
---
name: skill-name
description: Use when...
---