codex-stata-for-economists
Reproducible Stata pipelines for empirical economics research
All Skills in This Repository (19)
Pure Emerald Level Indicatorscommit
Guide Git commits, pull requests, and merges with safety exclusions.
devils-advocate
Generate pedagogical challenges for slide decks across ordering, prerequisites, gaps, and cognitive load.
render-report
Render Quarto Stata reports after verifying engine, freshness, citations, and numerical claims.
run-stata
Execute Stata do-files in batch mode and validate logs and outputs.
review-paper
Review academic econometrics manuscripts and generate structured referee reports.
build-tables
Combines saved Stata estimates into LaTeX and CSV tables via esttab.
check-reproducibility
Re-run a fresh-clone Stata pipeline and diff outputs to detect drift.
run-pipeline
Execute Stata dofiles/00_master.do and validate generated logs and outputs.
validate-bib
Validate bibliography citation keys in Quarto reports and Stata do-files.
review-stata
Review Stata do-files for reproducibility, logging, naming, and output-quality issues.
pedagogy-review
Review Quarto and Markdown reports for pedagogical clarity and comprehension.
validate-log
Scans Python and R dataframes and returns structured validation reports.
Frequently Asked Questions
FAQPage SchemaHow to install codex-stata-for-economists?▼
Run `npx skills add maxwell2732/codex-stata-for-economists --all -g -y` in your terminal to install all skills globally.
What does this Stata workflow do?▼
It automates the full empirical research pipeline: data cleaning, variable construction, regressions, IV, DiD, and survival analysis, ending in publication-ready tables, figures, and Quarto reports.
How does it prevent made-up regression results?▼
Every numerical claim must trace back to a Stata log file or output table. If no log exists, the agent runs the do-file first instead of reporting unverified numbers.
Does it work with Codex and Claude Code?▼
Yes. AGENTS.md is the primary instruction file for Codex, while CLAUDE.md and the .claude folder keep full compatibility with Claude Code.
Can economics students use it without Stata expertise?▼
Yes. You describe the analysis in plain language, and the agent writes the do-files, runs them, checks the logs, and produces tables and figures for you.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides