beamer-scaffold
Installation
SKILL.md
Beamer Scaffold
Goal: produce a compile-ready Beamer deck from the final tutorial.
output/TUTORIAL.md is the canonical prose input, while outline/module_plan.yml keeps the slide deck aligned with the approved module order.
Inputs
output/TUTORIAL.mdoutline/module_plan.yml
Outputs
latex/slides/main.tex
Script
Quick Start
python .codex/skills/beamer-scaffold/scripts/run.py --workspace <ws>
All Options
--workspace <dir>(required)--unit-id <U###>--inputs <semicolon-separated>--outputs <semicolon-separated>--checkpoint <C#>
Examples
- Build
latex/slides/main.texfrom the tutorial:python .codex/skills/beamer-scaffold/scripts/run.py --workspace <ws>
Related skills