@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…

X AI KOLs Timeline Tools

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.

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/brycewang-stanford/Auto-Empirical-Research-Skills… 2. StatsPAI - Agent-native causal econometrics Python library, unified API + structured output
 https://github.com/brycewang-stanford/StatsPAI… 3. Awesome-Journal-Skills - Submission skill package for journals (AER/QJE/Nature, etc.)
 https://github.com/brycewang-stanford/Awesome-Journal-Skills… 4. AER-Skills - Top journal submission skill stack for AER and AEJ series
 https://github.com/brycewang-stanford/AER-Skills… 5. Auto-Research-Skills - Autonomous research skills and Agent curated library
 https://github.com/brycewang-stanford/Auto-Research-Skills… 6. statsmodels - Python classic statistical modeling and econometrics library
 https://github.com/statsmodels/statsmodels… 7. dowhy - Causal inference core library (DoWhy), graphical models + hypothesis testing
 https://github.com/py-why/dowhy 8. causalml - From Uber: Uplift modeling and causal ML tool
 https://github.com/uber/causalml 9. EconML - Heterogeneous causal effect (CATE) machine learning tool
 https://github.com/py-why/EconML 10. python-causality-handbook - Practical handbook of "Causal Inference for the Brave and True"
 https://github.com/matheusfacure/python-causality-handbook… Star the first 5 self-developed repos from brycewang-stanford, especially for those who want to use AI Agents to write papers and do empirical research – it directly boosts efficiency.
Original Article
View Cached Full Text

Cached at: 06/30/26, 11:48 PM

Top 10 Skills & Tools for Social Science Research!

  1. 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
  2. StatsPAI — Agent-native causal econometrics Python library with unified API + structured output
    https://github.com/brycewang-stanford/StatsPAI
  3. Awesome-Journal-Skills — Journal-specific submission skill package (AER / QJE / Nature, etc.)
    https://github.com/brycewang-stanford/Awesome-Journal-Skills
  4. AER-Skills — Top-tier journal submission skill stack for AER and AEJ series
    https://github.com/brycewang-stanford/AER-Skills
  5. Auto-Research-Skills — Autonomous research skills and Agent curated library
    https://github.com/brycewang-stanford/Auto-Research-Skills
  6. statsmodels — Classic statistical modeling and econometrics library for Python
    https://github.com/statsmodels/statsmodels
  7. dowhy — Core causal inference library (DoWhy), graphical models + hypothesis testing
    https://github.com/py-why/dowhy
  8. causalml — Uber’s uplift modeling and causal ML toolkit
    https://github.com/uber/causalml
  9. EconML — Heterogeneous causal effect (CATE) machine learning toolkit
    https://github.com/py-why/EconML
  10. 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.yaml and the root SKILL.md to register a catalog router; the agent first queries catalog/skills.json or docs/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 in README-en.md.

Complete Overview of All 69 Skill Collections

Open the repo → see the entire library.
All 69 collections · 1,145 skills, numbered from 00 to 69, each vendored into this repo (not just external links), tracked by catalog/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

