AI Skills for Economists
npx skills add https://github.com/meleantonio/awesome-econ-ai-stuff --skill api-data-fetcher使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
A curated collection of AI skills for economists. Skills follow the open SKILL.md standard and work with Claude Code, Cursor, Codex, Gemini CLI, and other AI-native coding tools.
🌐 Website • 🚀 Quick Start • 📚 Skills • 🤝 Contribute
Economic research involves complex, repetitive workflows—from data cleaning in Stata to writing LaTeX papers. AI skills automate these workflows while preserving methodological rigor.
Skills help you:
Skills work with multiple AI coding assistants:
| Tool | Skill Location | Setup |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
Docs |
| Cursor | ~/.cursor/skills/ |
Docs |
| Gemini CLI | ~/.gemini/skills/ |
Docs |
| Codex | Project AGENTS.md |
Docs |
# Clone a skill to your tools directory
# Example for Claude Code:
mkdir -p ~/.claude/skills
cp -r _skills/analysis/r-econometrics ~/.claude/skills/
Invoke skills via slash commands or natural language:
/r-econometrics Run a DiD analysis on my treatment data
Skills are organized by research workflow stage:
See our Skill Template and Contributing Guide.
Basic structure:
---
name: my-skill-name
description: What the skill does (shown in skill discovery)
workflow_stage: analysis
compatibility: [claude-code, cursor, codex, gemini-cli]
---
# My Skill Name
[Detailed instructions for the AI agent...]
Or open an Issue.
| Tool | Status | Notes |
|---|---|---|
| Claude Code | ✅ Full | Native SKILL.md support |
| Cursor | ✅ Full | Native SKILL.md support |
| Gemini CLI | ✅ Full | Native SKILL.md support |
| GitHub Copilot | ⚠️ Partial | Use AGENTS.md format |
| Windsurf | ✅ Full | SKILL.md compatible |
| Aider | ⚠️ Partial | Use .aider.conf.yml |
We welcome contributions! See CONTRIBUTING.md for guidelines.
Ways to contribute:
This work is dedicated to the public domain under CC0 1.0.