awesome-econ-ai-stuff
AI skills for the full economics research workflow
All Skills in This Repository (17)
Pure Emerald Level Indicatorsr-econometrics
Implement IV, DiD, and RDD causal econometrics in R with fixest diagnostics.
stata-regression
Run Stata regressions with OLS, fixed effects, and robust or clustered standard errors.
python-panel-data
Fit fixed-effects and random-effects panel models in Python with linearmodels.
lit-review-assistant
Organize economics literature into structured review workflows with summaries and synthesis templates.
general-equilibrium-model-builder
Build and solve Walrasian general equilibrium models for pure-exchange economies in Julia.
latex-econ-model
Write and typeset economic models in LaTeX with academic notation.
research-ideation
Generate research questions from economic phenomena using structured ideation frameworks.
beamer-presentation
Generate LaTeX Beamer presentation templates and slide structures for academic talks.
econ-visualization
Generate publication-quality economic figures from data with R or Python.
stata-data-cleaning
Clean and transform messy Stata datasets into analysis-ready data with do-files.
api-data-fetcher
Fetch macroeconomic data from FRED, World Bank, IMF, BLS, and OECD into pandas DataFrames.
techdebt
Scan codebases for technical debt and apply deterministic fixes.
Frequently Asked Questions
FAQPage SchemaHow to install Awesome Econ AI Stuff?โผ
Run `npx skills add meleantonio/awesome-econ-ai-stuff --all -g -y` in your terminal to install all economics skills globally.
What can AI do for economics research?โผ
This suite covers the full research pipeline: generating research questions, summarizing literature, cleaning data, running IV/DiD/RDD regressions, and writing papers with LaTeX tables and slides.
Does it work with Stata, R, and Python?โผ
Yes. It includes dedicated skills for Stata data cleaning and regression, R econometrics with fixest, and Python panel data analysis with linearmodels.
Which AI tools support these economics skills?โผ
All skills follow the open SKILL.md standard and work with Claude Code, Cursor, Codex, Gemini CLI, and Windsurf.
Can it fetch economic data automatically?โผ
Yes. The api-data-fetcher skill pulls data from FRED, World Bank, BLS, and OECD APIs with clean, documented Python code.
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