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.mdsource content
Render Manuscript
Run the clean render pipeline and report results.
Steps
- Run
to clear caches and render all formats (HTML, PDF, Word)bash scripts/render.sh - If the render fails, read the full error output and diagnose the issue
- After a successful render, report the output file sizes:
ls -lh _manuscript/index.html _manuscript/index.pdf _manuscript/index.docx
- Summarize any warnings from the Quarto output