scaffold
Installation
SKILL.md
Scaffold
Generate a new plugin skeleton in plugins/<name>/ that compiles
straight away. The output passes npm run build && npm test without
edits, leaving the contributor only the actual content work
(filling in TODOs in SKILL.md, replacing placeholder evals).
This skill writes files — it creates a new plugin directory and its contents. It never modifies any existing plugin.
The canonical template strings live in references/templates.md. Read
that file once at the start of the Implementation phase and use it as
the single source of truth. If the structure of a real plugin in this
repository changes, references/templates.md is what to update — never
hard-code template strings into this SKILL.md body.