academic-paper-writer

AI Skills for Economists

Installation
CLI
npx skills add https://github.com/meleantonio/awesome-econ-ai-stuff --skill academic-paper-writer

Install this skill with the CLI and start using the SKILL.md workflow in your workspace.

Last updated 4/24/2026

Awesome Econ AI Stuff

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


Why AI Skills for Economists?

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:

  • πŸ“Š Clean and transform data faster (Stata, R, Python)
  • πŸ“ Write mathematical models in LaTeX
  • πŸ”¬ Run econometric analyses with proper diagnostics
  • πŸ“ Draft papers following journal conventions
  • 🎯 Create publication-quality visualizations

Quick Start

1. Choose Your AI Tool

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

2. Install a Skill

# Clone a skill to your tools directory
# Example for Claude Code:
mkdir -p ~/.claude/skills
cp -r _skills/analysis/r-econometrics ~/.claude/skills/

3. Use the Skill

Invoke skills via slash commands or natural language:

/r-econometrics Run a DiD analysis on my treatment data

Skills Catalog

Skills are organized by research workflow stage:

πŸ’‘ Ideation

πŸ“š Literature Review

πŸ“ Theory & Modeling

πŸ“Š Data Management

πŸ”¬ Econometric Analysis

πŸ“ Academic Writing

🎯 Communication

βš™οΈ Engineering

  • sdd - Spec-Driven Development lifecycle (requirements, design, tasks)
  • techdebt - Find and fix technical debt
  • commit-push-pr - Commit, push, and open a pull request
  • code-simplifier - Simplify and clean up code after changes

Creating Skills

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...]

πŸ†• Propose a New Skill

Submit via Web Form β†’

Or open an Issue.


Compatible Tools

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

Resources


Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Ways to contribute:

  • πŸ†• Submit new skills via the web form
  • πŸ› Report issues or suggest improvements
  • πŸ“– Improve documentation
  • ⭐ Star this repo to show support

License

CC0

This work is dedicated to the public domain under CC0 1.0.