.claude/skills/deploy/SKILL.md
Render Quarto slides and deploy to GitHub Pages via CI/CD. Use when deploying lecture slides after making changes.
npx skillsauth add alohays/paper2pr deployInstall 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.
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)documentation
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 "스피커 노트".
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. Find missing entries and unused references.
testing
Translate Beamer LaTeX to Quarto RevealJS. Multi-phase workflow with TikZ extraction and QA.