Template Skill
Replace this file with the skill instructions.
Recommended Layout
skills/<name>/
├── SKILL.md
├── scripts/ # optional executable helpers
├── references/ # optional long-form docs
└── tests/ # optional regression tests
Authoring Notes
- Keep
SKILL.mdconcise; move long references intoreferences/. - Write
descriptionas explicit trigger guidance for skill routing. - Validate with
python skills/skill-creator/scripts/quick_validate.py skills/<name>.