Agent skill
deploy
Render Quarto slides and deploy to GitHub Pages via CI/CD. Use when deploying lecture slides after making changes.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deploy-alohays-paper2pr
SKILL.md
Deploy Slides to GitHub Pages
Deployment is automated via GitHub Actions CI/CD. Pushing to main triggers rendering and deployment.
Production Deploy (CI/CD)
- Commit and push source changes to
main - GitHub Actions automatically:
- Renders all QMD files in
Quarto/ - Strips speaker notes from HTML (safety net)
- Assembles site: HTML + RevealJS assets + Beamer PDFs + Figures
- Deploys to GitHub Pages
- Renders all QMD files in
- Verify at the GitHub Pages URL
Local Preview (Optional)
For testing before push:
-
Run the sync script:
- If
$ARGUMENTSis provided (e.g., "DreamZero"):./scripts/sync_to_docs.sh $ARGUMENTS - If no argument:
./scripts/sync_to_docs.sh(syncs all lectures)
- If
-
Open in browser:
open docs/slides/PaperName.html# macOS
Note: docs/ is gitignored — local preview output does not enter git.
Speaker Notes Policy
- QMD source always contains
::: {.notes}blocks (single source of truth) - Local (
Quarto/*.html): notes included — pressSfor speaker view - Public (GitHub Pages): notes stripped by CI/CD pipeline
- Git clean filter strips notes from QMD before commit (
.gitattributes)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?