🔬 A curated collection of 23,000+ agent skills for empirical research across 8 social science disciplines. | 精选 23,000+ AI Agent 技能库,覆盖8大社会科学学科的实证研究。CoPaper.AI 20分钟完成一篇可复现的规范实证论文,并支持用户上传 Skills。-- Maintained by CoPaper.AI from Stanford REAP.
# Add to your Claude Code skills
git clone https://github.com/brycewang-stanford/Auto-Empirical-Research-SkillsGuides for using ai agents skills like Auto-Empirical-Research-Skills.
Last scanned: 5/28/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-28T07:57:15.283Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}Auto-Empirical-Research-Skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by brycewang-stanford. 🔬 A curated collection of 23,000+ agent skills for empirical research across 8 social science disciplines. | 精选 23,000+ AI Agent 技能库,覆盖8大社会科学学科的实证研究。CoPaper.AI 20分钟完成一篇可复现的规范实证论文,并支持用户上传 Skills。-- Maintained by CoPaper.AI from Stanford REAP. It has 3,548 GitHub stars.
Yes. Auto-Empirical-Research-Skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills" and add it to your Claude Code skills directory (see the Installation section above). Auto-Empirical-Research-Skills ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
Auto-Empirical-Research-Skills is primarily written in Stata. It is open-source under brycewang-stanford on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Auto-Empirical-Research-Skills against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Use this root skill when the full AERS repository has been installed as a single skill folder. Treat it as a router and catalog, not as a request to load every vendored SKILL.md.
The catalog holds 1,096 skills across 76 vendored collections. Never read them all — route to one, then load only that skill's SKILL.md.
skills/69-Paper-WorkFlow/ or the skills/00* flagship analysis skills — skills/00-Full-empirical-analysis-skill_StatsPAI/ (StatsPAI), skills/00.1-Full-empirical-analysis-skill_Python/ (Python), skills/00.2-Full-empirical-analysis-skill_Stata/ (Stata), skills/00.3-Full-empirical-analysis-skill_R/ (R). Note the StatsPAI flagship has no dot in its prefix, so a skills/00.* glob misses it.catalog/skills.json / docs/TAXONOMY.md.skills/50-brycewang-aer-skills/.docs/SKILL_CATALOG.md and docs/GOLDEN_WORKFLOWS.md to choose a focused skill.skills/48-de-AIGC-skills/ or nearby writing skills in the catalog.SKILL.md, then follow its progressive-disclosure instructions for references/, scripts/, assets/, or templates.catalog/skills.json first (has path, name, description, line_count, and a globally-unique qualified_name), then docs/SKILL_CATALOG.md. For richer filtering (topic tags, quality_score, license, commercial_use), use catalog/skills-enriched.json. Avoid broad recursive reads of skills/.
Both catalog JSON files are large (roughly 1 MB / 20k lines each) — query them instead of reading them whole. Example:
python3 -c "import json; [print(s['qualified_name'], '->', s['path']) for s in json.load(open('catalog/skills.json'))['skills'] if 'synthetic control' in (s['name'] + ' ' + s['description']).lower()]"
A plain grep -in "synthetic control" catalog/skills.json works too when a rough match is enough.
docs/INSTALL.md for Codex-style copy installs and INSTALL.md for Claude Code marketplace/plugin installs.git status inside skills/69-Paper-WorkFlow/ (a git submodule) before touching it.Match the user's identification strategy or task to a starting collection, then confirm against catalog/skills.json.
This table is a shortcut to the most common starting points, not a complete index — it names fewer than half of the vendored collections, and the rest are reachable only through catalog/skills.json. A task missing from this table is not a task without a skill: fall through to step 3 and search the catalog before concluding nothing matches.
| Task / method | Start here |
|---|---|
| Full paper pipeline (orchestrator) | skills/69-Paper-WorkFlow/ |
| Agent-native causal analysis (one call runs DiD / RD / IV / SCM / DML with automatic robustness gates) | skills/00-Full-empirical-analysis-skill_StatsPAI/ |
| DiD / staggered DiD / event study | skills/50-brycewang-aer-skills/, skills/10-Jill0099-causal-inference-mixtape/, skills/13-scunning1975-MixtapeTools/ |
| Instrumental variables (IV) | skills/50-brycewang-aer-skills/, skills/40-py-econometrics-pyfixest/ |
| Regression discontinuity (RDD) | skills/50-brycewang-aer-skills/, skills/10-Jill0099-causal-inference-mixtape/ |
| Synthetic control (SCM) | skills/50-brycewang-aer-skills/, skills/13-scunning1975-MixtapeTools/ |
| Panel fixed effects | skills/40-py-econometrics-pyfixest/, skills/39-vincentarelbundock-marginaleffects/ |
| Matching / propensity scores | skills/10-Jill0099-causal-inference-mixtape/, skills/11-James-Traina-compound-science/ |
| Structural estimation | skills/11-James-Traina-compound-science/, skills/14-luischanci-claude-code-research-starter/ |
| Time series / forecasting | skills/17-DAAF-Contribution-Community-daaf/, skills/43-wentorai-research-plugins/ |
| Text as data / NLP | skills/43-wentorai-research-plugins/ |
| Spatial / GIS analysis | skills/17-DAAF-Contribution-Community-daaf/, skills/43-wentorai-research-plugins/ |
| Experiments / RCT design | skills/11-James-Traina-compound-science/, skills/25-HosungYou-Diverga/ |
| Survey / questionnaire design | skills/43-wentorai-research-plugins/, skills/25-HosungYou-Diverga/ |
| DML / CATE / causal forests | skills/00.1-Full-empirical-analysis-skill_Python/, skills/63-tondevrel-scientific-agent-skills/ |
| Bayesian modeling | skills/23-Learning-Bayesian-Statistics-baygent-skills/, skills/51-pymc-labs-CausalPy/ |
| Python analysis (full pipeline) | skills/00.1-Full-empirical-analysis-skill_Python/, skills/40-py-econometrics-pyfixest/ |
| Stata analysis | skills/00.2-Full-empirical-analysis-skill_Stata/, skills/32-dylantmoore-stata-skill/, skills/64-tmonk-mcp-stata/ |
| R analysis | skills/00.3-Full-empirical-analysis-skill_R/, skills/55-ab604-claude-code-r-skills/ |
| Game theory / theory papers | skills/65-game-theory-paper-writer/ |
| Qualitative / thematic analysis | skills/53-keemanxp-thematic-analysis-skill/ |
| Data acquisition (Kaggle, SEC filings, open data) | skills/72-kaggle-research/, skills/57-dgunning-edgartools/, skills/59-shiquda-openalex-skill/ |
| Literature review | skills/36-taoyunudt-literature-review-skill/, skills/52-keemanxp-slr-prisma/, skills/59-shiquda-openalex-skill/ |
| Lit-review tool selection / PDF→Markdown / cited Q&A over PDFs / PRISMA screening runners | skills/71-brycewang-lit-review-agent-tools/ |
| Citation checking | skills/62-PHY041-claude-skill-citation-checker/ |
| Manuscript writing / proofreading | skills/04-K-Dense-AI-claude-scientific-writer/, skills/38-peternka-academic-proofreader/ |
| Peer review / referee reports / referee responses | skills/21-claesbackman-AI-research-feedback/, skills/12-pedrohcgs-claude-code-my-workflow/, skills/67-econfin-workflow-toolkit/ |
| LaTeX / Quarto compilation, slides | skills/08-ndpvt-web-latex-document-skill/, skills/60-regisely-superpapers/, skills/12-pedrohcgs-claude-code-my-workflow/ |
| De-AIGC / humanize | skills/48-de-AIGC-skills/, skills/45-stephenturner-skill-deslop/, skills/47-conorbronsdon-avoid-ai-writing/ |
| Chinese SSCI/CSSCI journal polishing | skills/70-ssci-polish/, skills/49-voidborne-d-humanize-chinese/ |
| Replication | skills/28-maxwell2732-paper-replicate-agent-demo/, skills/29-quarcs-lab-project20XXy/ |
| Open science / reproducibility | skills/54-scdenney-open-science-skills/, skills/29-quarcs-lab-project20XXy/ |
| Grant proposals / funding | skills/42-wanshuiyin-ARIS/, skills/43-wentorai-research-plugins/ |
| Conference posters / post-acceptance | skills/42-wanshuiyin-ARIS/, skills/33-Galaxy-Dawn-claude-scholar/ |
If the user is asking for a complete empirical paper from idea to submission, route to skills/69-Paper-WorkFlow/. The orchestrator loads the right skill at the right stage and stops for human decisions at the two hard gates (Method Gate after Stage 3, Draft Quality Gate after Stage 7).
Trigger phrases (any one is enough to dispatch to the orchestrator):
/paper-workflowThe orchestrator is not the right entry point for a single-task ask (e.g. "fit a DiD", "recode this variable", "write a referee report") — those are listed in the Method → where to start table above.
skills/69-Paper-WorkFlow/ is a git submodule. If its folder is empty, the copy or clone skipped submodules (git submodule update --init fixes a clone); fall back to the skills/00* flagship pipeline skills, which are vendored directly.skills/42-wanshuiyin-ARIS/) also ships its skill set as OpenAI Codex CLI runtime ports (skills-codex* subtrees). Those stay on disk but are excluded from catalog/skills.json (see scripts/skill_discovery.py) — route Claude agents to the primary skills/ tree only.SKILL.md as a lightweight compatibility entry point.SKILL.md.names shared across collections (e.g. data-analysis, lit-review, proofread). When a runtime registers skills by flat name, install one collection at a time, or disambiguate with the globally-unique qualified_name field in catalog/skills.json (<collection>::<name>, e.g. 12-pedrohcgs-claude-code-my-workflow::data-analysis), or the full skills/<collection>/.../SKILL.md path.catalog/skills.json: machine-readable list of vendored skills.catalog/skills-enriched.json: same list plus tags, quality_score, license, and commercial_use for filtering.docs/SKILL_CATALOG.md: human-readable skill index.docs/TAXONOMY.md: task and method taxonomy.docs/GOLDEN_WORKFLOWS.md: ready-to-use empirical-research prompts.docs/INSTALL.md: runtime installation guidance for single-skill and whole-repo use.docs/CONTENT_ZH.md and README-zh-CN.md: Chinese-language collection index and entry point. Prefer these when the user is working in Chinese — several collections (de-AIGC, SSCI/CSSCI polishing, Chinese academic writing) are documented there in more detail than in the English docs.📌 文档结构(2026-07-22 起): 本文件是中文默认入口 —— banner + badges + 信任面 + 9 阶段流水线速览 + 76 行合集总表。 每个合集的完整描述、按用途分组、精确数字、验证方法在
docs/CONTENT_ZH.md(扩展正文,总表行内的→直接跳转到对应锚点)。English version:
README-en.md· 中文扩展正文:docs/CONTENT_ZH.md·README-zh-CN.md已弃用(重定向占位)
🌐 语言: English | 简体中文(默认) | 繁體中文 | 日本語 | 한국어
Stanford REAP × CoPaper.AI · 实证研究 AI 工具的学术工业级产品 由斯坦福实证研究方法论团队打造,覆盖从数据清洗到顶刊投稿的完整工作流
🚀 New here? Open the Skill Search → to filter all 1,096 skills by method, stage, language, and license. The 5-minute tour (
make quickstart) prints the same picture in your terminal.🇨🇳 中文用户从本文件开始(流水线速览 + 76 行总表),每个合集的完整描述见
docs/CONTENT_ZH.md。📖 English readers: seeREADME-en.md.
| Rigor lane | Count | Where |
|---|---|---|
| Numeric benchmark tasks — gold values recomputed from real data each run | 17 | benchmark/ |
| Behavioral eval scenarios / rubric items | 37 / 183 | eval-harness/ |
Full trust overview:
docs/TRUST.md·docs/RIGOR_COVERAGE.md
把项目 URL 地址 https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills 丢给 Claude Code / Codex,并指定是目录 / 项目 / 全局安装 —— 剩下的让它自己做。例如:
帮我安装 https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills
装到「全局」(~/.claude/skills/),我想在所有项目里都能用
把最后一行换成你要的作用域即可:
| 作用域 | 说给 Agent 的话 | 落到哪里 |
|---|---|---|
| 目录(当前会话临时用) | "只在当前目录用,不要全局安装" | 当前工作目录下的 .claude/skills/ |
| 项目(团队共享,可提交进 git) | "装到本项目" | 项目根目录 .claude/skills/ |
| 全局(所有项目可用) | "装到全局" | ~/.claude/skills/(Codex 为 ~/.codex/skills/) |
A. 插件市场(Claude Code v2.1+,推荐,可升级)
claude plugin marketplace add brycewang-stanford/Auto-Empirical-Research-Skills
claude plugin install aer-skills@auto-empirical-research-skills # 顶刊投稿全流程(9 skills)
claude plugin install empirical-analysis-python@auto-empirical-research-skills # Python 计量流水线
claude plugin install empirical-analysis-stata@auto-empirical-research-skills # Stata 计量流水线
claude plugin install empirical-analysis-r@auto-empirical-research-skills # R + Quarto 流水线
B. 只要某一个 skill —— 直接拷文件夹
git clone --recurse-submodules https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills.git
cd Auto-Empirical-Research-Skills
cp -R skills/00.1-Full-empirical-analysis-skill_Python .claude/skills/ # 项目级
cp -R skills/00.1-Full-empirical-analysis-skill_Python ~/.claude/skills/ # 全局
拷进去的文件夹必须自带 SKILL.md(部分合集的 SKILL.md 在下一层,拷那一层)。
新开一个会话,直接用自然语言说要做什么,Agent 会按 description 自动挑 skill;说不动就点名方法或 skill:
用面板数据跑一个 Callaway–Sant'Anna 事件研究,并出 HonestDiD 稳健性和期刊级表格
完整安装说明(Codex / CodeBuddy 整库导入、
--plugin-dir单次加载、常见故障排查)见INSTALL.md。
中文内容分两级维护,各司其职:
docs/CONTENT_ZH.md(扩展正文):每个合集的完整描述(#skill-NN 锚点)、按用途分组、精确数字、2 分钟验证、三层信任、旗舰流水线详解、贡献与引用。总表行内的 → 直接跳到对应锚点。README-en.md · README-zh-TW.md · README-ja.md · README-ko.md[!NOTE] 维护规则: 改合集总表 → 本文件与 CONTENT_ZH.md 的锚点表两处同步;改合集详情 / 分组 / 数字 → 只改
docs/CONTENT_ZH.md。统计数字(合集数 / skill 数)以catalog/skills.json为准,由make validate的 readme-stats 检查器守护。贡献者(Contributors): 提交前请在本地跑通完整门禁
make check(catalog 校验 + 链接 + 单元测试 + eval-harness + benchmark)。详见CONTRIBUTING.md。旧版归档:
README-zh-CN.md已弃用,仅作向后兼容的重定向占位。
AERS 不只是 76 个散装 skill —— 它能陪你走完一篇论文。 从模糊 idea → 选题精炼 → 文献综述 → 数据获取 → 识别策略 → 估计建模 → 稳健性审计 → 出版级表格 / 图形 → 写作与同行评审 → 降 AIGC → 投稿。端到端、全自动、每一步都可被人介入(中间任何一步你都可以接过去手工改方法、补变量、加稳健性,再让流水线自动接上跑)。
Paper-WorkFlow 是 AERS 的"指挥棒",它把上面 9 个阶段的 skill 串成 一条按键即运行的端到端流水线。
你在 IDE 入口给它一句自然语言:
"开一个新论文项目:空气污染与中国劳动力市场,CS 设计 + 省级面板"
它会自动按顺序调: