This generates reproducible Stata regression code with proper standard errors and publication-ready tables using esttab or outreg2. It walks through the full workflow: asks about your dependent variable, controls, fixed effects, and clustering before writing code that loads data, runs the models (regress, reghdfe, or xtreg), and exports formatted tables for LaTeX or Word. The prompting structure is good because it forces you to specify clustering and fixed effects upfront, which prevents the usual mistakes of forgetting to cluster at the treatment level or omitting necessary absorb terms. Comes from the Awesome Econ AI Community, so it knows the academic workflow. Requires Stata 17+ and assumes you'll install estout and reghdfe from SSC.
npx skills add https://github.com/meleantonio/awesome-econ-ai-stuff --skill stata-regression