Workflow
- Create a new folder using lowercase letters, numbers, and hyphens.
- Add a
SKILL.mdwith required frontmatter and concise instructions. - Keep the file under 500 lines and under 5,000 tokens.
- Add optional
references/,scripts/, orassets/only if needed. - Validate the skill with
skills-ref validate ./path-to-skill.
Output expectations
- The skill folder follows the Agent Skills specification.
- The
SKILL.mddescription states what the skill does and when to use it.