willoscar/exercise-builder
| Use when a tutorial module plan exists but each module still needs a verifiable teaching loop.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill exercise-builder
Adds the minimal deterministic exercise contract to each planned tutorial module.
outline/module_plan.ymloutline/module_plan.ymlEach module must end up with at least one exercise containing:
promptexpected_outputverification_stepsscripts/run.py should:
Keep exercise phrasing logic in shared tutorial tooling rather than hardcoding it repeatedly in the skill script.
exercisesexpected_outputverification_stepsTake willoscar/exercise-builder from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.