Scaffold Exercises (Matt Pocock skill)

Generates the directory structure of a teaching exercise: numbered `XX-name` sections, `XX.YY-name` exercises in kebab-case, and for each at least one subfolder among problem (student workspace with TODOs), solution (reference implementation) and explainer (conceptual material, no TODOs). Each subfolder gets a non-empty readme with no broken links, plus a main.ts if it carries code. All of it is validated by `pnpm ai-hero-cli internal lint`, then committed. Distribution scope worth knowing: the skill lives in skills/misc/, a folder absent from plugin.json, so `claude plugins install mattpocock-skills` does NOT install it, only the skills.sh installer copies it.

Strengths

Limitations

Best for

View on Coeurdar