Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, manuscript writing, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
Resources
23Install
npx skillscat add brycewang-stanford/auto-empirical-research-skills Install via the SkillsCat registry.
SKILL.md
Auto-Empirical Research Skills Router
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.
Workflow
- Classify the user's empirical-research task by stage:
- Full pipeline or orchestration: start with
skills/69-Paper-WorkFlow/or theskills/00.*flagship analysis skills. - Causal inference and econometrics: search
catalog/skills.jsonordocs/TAXONOMY.mdfor DID, IV, RD, SCM, DML, panel FE, matching, survival, Bayesian, or Stata/R/Python terms. - AER or top economics journal work: start with
skills/50-brycewang-aer-skills/. - Replication, citation, or peer review: use
docs/SKILL_CATALOG.mdanddocs/GOLDEN_WORKFLOWS.mdto choose a focused skill. - Chinese academic de-AIGC or academic rewriting: start with
skills/48-copaper-ai-chinese-de-aigc/or nearby writing skills in the catalog.
- Full pipeline or orchestration: start with
- Read only the selected child skill's
SKILL.md, then follow its progressive-disclosure instructions forreferences/,scripts/,assets/, or templates. - If no child skill clearly matches, inspect
catalog/skills.jsonfirst, thendocs/SKILL_CATALOG.md. Avoid broad recursive reads ofskills/. - For installation help, use
docs/INSTALL.mdfor Codex-style copy installs andINSTALL.mdfor Claude Code marketplace/plugin installs. - If editing this repository, keep parent and nested repos separate. In particular, inspect
git statusinsideskills/69-Paper-WorkFlow/before touching it.
Install Notes
- Whole-repo imports are supported by this root
SKILL.mdas a lightweight compatibility entry point. - Individual skill installs are still preferred when a runtime expects one folder per skill. Copy the folder that directly contains the target
SKILL.md. - Do not copy the repository root into a runtime and expect every child skill to become individually registered unless that runtime explicitly supports recursive skill discovery.
Key Files
catalog/skills.json: machine-readable list of vendored skills.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.