$npx -y skills add WILLOSCAR/research-units-pipeline-skills --skill beamer-scaffoldGenerate a Beamer slide deck from the final tutorial and approved module structure. Trigger: beamer scaffold, slides from tutorial, tutorial slides, 生成 beamer, 教程幻灯片. Use when: source-tutorial 的 C4,需要把 output/TUTORIAL.md 转成可编译的 latex/slides/main.tex。 Skip if: 还没
| 1 | # Beamer Scaffold |
| 2 | |
| 3 | Goal: produce a compile-ready Beamer deck from the final tutorial. |
| 4 | |
| 5 | `output/TUTORIAL.md` is the canonical prose input, while `outline/module_plan.yml` keeps the slide deck aligned with the approved module order. |
| 6 | |
| 7 | ## Inputs |
| 8 | |
| 9 | - `output/TUTORIAL.md` |
| 10 | - `outline/module_plan.yml` |
| 11 | |
| 12 | ## Outputs |
| 13 | |
| 14 | - `latex/slides/main.tex` |
| 15 | |
| 16 | ## Script |
| 17 | |
| 18 | ### Quick Start |
| 19 | |
| 20 | - `uv run python .codex/skills/beamer-scaffold/scripts/run.py --workspace <workspace>` |
| 21 | |
| 22 | ### All Options |
| 23 | |
| 24 | - `--workspace <dir>` (required) |
| 25 | - `--unit-id <U###>` |
| 26 | - `--inputs <semicolon-separated>` |
| 27 | - `--outputs <semicolon-separated>` |
| 28 | - `--checkpoint <C#>` |
| 29 | |
| 30 | ### Examples |
| 31 | |
| 32 | - Build `latex/slides/main.tex` from the tutorial: |
| 33 | - `uv run python .codex/skills/beamer-scaffold/scripts/run.py --workspace <workspace>` |