skill-creator
Originally fromanthropics/skills
Installation
SKILL.md
Skill Creator
Overview
Skills are modular packages that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.
Skill Structure
my-skill/
├── SKILL.md # Required - metadata and instructions
├── scripts/ # Optional - deterministic code
├── references/ # Optional - documentation loaded on-demand
└── assets/ # Optional - templates and boilerplate