Skip to main content
The SKILL.md file defines your skill’s identity, metadata, and instructions in a simple markdown file. Place it inside a skill directory and the agent will automatically load it when the skill is requested.

Where to Use

You can use SKILL.md with:

How It Works

  1. Create a folder named after your skill (kebab-case)
  2. Add a SKILL.md file with YAML frontmatter and Markdown instructions
  3. Optionally add scripts/, references/, and assets/ directories
  4. Point a loader at the parent directory

Template

Copy and customize this template for your use case: