mcpbeat

Beamer Compile Qa

willoscar/beamer-compile-qa

| Compile the Beamer tutorial deck and write a build report.

2k tokens
context cost
the whole folder, loaded on every use
2
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
496
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill beamer-compile-qa

What comes with it

5 534 bytes besides the instruction
scripts/run.py

The instruction itself

7 sections, as written by the author

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.

Inputs

  • latex/slides/main.tex

Outputs

  • latex/slides/main.pdf
  • output/SLIDES_BUILD_REPORT.md

Script

Quick Start

  • uv run python .codex/skills/beamer-compile-qa/scripts/run.py --workspace <workspace>

All Options

  • --workspace <dir> (required)
  • --unit-id <U###>
  • --inputs <semicolon-separated>
  • --outputs <semicolon-separated>
  • --checkpoint <C#>

Examples

  • Compile the Beamer deck:
  • uv run python .codex/skills/beamer-compile-qa/scripts/run.py --workspace <workspace>

How to use it

Copy the folder

Take willoscar/beamer-compile-qa from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.