#CollectionDescriptionTopicSkills
00StatsPAI 🔥Agent-native Python DSL — one sp.causal(...) runs DID/RD/IV/SCM/DML🚀1
00.1Full Empirical · Python 📘Explicit stack: pandas · statsmodels · linearmodels · pyfixest🚀1
00.2Full Empirical · Stata 📊reghdfe · ivreg2 · csdid · sdid · rdrobust reproduction packages🚀1
00.3Full Empirical · R 📗tidyverse · fixest · did · HonestDiD, rendered via Quarto🚀1
01academic-paper-skillsOutline → manuscript writing + 7-dimension reviewer simulation✍️2
02research-skillsMedical imaging reviews, proposals, paper-to-slides📚3
03scientific-skillsHypothesis generation + 28 scientific databases📚4
04scientific-writerCitation management + scientific writing✍️8
05research-superpowerSystematic search, screening & citation tracing📚10
06stats-paper-writingEnd-to-end LaTeX statistics paper writing✍️1
07AI-Research-SKILLsPublication-grade ML charts, LaTeX, citation verification🛠️3
08latex-document-skillCreate/compile any LaTeX document to PDF🛠️1
09awesome-econ-aiPython panel data analysis (linearmodels)🎯17
10causal-inference-mixtapeDID / IV / RDD / SCM templates (Cunningham)🎯1
11compound-scienceBayesian estimation for quantitative social science🎯20
12claude-code-my-workflowCommit → PR → merge research workflow (Emory)🛠️22
13MixtapeToolsCunningham’s causal inference toolkit and lecture notes🎯5
14research-starterIV / DiD / RDD in R with complete diagnostics🎯16
15social-science-researchEnd-to-end data analysis in R or Python🎯12
16clo-authorMulti-agent data analysis (R / Stata / Python)🎯10
17DAAFSecurity-aware agent framework (32 deny rules)🛠️35
18stata-accountingReal-world Stata paradigms from 126 JAR papers🎯1
20python-econ-skillDSGE / HANK and quantitative economic computation🎯1
22christopherkenny-skillsAPSA style checker for Quarto (.qmd)✍️11
23baygentPyMC / ArviZ Bayesian workflow with guardrails🎯2
24academic-research-skillsMulti-reviewer paper peer review📑4
25DivergaResearch question refiner (anti-mode-collapse)📚34
26scholarStatistical algorithm design and documentation🎯17
27my_claude_skillsEconomics abstract writing guide✍️6
28paper-replicate-agentPaper replication agent demo📑11
29project20XXyReproducible manuscript + notebook project📑24
31claude-code-skillsPython panel data analysis🎯13
32stata-skillHigh-performance Stata C/C++ plugins🛠️3
33claude-scholarFull research lifecycle: topic selection → literature review → experiment → reviewer response🚀47
34research-companionBrainstorm, evaluate, and decide on research directions📚1
35academic-writing-skillsIndustrial AI literature research for submission venues📚5
36literature-review-skillComplete literature review workflow (Chinese)📚1
38academic-proofreaderAcademic proofreading✍️1
39marginaleffectsPredictions, slopes, and comparisons (R / Python)🎯1
40pyfixestFast fixed-effects estimation in Python🎯1
41sewage-econometrics-check10-point reproducibility package audit📑22
42ARISAutonomous “research-in-sleep” agent, end-to-end🚀104
43research-plugins478 research plugins: data visualization, domains, infrastructure🛠️478
44humanizer_academicDe-AI-fy medical/academic manuscripts (23 pattern types)✍️1
45deslopRemove AI writing traces (5-dimension scoring)✍️1
46stop-slopThree-layer AI trace detection and rewriting✍️1
47avoid-ai-writingAudit → rewrite → re-audit AI traces (leave traces)✍️1
48chinese-de-aigc 🇨🇳Chinese de-AIGC for CNKI / Wanfang / Turnitin Chinese version✍️1
49humanize-chineseDetect and humanize AI-generated Chinese text✍️1
50AER-skills 📕Top-5 economics submission kit: identification → robustness → R&R🚀9
51CausalPyBayesian quasi-experiments (PyMC Labs)🎯3
52slr-prismaSystematic literature review, PRISMA 2020📚1
53thematic-analysisBraun & Clarke six-phase qualitative thematic analysis📚1
54open-science-skillsCitation consistency, DOI, and evidence support audit📑24
55r-skillsBayesian inference in R with brms🎯8
56econ-writing-skillEconomics writing synthesizing 50+ top guides✍️1
57edgartoolsQuery and analyze SEC filings🛠️1
58econstackPolicy briefs (UK GES / AU Treasury)✍️7
59openalex-skillQuery 240M+ academic works via OpenAlex📚1
60superpapersComprehensive empirical research support suite📚16
61research-methodsConfirmatory tests matching pre-registration🎯9
62citation-checkerVerify citations against CrossRef / S2 / OpenAlex📑1
63scientific-agent-skillsDoWhy identify–estimate–refute framework🎯2
64mcp-stata20 Stata causal inference and reproduction skills🎯20
65game-theory-paper-writerGenerate and stress-test game theory papers✍️1
66empirical-research-skillsR performance optimization for large panels🛠️7
67econfin-workflow-toolkitChinese corporate finance empirical workflow, from proposal to paper🚀46
68research-productivity-skillsPaper search, SSRN, DOI lookup, download🛠️18
69Paper-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


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 & OrchestratorsOne call runs the entire empirical loop

CollectionDescriptionSkills
00 · StatsPAI 🔥Agent-native Python DSL — one sp.causal(...) runs DID/RD/IV/SCM/DML1
00.1 · Python 📘Explicit stack: pandas · statsmodels · linearmodels · pyfixest1
00.2 · Stata 📊reghdfe · ivreg2 · csdid · sdid · rdrobust reproduction packages1
00.3 · R 📗tidyverse · fixest · did · HonestDiD, rendered via Quarto1
33 · claude-scholarFull research lifecycle: topic → review → experiment → reviewer response47
42 · ARISAutonomous “research-in-sleep” agent, end-to-end104
50 · AER-skills 📕Top-5 economics submission kit: identification → robustness → R&R9
67 · econfin-workflow-toolkitChinese corporate finance empirical workflow, proposal to paper46
69 · Paper-WorkFlowMeta-orchestrator that chains the entire social science paper pipeline1

