.claude/skills/translate-to-quarto/SKILL.md
Translate Beamer LaTeX to Quarto RevealJS. Multi-phase workflow with TikZ extraction and QA.
npx skillsauth add pedrohcgs/claude-code-my-workflow translate-to-quartoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Full translation of a Beamer LaTeX lecture to Quarto RevealJS HTML slides.
CRITICAL: The Beamer .tex file is the SINGLE SOURCE OF TRUTH.
Scan Beamer for all custom environments. Verify CSS equivalents exist in your theme SCSS. If any are missing, create them FIRST.
Run /extract-tikz to verify SVGs match current Beamer source.
List all RDS files needed for interactive charts.
Extract all citations from Beamer, map to bibliography keys.
beamer-translator agentReference extracted SVGs with 0-based indexing.
Interactive plotly from RDS data, static SVG for TikZ/complex figures.
Render, count slides, go through EVERY slide checking for issues.
Run pedagogy-reviewer before visual polish.
Semantic colors, transition slides, framing sentences.
Run /proofread on the QMD file.
Render, open in browser, verify all elements.
Apply any corrections back to Beamer source.
Update CLAUDE.md, session log, create PR.
testing
Stage, commit, push, open a PR, and merge to main. Use ONLY on explicit commit intent — user says "commit", "ship it", "push this", "open a PR", "merge to main", "let's commit this", or prefixes with `/commit`. Do NOT auto-invoke on vague end-of-task phrases ("we're done", "wrap up") — those require explicit confirmation first. Runs the standard commit-PR-merge cycle; never force-pushes or skips hooks.
testing
Perform adversarial visual audit of Quarto or Beamer slides checking for overflow, font consistency, box fatigue, and layout issues.
testing
Validate bibliography entries against citations in all lecture files. Structural checks (missing/unused entries, malformed fields) by default; `--semantic` adds citation-drift detection, DOI verification, and style-consistency checks.
development
Multi-agent slide review (visual, pedagogy, proofreading, plus TikZ/parity/substance conditionally). Use for comprehensive quality check before milestones.