meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Panel data analysis with Python using linearmodels and pandas.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Panel data analysis with Python using linearmodels and pandas.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Run IV, DiD, and RDD analyses in R with proper diagnostics.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Run regression analyses in Stata with publication-ready output tables.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Create academic presentations in Beamer with professional themes.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Create publication-quality charts and graphs for economics papers.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Fetch economic data from FRED, World Bank, and other APIs.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Clean and transform messy data in Stata with reproducible workflows.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Simplify and clean up code after changes are complete. Reduces complexity, improves readability, and ensures consistency.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Commit changes, push to remote, and create a pull request. Use for completing features or fixes ready for review.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Implements the Spec-Driven Development lifecycle (Intent, Requirements, Design, Tasks, Build) for structured feature development. Use when the user wants to scaffold a new feature spec, generate EARS requirements, create a technical design, break work into tasks, or check spec status. Trigger on keywords: sdd…
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Find and fix technical debt including duplicated code, dead code, outdated patterns, and code smells. Run at the end of sessions to clean up.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Generate research questions from economic phenomena.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Search, summarize, and synthesize economics literature.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Build and solve Walrasian general equilibrium models with theory derivations and Julia computation.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Write and typeset economic models in LaTeX with proper notation.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Draft economics papers with proper structure and academic style.
meleantonio/awesome-econ-ai-stuff
Skill Claude CodeCodex
Generate publication-ready regression tables in LaTeX.
Agent Cursor
Review code changes as a senior/staff engineer. Use when reviewing PRs, checking implementations, or validating code quality.
Agent Cursor
Generate documentation for code including docstrings, README files, and API documentation. Use when documenting new code, updating outdated docs, or creating API references.
Agent Cursor
Write comprehensive tests for code changes. Use proactively when implementing features, fixing bugs, or when code coverage is needed.
Agent Cursor
Validates completed work. Use after tasks are marked done to confirm implementations are functional.
Skill Claude CodeCodexCursor
Python code style and formatting standards using Ruff. Use when writing or reviewing Python code.
Skill Claude CodeCodexCursor
Git workflow and commit conventions. Use when committing code, creating branches, or making pull requests.
Skill Claude CodeCodexCursor
LLM and ML development best practices with LangChain and transformers. Use when building AI/ML applications.