SKILL.md
Check Environment
Verify that all required tools and dependencies are installed and correctly configured.
Steps
-
Check each required tool and report its version (or "not found"):
Tool Command Minimum Quarto quarto --version>= 1.4 uv uv --versionany Python python3 --version>= 3.12 R R --versionoptional Stata which stataoptional TeX Live pdflatex --versionoptional (for PDF) GitHub CLI gh --versionoptional -
Check Jupyter kernels by running
uv run jupyter kernelspec listand verify:python3— requiredir— optional (needed for R notebooks)nbstata— optional (needed for Stata notebooks)
-
Check the Python virtual environment:
- Verify
.venv/exists - Run
uv run python -c "import numpy; import pandas; import matplotlib; import jupytext; print('Core packages OK')"to confirm importability
- Verify
-
Check nbstata configuration (if nbstata kernel is present):
- Verify
~/.config/nbstata/nbstata.confexists - Read it and check that
stata_dirpoints to an existing directory
- Verify
