@Phoenixyin13: Top 10 Skills & Tools for Social Science Research! 1. Auto-Empirical-Research-Skills - Stanford team's self-developed 23k+ empirical research Agent Skills all-in-one package https://github.com/brycewan…
Summary
This article recommends the top 10 skills and tools for social science research, including Auto-Empirical-Research-Skills developed by the Stanford team, for using AI agents to conduct empirical research and write papers.
View Cached Full Text
Cached at: 06/30/26, 11:48 PM
Top 10 Skills & Tools for Social Science Research!
- Auto-Empirical-Research-Skills — Stanford team’s self-developed 23k+ empirical research Agent Skills family bucket
https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills - StatsPAI — Agent-native causal econometrics Python library with unified API + structured output
https://github.com/brycewang-stanford/StatsPAI - Awesome-Journal-Skills — Journal-specific submission skill package (AER / QJE / Nature, etc.)
https://github.com/brycewang-stanford/Awesome-Journal-Skills - AER-Skills — Top-tier journal submission skill stack for AER and AEJ series
https://github.com/brycewang-stanford/AER-Skills - Auto-Research-Skills — Autonomous research skills and Agent curated library
https://github.com/brycewang-stanford/Auto-Research-Skills - statsmodels — Classic statistical modeling and econometrics library for Python
https://github.com/statsmodels/statsmodels - dowhy — Core causal inference library (DoWhy), graphical models + hypothesis testing
https://github.com/py-why/dowhy - causalml — Uber’s uplift modeling and causal ML toolkit
https://github.com/uber/causalml - EconML — Heterogeneous causal effect (CATE) machine learning toolkit
https://github.com/py-why/EconML - python-causality-handbook — Causal Inference for the Brave and True practical handbook
https://github.com/matheusfacure/python-causality-handbook
⭐ Star the first 5 self-developed repos from brycewang-stanford, especially if you want to write papers and do empirical research with AI Agents — your productivity will skyrocket.
brycewang-stanford/Auto-Empirical-Research-Skills
Source: https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills
Auto-Empirical Research Skills (AERS)
🌐 Languages: English | 简体中文 (default) | 繁體中文 | 日本語 | 한국어
Stanford REAP × CoPaper.AI · An academic-grade industrial product of empirical research AI tools
Built by the Stanford Empirical Research Methodology team, covering the complete workflow from data cleaning to top-journal submission
Awesome (https://awesome.re)
GitHub stars (https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills)
License: CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
PRs Welcome
Validate catalog (https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/actions/workflows/validate-catalog.yml)
OpenSSF Scorecard (https://scorecard.dev/viewer/?uri=github.com/brycewang-stanford/Auto-Empirical-Research-Skills)
Security audit: 52/52 CLEAN
Powered by StatsPAI (https://github.com/brycewang-stanford/StatsPAI)
First: The entire repo is an AERS Router Skill
This repository supports importing the entire root directory as a single skill into Codex, CodeBuddy, Claude Code, or similar IDEs. The root directory’s SKILL.md registers as auto-empirical-research-skills, which routes to the appropriate vendored sub-skill based on your research task — instead of loading all 69 collections and 1,145 skills into context at once.
- Recommended: Import the whole repo: Select the repository root, use
agents/openai.yamland the rootSKILL.mdto register a catalog router; the agent first queriescatalog/skills.jsonordocs/SKILL_CATALOG.md, then reads only the target sub-skill. - Recommended for single skill import: If your IDE requires “one directory per skill,” copy the subdirectory that directly contains a
SKILL.md, e.g.,skills/50-brycewang-aer-skills/skills/aer-workflow/, and do not mistakenly register the entire repo as 1,145 independent skills recursively. - Installation details: See
docs/INSTALL.md. The Chinese README is the default entry; the English entry is preserved inREADME-en.md.
Complete Overview of All 69 Skill Collections
Open the repo → see the entire library.
All 69 collections · 1,145 skills, numbered from00to69, each vendored into this repo (not just external links), tracked bycatalog/skills.json. Click any row to open its folder.
⭐ = Self-developed skill by the Stanford REAP × CoPaper.AI team; others are curated, security-audited community works.
Legend: 🚀 Full workflow & orchestrator · 🎯 Causal inference & econometrics · 📚 Literature & research design · ✍️ Writing, editing & de-AIGC · 📑 Citation, reproduction & peer review · 🛠️ Data, tools & infrastructure
| # | Collection | Description | Topic | Skills |
|---|---|---|---|---|
| ⭐ 00 | StatsPAI 🔥 | Agent-native Python DSL — one sp.causal(...) runs DID/RD/IV/SCM/DML | 🚀 | 1 |
| ⭐ 00.1 | Full Empirical · Python 📘 | Explicit stack: pandas · statsmodels · linearmodels · pyfixest | 🚀 | 1 |
| ⭐ 00.2 | Full Empirical · Stata 📊 | reghdfe · ivreg2 · csdid · sdid · rdrobust reproduction packages | 🚀 | 1 |
| ⭐ 00.3 | Full Empirical · R 📗 | tidyverse · fixest · did · HonestDiD, rendered via Quarto | 🚀 | 1 |
| 01 | academic-paper-skills | Outline → manuscript writing + 7-dimension reviewer simulation | ✍️ | 2 |
| 02 | research-skills | Medical imaging reviews, proposals, paper-to-slides | 📚 | 3 |
| 03 | scientific-skills | Hypothesis generation + 28 scientific databases | 📚 | 4 |
| 04 | scientific-writer | Citation management + scientific writing | ✍️ | 8 |
| 05 | research-superpower | Systematic search, screening & citation tracing | 📚 | 10 |
| 06 | stats-paper-writing | End-to-end LaTeX statistics paper writing | ✍️ | 1 |
| 07 | AI-Research-SKILLs | Publication-grade ML charts, LaTeX, citation verification | 🛠️ | 3 |
| 08 | latex-document-skill | Create/compile any LaTeX document to PDF | 🛠️ | 1 |
| 09 | awesome-econ-ai | Python panel data analysis (linearmodels) | 🎯 | 17 |
| 10 | causal-inference-mixtape | DID / IV / RDD / SCM templates (Cunningham) | 🎯 | 1 |
| 11 | compound-science | Bayesian estimation for quantitative social science | 🎯 | 20 |
| 12 | claude-code-my-workflow | Commit → PR → merge research workflow (Emory) | 🛠️ | 22 |
| 13 | MixtapeTools | Cunningham’s causal inference toolkit and lecture notes | 🎯 | 5 |
| 14 | research-starter | IV / DiD / RDD in R with complete diagnostics | 🎯 | 16 |
| 15 | social-science-research | End-to-end data analysis in R or Python | 🎯 | 12 |
| 16 | clo-author | Multi-agent data analysis (R / Stata / Python) | 🎯 | 10 |
| 17 | DAAF | Security-aware agent framework (32 deny rules) | 🛠️ | 35 |
| 18 | stata-accounting | Real-world Stata paradigms from 126 JAR papers | 🎯 | 1 |
| 20 | python-econ-skill | DSGE / HANK and quantitative economic computation | 🎯 | 1 |
| 22 | christopherkenny-skills | APSA style checker for Quarto (.qmd) | ✍️ | 11 |
| 23 | baygent | PyMC / ArviZ Bayesian workflow with guardrails | 🎯 | 2 |
| 24 | academic-research-skills | Multi-reviewer paper peer review | 📑 | 4 |
| 25 | Diverga | Research question refiner (anti-mode-collapse) | 📚 | 34 |
| 26 | scholar | Statistical algorithm design and documentation | 🎯 | 17 |
| 27 | my_claude_skills | Economics abstract writing guide | ✍️ | 6 |
| 28 | paper-replicate-agent | Paper replication agent demo | 📑 | 11 |
| 29 | project20XXy | Reproducible manuscript + notebook project | 📑 | 24 |
| 31 | claude-code-skills | Python panel data analysis | 🎯 | 13 |
| 32 | stata-skill | High-performance Stata C/C++ plugins | 🛠️ | 3 |
| 33 | claude-scholar | Full research lifecycle: topic selection → literature review → experiment → reviewer response | 🚀 | 47 |
| 34 | research-companion | Brainstorm, evaluate, and decide on research directions | 📚 | 1 |
| 35 | academic-writing-skills | Industrial AI literature research for submission venues | 📚 | 5 |
| 36 | literature-review-skill | Complete literature review workflow (Chinese) | 📚 | 1 |
| 38 | academic-proofreader | Academic proofreading | ✍️ | 1 |
| 39 | marginaleffects | Predictions, slopes, and comparisons (R / Python) | 🎯 | 1 |
| 40 | pyfixest | Fast fixed-effects estimation in Python | 🎯 | 1 |
| 41 | sewage-econometrics-check | 10-point reproducibility package audit | 📑 | 22 |
| 42 | ARIS | Autonomous “research-in-sleep” agent, end-to-end | 🚀 | 104 |
| 43 | research-plugins | 478 research plugins: data visualization, domains, infrastructure | 🛠️ | 478 |
| 44 | humanizer_academic | De-AI-fy medical/academic manuscripts (23 pattern types) | ✍️ | 1 |
| 45 | deslop | Remove AI writing traces (5-dimension scoring) | ✍️ | 1 |
| 46 | stop-slop | Three-layer AI trace detection and rewriting | ✍️ | 1 |
| 47 | avoid-ai-writing | Audit → rewrite → re-audit AI traces (leave traces) | ✍️ | 1 |
| ⭐ 48 | chinese-de-aigc 🇨🇳 | Chinese de-AIGC for CNKI / Wanfang / Turnitin Chinese version | ✍️ | 1 |
| 49 | humanize-chinese | Detect and humanize AI-generated Chinese text | ✍️ | 1 |
| ⭐ 50 | AER-skills 📕 | Top-5 economics submission kit: identification → robustness → R&R | 🚀 | 9 |
| 51 | CausalPy | Bayesian quasi-experiments (PyMC Labs) | 🎯 | 3 |
| 52 | slr-prisma | Systematic literature review, PRISMA 2020 | 📚 | 1 |
| 53 | thematic-analysis | Braun & Clarke six-phase qualitative thematic analysis | 📚 | 1 |
| 54 | open-science-skills | Citation consistency, DOI, and evidence support audit | 📑 | 24 |
| 55 | r-skills | Bayesian inference in R with brms | 🎯 | 8 |
| 56 | econ-writing-skill | Economics writing synthesizing 50+ top guides | ✍️ | 1 |
| 57 | edgartools | Query and analyze SEC filings | 🛠️ | 1 |
| 58 | econstack | Policy briefs (UK GES / AU Treasury) | ✍️ | 7 |
| 59 | openalex-skill | Query 240M+ academic works via OpenAlex | 📚 | 1 |
| 60 | superpapers | Comprehensive empirical research support suite | 📚 | 16 |
| 61 | research-methods | Confirmatory tests matching pre-registration | 🎯 | 9 |
| 62 | citation-checker | Verify citations against CrossRef / S2 / OpenAlex | 📑 | 1 |
| 63 | scientific-agent-skills | DoWhy identify–estimate–refute framework | 🎯 | 2 |
| 64 | mcp-stata | 20 Stata causal inference and reproduction skills | 🎯 | 20 |
| 65 | game-theory-paper-writer | Generate and stress-test game theory papers | ✍️ | 1 |
| 66 | empirical-research-skills | R performance optimization for large panels | 🛠️ | 7 |
| 67 | econfin-workflow-toolkit | Chinese corporate finance empirical workflow, from proposal to paper | 🚀 | 46 |
| 68 | research-productivity-skills | Paper search, SSRN, DOI lookup, download | 🛠️ | 18 |
| ⭐ 69 | Paper-WorkFlow 🧭 | Meta-orchestrator that chains the entire social science paper pipeline | 🚀 | 1 |
⭐ Our handcrafted backbone: StatsPAI (causal engine) · explicit Python / Stata / R full workflow ports · AER-skills (Top-5 submission kit) · chinese-de-aigc · Paper-WorkFlow (meta-orchestrator). They are the backbone of AERS — see full comparison in Flagship Pipeline Skills ↓. Prefer to browse by use case? See Same 69 collections, grouped by purpose ↓.
An empirical research-oriented professional-grade Agent Skills distribution.
Not a marketing list — this repo owns and catalogs 1,145 skills, plus a set of numerical benchmarks + evaluation suite + security audit + CI that locks down quality, overlaid with a curated map covering 23,000+ skills / 119 repos in the ecosystem.
AERS is two things at once: (1) a small set of self-developed flagship skills that can run the complete empirical pipeline — data cleaning → identification → estimation → robustness → tables/figures → submission-ready draft; (2) a curated, security-controlled catalog that organizes the entire empirical research skill ecosystem by research process stage. Our differentiation is not in quantity, but in the fact that the flagship skills’ behavior is verified against known answers, not just claimed verbally.
Renamed. This project was formerly Awesome Agent Skills for Empirical Research. GitHub will automatically redirect old addresses, but please update your local remote:
git remote set-url origin https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills.git
Table of Contents
- Complete Overview of All 69 Skill Collections (full
00 → 69index) - 69 Collections · Grouped by Purpose
- What You Actually Get (Exact Numbers)
- Verify in 2 Minutes
- Why You Can Trust It — Three Layers of Credibility Anchors
- Flagship Pipeline Skills
- Start Here — Pick a Skill in 30 Seconds
- Why It’s More Than Just a Stack of 23K Skills
- Browse the Full Panorama
- Tool Catalog (tools/)
- By Research Workflow
- Comprehensive Skill Suites
- Reduce AIGC Detection Rate & Academic De-AI-fy
- Multi-Agent Systems · MCP Servers · Platforms · Learning Resources
- Security Scan
- Changelog
- Contributing & Citation
69 Collections · Grouped by Purpose
The same 69 collections · 1,145 skills as the sequential index above ↑ — here reordered by research purpose so you can jump directly to your current stage. ⭐ = Self-developed (Stanford REAP × CoPaper.AI); others are curated, security-audited community works.
🚀 Full Workflow Flagships & Orchestrators — One call runs the entire empirical loop
| Collection | Description | Skills |
|---|---|---|
⭐ 00 · StatsPAI 🔥 | Agent-native Python DSL — one sp.causal(...) runs DID/RD/IV/SCM/DML | 1 |
⭐ 00.1 · Python 📘 | Explicit stack: pandas · statsmodels · linearmodels · pyfixest | 1 |
⭐ 00.2 · Stata 📊 | reghdfe · ivreg2 · csdid · sdid · rdrobust reproduction packages | 1 |
⭐ 00.3 · R 📗 | tidyverse · fixest · did · HonestDiD, rendered via Quarto | 1 |
33 · claude-scholar | Full research lifecycle: topic → review → experiment → reviewer response | 47 |
42 · ARIS | Autonomous “research-in-sleep” agent, end-to-end | 104 |
⭐ 50 · AER-skills 📕 | Top-5 economics submission kit: identification → robustness → R&R | 9 |
67 · econfin-workflow-toolkit | Chinese corporate finance empirical workflow, proposal to paper | 46 |
⭐ 69 · Paper-WorkFlow | Meta-orchestrator that chains the entire social science paper pipeline | 1 |
🎯 Causal Inference & Econometrics — The methodological core of AERS
| Collection | Description | Skills |
|---|---|---|
09 · awesome-econ-ai | Python panel data analysis (linearmodels) | 17 |
10 · causal-inference-mixtape | DID / IV / RDD / SCM templates (Cunningham) | 1 |
11 · compound-science | Bayesian estimation for quantitative social science | 20 |
13 · MixtapeTools | Cunningham’s causal inference toolkit & lecture notes | 5 |
14 · research-starter | IV / DiD / RDD in R with complete diagnostics | 16 |
15 · social-science-research | End-to-end data analysis in R or Python | 12 |
16 · clo-author | Multi-agent data analysis (R / Stata / Python) | 10 |
18 · stata-accounting | Real-world Stata paradigms from 126 JAR papers | 1 |
20 · python-econ-skill | DSGE / HANK and quantitative economic computation | 1 |
23 · baygent | PyMC / ArviZ Bayesian workflow with guardrails | 2 |
26 · scholar | Statistical algorithm design and documentation | 17 |
31 · claude-code-skills | Python panel data analysis | 13 |
39 · marginaleffects | Predictions, slopes, comparisons (R / Python) | 1 |
40 · pyfixest | Fast fixed-effects estimation in Python | 1 |
51 · CausalPy | Bayesian quasi-experiments (PyMC Labs) | 3 |
55 · r-skills | Bayesian inference in R with brms | 8 |
61 · research-methods | Confirmatory tests matching pre-registration | 9 |
63 · scientific-agent-skills | DoWhy identify–estimate–refute framework | 2 |
64 · mcp-stata | 20 Stata causal inference and reproduction skills | 20 |
📚 Literature, Reading & Research Design — From question to evidence base
| Collection | Description | Skills |
|---|---|---|
02 · research-skills | Medical imaging reviews, proposals, paper-to-slides | 3 |
03 · scientific-skills | Hypothesis generation + 28 scientific databases | 4 |
05 · research-superpower | Systematic search, screening & citation tracing | 10 |
25 · Diverga | Research question refiner (anti-mode-collapse) | 34 |
34 · research-companion | Brainstorm, evaluate, decide research directions | 1 |
35 · academic-writing-skills | Industrial AI literature research for submission venues | 5 |
36 · literature-review-skill | Complete literature review workflow (Chinese) | 1 |
52 · slr-prisma | Systematic literature review, PRISMA 2020 | 1 |
53 · thematic-analysis | Braun & Clarke six-phase qualitative thematic analysis | 1 |
59 · openalex-skill | Query 240M+ academic works via OpenAlex | 1 |
60 · superpapers | Comprehensive empirical research support suite | 16 |
✍️ Writing, Editing & De-AIGC — From draft to submission-ready
| Collection | Description | Skills |
|---|---|---|
01 · academic-paper-skills | Outline → manuscript writing + 7-dim reviewer simulation | 2 |
04 · scientific-writer | Citation management + scientific writing | 8 |
06 · stats-paper-writing | End-to-end LaTeX statistics paper writing | 1 |
22 · christopherkenny-skills | APSA style checker for Quarto | 11 |
27 · my_claude_skills | Economics abstract writing guide | 6 |
38 · academic-proofreader | Academic proofreading | 1 |
44 · humanizer_academic | De-AI-fy medical/academic manuscripts (23 pattern types) | 1 |
45 · deslop | Remove AI writing traces (5-dimension scoring) | 1 |
46 · stop-slop | Three-layer AI trace detection and rewriting | 1 |
47 · avoid-ai-writing | Audit → rewrite → re-audit AI traces | 1 |
⭐ 48 chinese-de-aigc 🇨🇳 | Chinese de-AIGC for CNKI / Wanfang / Turnitin Chinese version | 1 |
49 · humanize-chinese | Detect & humanize AI-generated Chinese text | 1 |
56 · econ-writing-skill | Economics writing synthesizing 50+ top guides | 1 |
58 · econstack | Policy briefs (UK GES / AU Treasury) | 7 |
65 · game-theory-paper-writer | Generate & stress-test game theory papers | 1 |
📑 Reproduction, Citation & Peer Review — Quality assurance and transparency
| Collection | Description | Skills |
|---|---|---|
24 · academic-research-skills | Multi-reviewer paper peer review | 4 |
28 · paper-replicate-agent | Paper replication agent demo | 11 |
29 · project20XXy | Reproducible manuscript + notebook project | 24 |
41 · sewage-econometrics-check | 10-point reproduction package audit | 22 |
54 · open-science-skills | Citation consistency, DOI, evidence audit | 24 |
62 · citation-checker | Verify citations against CrossRef / S2 / OpenAlex | 1 |
🛠️ Data, Tools & Infrastructure — The foundation layer
| Collection | Description | Skills |
|---|---|---|
07 · AI-Research-SKILLs | Publication-grade ML charts, LaTeX, citation verification | 3 |
08 · latex-document-skill | Create/compile any LaTeX document to PDF | 1 |
12 · claude-code-my-workflow | Commit → PR → merge research workflow (Emory) | 22 |
[17 · DAAF](skills/17-DAAF-Contribution-Community-daaf |
Similar Articles
@XAMTO_AI: Cranking out a top-tier journal paper in 20 minutes — this is no longer just talk.
Stanford REAP and CoPaper.AI have released Auto-Empirical Research Skills (AERS), an open-source toolkit with over 23,000 agent skills that automates the entire empirical research pipeline for social sciences, from topic selection to journal submission.
@tom_doerr: Automates empirical research with 23,000 AI agent skills https://github.com/brycewang-stanford/Auto-Empirical-Research-…
Auto-Empirical-Research-Skills (AERS) is an open-source toolkit that automates the entire empirical research pipeline using 23,000+ AI agent skills, from data cleaning to submission-ready drafts.
@iluciddreaming: A repo on GitHub with 138 Agent Skills for scientific research tools, 24.7k stars. Covers bioinformatics, drug discovery, clinical databases—Scanpy, RDKit, DeepChem, UniProt, AlphaFold all included. …
A GitHub repository called scientific-agent-skills contains 138 Agent Skills for scientific research tools, covering bioinformatics, drug discovery, clinical databases, and more. It supports one-line integration into AI agents, providing precise API calling methods.
@gaoren7716: Writing a thesis? It might get rewritten by a systematic AI system. Not just polishing or rewriting a sentence – from topic selection onward, there are 13 agents collaborating. Feature list: Deep Research (13-agent research team), Systematic Review (P…
Introduces an open-source AI tool called Academic Research Skills that automates the entire academic research process from topic selection to writing and peer review through collaboration of 13 agents. It can be installed as a Claude Code plugin, turning academic research into a standardized production line.
@Xudong07452910: 24K stars, a cross-disciplinary research assistant project: 138 ready-to-use scientific agent skills that turn Claude Code/Codex into an AI scientist with one click!
A comprehensive open-source collection of 138 scientific agent skills that transform AI coding assistants like Claude Code and Codex into AI scientists, covering biology, chemistry, medicine, and more, with integration of over 100 scientific databases and specialized Python packages.