一键导入
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 职业分类
| 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 rsyncFetch 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.