원클릭으로
deploy
Render Quarto slides and sync to docs/ for GitHub Pages deployment. Use when deploying lecture slides after making changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Render Quarto slides and sync to docs/ for GitHub Pages deployment. Use when deploying lecture slides after making changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fetch structured data from external APIs for research workflows. Use when Codex needs to query a documented API, save raw responses reproducibly, transform them into project-ready tables, or document authentication and rate-limit constraints for later reruns.
Compile LaTeX papers or slide decks reproducibly. Use when Codex needs to build a paper or Beamer deck, summarize warnings, rerun bibliography steps, or verify that a manuscript target compiles cleanly before review or submission.
Summarize current session state and preserved project context. Use when Codex needs to report what files and plans capture the current state, identify what will survive a long session boundary, or point the user to the latest durable artifacts on disk.
Prepare data and code materials for deposit or archival handoff. Use when Codex needs to check repository contents against deposit requirements, organize metadata, verify provenance notes, or prepare deposit-facing documentation without changing the scientific content.
Deploy or publish project artifacts safely. Use when Codex needs to prepare a site, service, documentation artifact, or generated output for release, confirm prerequisites, and outline the reproducible deployment steps without skipping verification.
Implement or review econometrics workflows in Julia. Use when Codex needs to write Julia estimation code, check design-to-code alignment, structure reproducible Julia scripts, or adapt an empirical workflow into Julia while preserving the project's numbered analysis conventions.
| name | deploy |
| description | Render Quarto slides and sync to docs/ for GitHub Pages deployment. Use when deploying lecture slides after making changes. |
| disable-model-invocation | true |
| argument-hint | [LectureN or 'all'] |
| allowed-tools | ["Read","Bash"] |
Render Quarto slides and sync all files to docs/ for GitHub Pages deployment.
Run the sync script:
$ARGUMENTS is provided (e.g., "Lecture4"): ./code/sync_to_docs.sh $ARGUMENTS./code/sync_to_docs.sh (syncs all lectures)Verify deployment:
docs/slides/_files/ directories were copied (RevealJS assets)docs/output/figures/ was synced from output/*/figures/Verify interactive charts (if applicable):
Verify TikZ SVGs (if applicable):
docs/output/figures/Open in browser for visual verification:
open docs/slides/LectureX_Name.htmlReport results to the user
.qmd files in Quarto/ (skips *_backup* files)_files/ directories to docs/slides/output/slides/ to docs/slides/output/*/figures/ to docs/output/figures/ using rsync