Auto Empirical Research Skills
A 1,150-skill catalog across 69 vendored collections for empirical social-science research — econometrics, causal inference, replication, and manuscript writing, routed by task rather than read all at once.
Last reviewed by the paperbanana team on Jul 13, 2026

Install
git clone https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills ~/.claude/skills/auto-empirical-research-skillsWhat is Auto Empirical Research Skills?
Auto Empirical Research Skills (AERS) is a large curated catalog — maintained by brycewang-stanford under the Stanford REAP (Center on China’s Economy and Institutions) banner and paired with the CoPaper.AI product — that describes itself, as of July 2026, as drawing on a pool of 23,000+ agent skills, vendored and indexed down to 69 collections holding 1,150 individually catalogued skills, for empirical research across eight social-science disciplines: economics, political science, psychology, sociology, international relations, public administration, education, and communication. Rather than a single hand-written skill, AERS ships a router SKILL.md that classifies an incoming task by research stage — causal inference and econometrics, Stata/R/Python analysis, literature review, citation checking, manuscript writing, de-AIGC editing, or replication — and loads only the one matching child skill, explicitly instructing the agent never to read the whole catalog at once.
The routing table is organized by identification strategy: difference-in-differences and staggered event studies, instrumental variables, regression discontinuity, synthetic control, panel fixed effects, double machine learning/CATE/causal forests, and Bayesian modeling each point to a specific vendored collection (for example `skills/50-brycewang-aer-skills/` for AER-level DiD/IV/RDD work, or `skills/40-py-econometrics-pyfixest/` for panel fixed effects in Python). Separate collections cover full-language empirical-analysis pipelines in Python, Stata, and R (the `00.x-Full-empirical-analysis-skill_*` flagship skills), plus dedicated skills for literature review, citation checking (`skills/62-PHY041-claude-skill-citation-checker/`), manuscript proofreading, and Chinese-language de-AIGC rewriting (`skills/48-copaper-ai-chinese-de-aigc/`).
AERS also foregrounds a "trust surface": the README reports 17 numeric benchmark tasks with gold values recomputed from real data on every run, 37 of 183 behavioral eval-harness rubric items scored, and a security audit badge reporting 52/52 checks clean. Its flagship pipeline advertises 20 built-in methodology skills and a self-built StatsPAI library (900+ MIT-licensed statistical functions) aimed at producing a reproducible empirical paper in around 20 minutes, positioning AERS as an amplifier for the time-consuming mechanics of empirical work — data cleaning, regression tables, citation formatting — while leaving research judgment to the researcher.
Core capabilities
Task-routed catalog of 1,150 skills
A root router SKILL.md classifies requests by research stage and method, then loads only the single best-matching child skill from `catalog/skills.json`, `docs/TAXONOMY.md`, or `docs/SKILL_CATALOG.md` instead of reading the whole repository.
Causal inference and econometrics by method
Dedicated collections for DiD/staggered DiD/event study, instrumental variables, regression discontinuity, synthetic control, panel fixed effects, and double ML/CATE/causal forests, cross-referenced against `catalog/skills.json` for the current best match.
Full-pipeline empirical analysis in Python, Stata, or R
Flagship `00.1/00.2/00.3-Full-empirical-analysis-skill_*` collections cover complete empirical workflows per language, alongside language-specific tools like pyfixest, marginaleffects, and dedicated Stata/R skill collections.
Literature review, citation checking, and replication
Separate vendored skills handle literature review (`36-taoyunudt-literature-review-skill`, `52-keemanxp-slr-prisma`), citation verification, manuscript writing/proofreading, and paper-replication workflows.
Chinese-language de-AIGC and academic rewriting
The `48-copaper-ai-chinese-de-aigc` collection (and nearby writing skills) targets Chinese academic manuscripts that need to read as human-written rather than machine-generated.
Name-collision handling for large-catalog installs
Because 92 bare skill names repeat across collections (e.g. `data-analysis`, `lit-review`, `proofread`), the router documents installing one collection at a time or disambiguating via the globally-unique `qualified_name` field (`<collection>::<name>`) in `catalog/skills.json`.
What you can use it for
Running a staggered difference-in-differences analysis
Route through the causal-inference table to `skills/50-brycewang-aer-skills/` or `skills/10-Jill0099-causal-inference-mixtape/` for DiD and event-study specifications appropriate for an AER-style submission.
Producing a reproducible empirical paper end to end
Load one of the `00.x-Full-empirical-analysis-skill_*` flagship collections (Python, Stata, or R) to go from raw data to a draft manuscript using the built-in StatsPAI function library.
Checking citations before submission
Route to `skills/62-PHY041-claude-skill-citation-checker/` to verify citation accuracy against source claims rather than trusting LLM-generated references.
De-AIGC editing a Chinese-language manuscript
Use `skills/48-copaper-ai-chinese-de-aigc/` (or `45-stephenturner-skill-deslop`, `47-conorbronsdon-avoid-ai-writing` for English) to rewrite AI-flavored prose into natural academic Chinese or English.
Replicating a published paper’s results
Route to `skills/28-maxwell2732-paper-replicate-agent-demo/` or `skills/29-quarcs-lab-project20XXy/` to reconstruct a paper’s empirical results from its stated methodology.
How to get started
- 1
Clone the repository
Run `git clone https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills ~/.claude/skills/auto-empirical-research-skills` to vendor the whole catalog locally.
- 2
Choose install mode
For Claude Code, use the marketplace/plugin install path documented in `INSTALL.md`; for Codex-style runtimes, follow the copy-install steps in `docs/INSTALL.md`. Whole-repo import registers the router skill; individual skill installs copy just the folder containing the target `SKILL.md`.
- 3
Let the router classify your task
State your empirical task (method, stage, or language) and let the root SKILL.md match it against the method table, `catalog/skills.json`, or `docs/TAXONOMY.md` before loading a single child skill.
- 4
Watch for name collisions on full-catalog installs
If your runtime registers skills by flat name, install one of the 69 collections at a time, or reference skills by their `qualified_name` (`<collection>::<name>`) to avoid the 92 known bare-name collisions.
How it compares to similar skills
AERS is the largest and most econometrics-specific catalog in this directory. If your work is not empirical social science, a lighter or discipline-matched suite is usually a better starting point.
Medical Research Skills
Pick medical-research-skills if your empirical work is clinical or biomedical rather than economics/political-science/sociology-flavored — it has purpose-built protocol-design and clinical-statistics skills instead.
Academic Research Skills
Pick academic-research-skills if you want one opinionated research-to-publication pipeline with citation-integrity gates rather than a 1,150-skill routed catalog you assemble yourself.
Qinyan Academic Skills
Pick qinyan-academic-skills if you need a broader, non-econometrics academic toolbox (grant writing, bioinformatics, presentations) alongside general research skills.
