willoscar/concept-graph
| Use when an approved tutorial spec exists and the run needs a deterministic prerequisite graph before module planning.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill concept-graph
Materializes the tutorial spec's structured concept inventory into outline/concept_graph.yml.
output/TUTORIAL_SPEC.mdoutline/concept_graph.ymlThe graph must contain:
nodes: {id, title, summary, source_ids, objective_refs}edges: {from, to} meaning prerequisite orderscripts/run.py should:
Do not duplicate spec-parsing heuristics in multiple places; keep them in shared tutorial tooling.
outline/concept_graph.yml existsTake willoscar/concept-graph 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.