🎯 Causal Inference & EconometricsThe methodological core of AERS

CollectionDescriptionSkills
09 · awesome-econ-aiPython panel data analysis (linearmodels)17
10 · causal-inference-mixtapeDID / IV / RDD / SCM templates (Cunningham)1
11 · compound-scienceBayesian estimation for quantitative social science20
13 · MixtapeToolsCunningham’s causal inference toolkit & lecture notes5
14 · research-starterIV / DiD / RDD in R with complete diagnostics16
15 · social-science-researchEnd-to-end data analysis in R or Python12
16 · clo-authorMulti-agent data analysis (R / Stata / Python)10
18 · stata-accountingReal-world Stata paradigms from 126 JAR papers1
20 · python-econ-skillDSGE / HANK and quantitative economic computation1
23 · baygentPyMC / ArviZ Bayesian workflow with guardrails2
26 · scholarStatistical algorithm design and documentation17
31 · claude-code-skillsPython panel data analysis13
39 · marginaleffectsPredictions, slopes, comparisons (R / Python)1
40 · pyfixestFast fixed-effects estimation in Python1
51 · CausalPyBayesian quasi-experiments (PyMC Labs)3
55 · r-skillsBayesian inference in R with brms8
61 · research-methodsConfirmatory tests matching pre-registration9
63 · scientific-agent-skillsDoWhy identify–estimate–refute framework2
64 · mcp-stata20 Stata causal inference and reproduction skills20

📚 Literature, Reading & Research DesignFrom question to evidence base

CollectionDescriptionSkills
02 · research-skillsMedical imaging reviews, proposals, paper-to-slides3
03 · scientific-skillsHypothesis generation + 28 scientific databases4
05 · research-superpowerSystematic search, screening & citation tracing10
25 · DivergaResearch question refiner (anti-mode-collapse)34
34 · research-companionBrainstorm, evaluate, decide research directions1
35 · academic-writing-skillsIndustrial AI literature research for submission venues5
36 · literature-review-skillComplete literature review workflow (Chinese)1
52 · slr-prismaSystematic literature review, PRISMA 20201
53 · thematic-analysisBraun & Clarke six-phase qualitative thematic analysis1
59 · openalex-skillQuery 240M+ academic works via OpenAlex1
60 · superpapersComprehensive empirical research support suite16

✍️ Writing, Editing & De-AIGCFrom draft to submission-ready

CollectionDescriptionSkills
01 · academic-paper-skillsOutline → manuscript writing + 7-dim reviewer simulation2
04 · scientific-writerCitation management + scientific writing8
06 · stats-paper-writingEnd-to-end LaTeX statistics paper writing1
22 · christopherkenny-skillsAPSA style checker for Quarto11
27 · my_claude_skillsEconomics abstract writing guide6
38 · academic-proofreaderAcademic proofreading1
44 · humanizer_academicDe-AI-fy medical/academic manuscripts (23 pattern types)1
45 · deslopRemove AI writing traces (5-dimension scoring)1
46 · stop-slopThree-layer AI trace detection and rewriting1
47 · avoid-ai-writingAudit → rewrite → re-audit AI traces1
48 chinese-de-aigc 🇨🇳Chinese de-AIGC for CNKI / Wanfang / Turnitin Chinese version1
49 · humanize-chineseDetect & humanize AI-generated Chinese text1
56 · econ-writing-skillEconomics writing synthesizing 50+ top guides1
58 · econstackPolicy briefs (UK GES / AU Treasury)7
65 · game-theory-paper-writerGenerate & stress-test game theory papers1

📑 Reproduction, Citation & Peer ReviewQuality assurance and transparency

CollectionDescriptionSkills
24 · academic-research-skillsMulti-reviewer paper peer review4
28 · paper-replicate-agentPaper replication agent demo11
29 · project20XXyReproducible manuscript + notebook project24
41 · sewage-econometrics-check10-point reproduction package audit22
54 · open-science-skillsCitation consistency, DOI, evidence audit24
62 · citation-checkerVerify citations against CrossRef / S2 / OpenAlex1

🛠️ Data, Tools & InfrastructureThe foundation layer

CollectionDescriptionSkills
07 · AI-Research-SKILLsPublication-grade ML charts, LaTeX, citation verification3
08 · latex-document-skillCreate/compile any LaTeX document to PDF1
12 · claude-code-my-workflowCommit → PR → merge research workflow (Emory)22
[17 · DAAF](skills/17-DAAF-Contribution-Community-daaf

Similar Articles

@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. …

X AI KOLs Timeline

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…

X AI KOLs Timeline

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.