Awesome-Agent-Skills-for-Empirical-Research render

Runs the clean render pipeline (HTML, PDF, Word) via scripts/render.sh. Use when asked to render, build, or compile the manuscript.

install
source · Clone the upstream repo
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/29-quarcs-lab-project20XXy/dot-claude/skills/render" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-render && rm -rf "$T"
manifest: skills/29-quarcs-lab-project20XXy/dot-claude/skills/render/SKILL.md
source content

Render Manuscript

Run the clean render pipeline and report results.

Steps

  1. Run
    bash scripts/render.sh
    to clear caches and render all formats (HTML, PDF, Word)
  2. If the render fails, read the full error output and diagnose the issue
  3. After a successful render, report the output file sizes:
    • ls -lh _manuscript/index.html _manuscript/index.pdf _manuscript/index.docx
  4. Summarize any warnings from the Quarto output