template-skill

star 91

A minimal template skill for testing

feiskyer By feiskyer schedule Updated 12/3/2025

name: template-skill description: A minimal template skill for testing

This is a minimal template skill for testing purposes. It is intentionally small so that tests can easily reason about token counts while still working with realistic content.

Use this skill when you want to verify that:

  • YAML frontmatter is parsed correctly.
  • The body content is separated from metadata.
  • Progressive disclosure only loads the content when requested.

The text does not reference any other skills and does not rely on external files. When the loader reads this file it should see a short but structured document that looks like a typical skill definition used by the Koder agent.

Install via CLI
npx skills add https://github.com/feiskyer/koder --skill template-skill
Repository Details
star Stars 91
call_split Forks 25
navigation Branch main
article Path SKILL.md
More from Creator