create-skill

Installation
SKILL.md

create-skill — author, audit, optimize

Self-validate after edits. Any change to this skill's files (SKILL.md, scripts/, references/, templates/, assets/) must be followed by ./scripts/validate.sh from the skill directory. Hard findings → create-skill Optimize lane.

Router skill. Body holds only what's needed at every activation: lane selection, universal invariants, and pointers. Lane procedure loads on demand from references/.

Entry — pick a lane

First action is AskUserQuestion:

Lane When to choose Procedure
Create New skill — scaffold folder + opinionated template references/create.md
Audit Inspect existing skill(s) — deterministic checks references/audit.md
Optimize Hard finding from audit OR activation failure OR oversized body references/optimize.md

Skip the question when the typed prompt names a lane unambiguously:

Installs
2
Repository
ingpoc/skills
GitHub Stars
9
First Seen
Jun 15, 2026
create-skill — ingpoc/skills