An example skill demonstrating the expected structure for this repository. Use this as a template when creating new skills. Trigger whenever someone asks about creating a new skill for this repo or wants to see the expected format.
Resources
1Install
npx skillscat add slamb2k/mad-skills/example-skill Install via the SkillsCat registry.
SKILL.md
Example Skill
This is a template skill demonstrating the expected structure.
When to use
Use this skill as a reference when creating new skills for this collection.
Instructions
- Copy this directory as a starting point
- Update the frontmatter with your skill's name and description
- Write your skill instructions in the body
- Add a
tests/evals.jsonwith test cases - Run
npm run validateto check structure - Run
npm run eval -- --skill your-skill-nameto test
Expected output
When triggered, this skill should help the user understand the skill format and create their own.