skills-authoring
Installation
SKILL.md
Skill Authoring
Create skills that follow the Agent Skills specification—an open format supported by Claude Code, Cursor, VS Code, GitHub, and other agent products.
Quick Start
-
Clarify requirements
- What capability does this provide?
- What triggers should activate it?
- Location: personal (
~/.claude/skills/) or project (.claude/skills/)?
-
Choose template from
templates/:simple-skill.md- Single SKILL.md filetool-restricted-skill.md- Limited tool accessmulti-file-skill.md- With supporting filesscript-based-skill.md- Includes executable scripts