Capture Environment

Snapshot the computational environment for a replication package — detects the analysis stack (R / Stata / Python) and emits the right lockfiles (renv.lock + sessionInfo.txt, requirements.txt / environment.yml / uv.lock, Stata version + ado package list), records seeds and RNG kind, optionally writes a pinning Dockerfile, and produces a paste-ready "Computational requirements" block. Use when user says "capture the environment", "snapshot my dependencies", "pin the versions", "make a renv.lock / requirements.txt", "make this byte-reproducible", or before releasing a replication package to openICPSR / the AEA Data Editor.

ipea d7e4c35 9.7 KB Updated

File contents

ipea/padronizacao_cnefe/tree/main/.claude/skills/capture-environment commit d7e4c350b5

Frequently asked questions

npx skillmds@latest add ipea/capture-environment