Template Skill

Use when you need a placeholder description. Replace with what the skill does and when an agent should trigger it.

yugasun Updated

File contents

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.md concise; move long references into references/.
  • Write description as explicit trigger guidance for skill routing.
  • Validate with python skills/skill-creator/scripts/quick_validate.py skills/<name>.

yugasun/skills/tree/main/template commit 093bedf595

Frequently asked questions

npx skillmds@latest add yugasun/template-skill