exercise-builder
15
总安装量
13
周安装量
#22659
全站排名
安装命令
npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill exercise-builder
Agent 安装分布
claude-code
10
gemini-cli
9
codex
7
cursor
7
antigravity
6
Skill 文档
Exercise Builder
Goal: attach at least one verifiable exercise to every module so the tutorial has a teaching loop.
Inputs
outline/module_plan.yml
Outputs
- Updated
outline/module_plan.yml
Exercise schema (recommended)
For each module, add an exercises list. Each exercise should contain:
promptexpected_outputverification_steps(a checklist)
Workflow
- Read
outline/module_plan.ymland enumerate modules. - For each module, design â¥1 exercise that directly verifies the module objectives.
- Ensure every exercise has an expected output and a verification checklist.
- Update
outline/module_plan.ymlin place.
Definition of Done
- Every module in
outline/module_plan.ymlhas â¥1 exercise. - Every exercise includes
expected_output+verification_steps.
Troubleshooting
Issue: exercises are open-ended with no verification
Fix:
- Convert them into âdo X â observe Y â verify Zâ with concrete artifacts.
Issue: exercises drift from the running example
Fix:
- Re-anchor each exercise to the moduleâs
running_example_stepsso the tutorial stays coherent.