원클릭으로
deploy
Render Quarto slides and deploy to GitHub Pages via CI/CD. Use when deploying lecture slides after making changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Render Quarto slides and deploy to GitHub Pages via CI/CD. Use when deploying lecture slides after making changes.
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.
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).
Comprehensive manuscript review covering argument structure, technical methodology, citation completeness, and potential referee objections
| name | deploy |
| description | Render Quarto slides and deploy to GitHub Pages via CI/CD. Use when deploying lecture slides after making changes. |
| argument-hint | [PaperName or 'all'] |
| allowed-tools | ["Read","Bash"] |
Deployment is automated via GitHub Actions CI/CD. Pushing to main triggers rendering and deployment.
mainQuarto/For testing before push:
Run the sync script:
$ARGUMENTS is provided (e.g., "DreamZero"): ./scripts/sync_to_docs.sh $ARGUMENTS./scripts/sync_to_docs.sh (syncs all lectures)Open in browser:
open docs/slides/PaperName.html # macOSNote: docs/ is gitignored — local preview output does not enter git.
::: {.notes} blocks (single source of truth)Quarto/*.html): notes included — press S for speaker view.gitattributes)