agent-skills
Installation
SKILL.md
Agent Skills
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. An open standard for packaging agent capabilities.
Quick Start
A skill is a folder with a SKILL.md file:
my-skill/
├── SKILL.md # Required: instructions + metadata
├── scripts/ # Optional: executable code
├── references/ # Optional: documentation
└── assets/ # Optional: templates, resources
Minimal SKILL.md: