This repo is a skills.sh-installable collection. Each skill
is a folder under skills/<name>/ with a SKILL.md at its root (flat — no
category folders).
- One skill = one folder. The folder name is the skill's invocable name and must
match the
name:in itsSKILL.mdfrontmatter (lowercase, hyphenated). SKILL.mdfrontmatter needsnameand a trigger-rich, third-persondescription(what it does + when to use it, with literal user phrases). This is the only thing always loaded, so keep it tight.- Keep the
SKILL.mdbody lean; push detail into.mdfiles in aresources/subfolder beside it, and haveSKILL.mdpoint at them (resources/<doc>.md). Executable helpers go in ascripts/subfolder. Per-skill demo assets live at the repo level underexamples/<name>/, not inside the skill. - The
skillsCLI discovers skills by scanning forSKILL.mdunderskills/— nothing to register; a new skill folder installs as soon as it exists.
-
skills/<name>/SKILL.mdexists with valid frontmatter - supporting docs live in the skill's
resources/subfolder - row added to the README Skills table
-
npx skills@latest add Intuned/skills --skill <name>installs cleanly - description triggers on the intended prompts and nothing unrelated