A community repository for Claude Agent Skills.
Skills are instruction sets that teach Claude how to handle specialized tasks. Each skill lives in its own folder with a SKILL.md file.
skills/
└── your-skill-name/
└── SKILL.md
- Create a folder in
skills/with your skill name - Add a
SKILL.mdfile (seetemplate/SKILL.md) - Submit a pull request
---
name: my-skill-name
description: What this skill does
---
# My Skill Name
[Instructions for Claude]Apache 2.0