willoscar/beamer-compile-qa
| Compile the Beamer tutorial deck and write a build report.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill beamer-compile-qa
Goal: compile the Beamer deck and record success or failure in a stable report.
The compiler should treat latex/slides/main.tex as the entrypoint and emit both latex/slides/main.pdf and output/SLIDES_BUILD_REPORT.md.
latex/slides/main.texlatex/slides/main.pdfoutput/SLIDES_BUILD_REPORT.mduv run python .codex/skills/beamer-compile-qa/scripts/run.py --workspace <workspace>--workspace <dir> (required)--unit-id <U###>--inputs <semicolon-separated>--outputs <semicolon-separated>--checkpoint <C#>uv run python .codex/skills/beamer-compile-qa/scripts/run.py --workspace <workspace>Take willoscar/beamer-compile-qa 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.