quarto
Installation
SKILL.md
Quarto Skill
Quarto is an open-source scientific and technical publishing system built on Pandoc. It renders computational documents (with Python, R, Julia code) to publication-quality output in multiple formats.
Bootstrap with epq scaffold (PREFERRED for new projects)
New QMD analysis projects must be created via the epq CLI — do NOT manually create
pyproject.toml, _quarto.yml, justfile, figures/_style.py, or latex-header.tex:
epq scaffold ~/workspace/projects/my-analysis # generates all boilerplate
cd ~/workspace/projects/my-analysis
just bootstrap # uv sync + ipykernel install
epq audit . # verify clean (0 warnings)