example

star 170

An example skill demonstrating the skill file format

ivan-magda By ivan-magda schedule Updated 3/16/2026

name: example description: An example skill demonstrating the skill file format

This is a sample skill file. Skills are stored in skills/{name}/SKILL.md and provide specialized knowledge that the agent can load on demand via the load_skill tool.

Frontmatter

Each skill file starts with YAML frontmatter between --- delimiters:

  • name (optional): defaults to the parent directory name
  • description (required): one-line summary shown in the system prompt

Usage

The agent sees skill names and descriptions in its system prompt. When it needs the full content, it calls load_skill with the skill name. The body below the frontmatter is returned wrapped in <skill> tags.

Install via CLI
npx skills add https://github.com/ivan-magda/swift-claude-code --skill example
Repository Details
star Stars 170
call_split Forks 10
navigation Branch main
article Path SKILL.md
More from Creator