creating-agent-skills
Installation
SKILL.md
Creating Agent Skills
Overview
This repository stores reusable Agent Skills — one directory per skill under skills/, each with a SKILL.md describing what the skill does and when an agent should use it. This skill explains how to add a new one correctly.
When to Use
- You want to add a brand-new skill to this repository
- You're editing an existing skill's frontmatter or structure
- You're reviewing a PR that adds or changes a skill and need a checklist
Do not use for:
- Writing the subject-matter content of a skill — this covers the packaging (layout, frontmatter, validation workflow), not the domain expertise the skill itself teaches
- Installing or consuming skills in an agent tool — see README.md for where each tool loads skill directories from
- Editing Markdown elsewhere in the repo that isn't a
SKILL.md