A reference repository showing the folder structure Skill Runtime expects.
Each skill is a folder containing a SKILL.md (with YAML frontmatter) plus any
optional supporting files. Point Skill Runtime at this repo with skills path
skills and hit Sync now.
skills/
hello-world/
SKILL.md
invoice-summary/
SKILL.md
REFERENCE.md # optional resource, loaded only when needed
---
name: my-skill # lowercase, digits, hyphens; ≤64 chars; no "claude"/"anthropic"
description: What it does and WHEN to use it. # ≤1024 chars
---The description is always in context so the model knows the skill exists; the
body loads only when a prompt is relevant (progressive disclosure).