Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Verifies required tools (Quarto, uv, Python, R, Stata, TeX) and Jupyter kernels are installed. Use when setting up or troubleshooting.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-13 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -29% | 0% |
Verify that all required tools and dependencies are installed and correctly configured.
| Tool | Command | Minimum | | ---- | ------- | ------- | | Quarto | quarto --version | >= 1.4 | | uv | uv --version | any | | Python | python3 --version | >= 3.12 | | R | R --version | optional | | Stata | which stata | optional | | TeX Live | pdflatex --version | optional (for PDF) | | GitHub CLI | gh --version | optional |
uv run jupyter kernelspec list and verify:python3 — requiredir — optional (needed for R notebooks)nbstata — optional (needed for Stata notebooks).venv/ existsuv run python -c "import numpy; import pandas; import matplotlib; import jupytext; print('Core packages OK')" to confirm importability~/.config/nbstata/nbstata.conf existsstata_dir points to an existing directory Tool/Check Status Version/Details ───────────────────────────────────────────────── Quarto PASS 1.6.x uv PASS 0.x.x Python PASS 3.12.x R PASS 4.x.x Stata SKIP not found (optional) TeX Live PASS 2024 GitHub CLI PASS 2.x.x Kernel: python3 PASS installed Kernel: ir PASS installed Kernel: nbstata SKIP not installed .venv/ PASS exists Core Python packages PASS importable nbstata.conf SKIP kernel not installed
Use PASS / FAIL / SKIP (SKIP for optional tools that are absent).
Other measured skills in the registry, with their headline benchmark lift.