ワンクリックで
translate-to-quarto
Translate Beamer LaTeX to Quarto RevealJS. Multi-phase workflow with TikZ extraction and QA.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Translate Beamer LaTeX to Quarto RevealJS. Multi-phase workflow with TikZ extraction and QA.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Compile a Beamer LaTeX slide deck with XeLaTeX (3 passes + bibtex). Use when compiling lecture slides.
Visual PDF regression test comparing current Beamer output against a baseline branch. Use when checking if slide changes introduced visual regressions.
Render Quarto slides and deploy to GitHub Pages via CI/CD. Use when deploying lecture slides after making changes.
Generate speaker notes (presentation script) for Quarto RevealJS slides. Supports English and Korean. Use when user asks to "write speaker notes", "add presentation script", "speaker script", "발표 스크립트", or "스피커 노트".
Extract TikZ diagrams from Beamer source, compile to PDF, convert to SVG with 0-based indexing. Use when updating TikZ diagrams for Quarto slides.
Adversarial Quarto vs Beamer QA. Critic finds issues, fixer applies fixes, loops until APPROVED (max 5 rounds).
| name | translate-to-quarto |
| description | Translate Beamer LaTeX to Quarto RevealJS. Multi-phase workflow with TikZ extraction and QA. |
| argument-hint | [PaperName.tex] |
| allowed-tools | ["Read","Grep","Glob","Write","Edit","Bash","Task"] |
| context | fork |
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.