/aejpol-replication-package
Use when assembling the data and code deposit for an AEJ: Economic Policy manuscript to satisfy the AEA Data and Code Availability Policy and the AEA Data Editor's pre-publication reproducibility check. Builds the openICPSR deposit, README, and restricted-data access paths; it
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill aejpol-replication-package --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/aejpol-replication-package
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when assembling the data and code deposit for an AEJ: Economic Policy manuscript to satisfy the AEA Data and Code Availability Policy and the AEA Data Editor's pre-publication reproducibility check. Builds the openICPSR deposit, README, and restricted-data access paths; it
SKILL.md
aejpol-replication-package.SKILL.mdname: aejpol-replication-package
description: Use when assembling the data and code deposit for an AEJ: Economic Policy manuscript to satisfy the AEA Data and Code Availability Policy and the AEA Data Editor's pre-publication reproducibility check. Builds the openICPSR deposit, README, and restricted-data access paths; it does not run the analysis or write the paper.
Replication Package — AEA Data Editor Compliance (aejpol-replication-package)
When to trigger
- A conditional acceptance / R&R asks for the data and code deposit
- You want to build the replication package as you go (recommended — the check is **before** publication)
- Some data are proprietary or restricted and you need a compliant access path
- The AEA Data Editor returned the package with required changes
The AEA reproducibility regime (检索于 2026-06;以官网为准)
AEJ: Policy is an AEA journal and follows the **AEA Data and Code Availability Policy**. For accepted papers, authors deposit data, code, and documentation in the **AEA Data and Code Repository at openICPSR**, and the **AEA Data Editor** (Lars Vilhuber) runs a **reproducibility check before the paper is published**, not after. A **Data and Code Availability Statement** is required. Build the deposit to pass on the first pass.
What the deposit must contain
- **All code** that produces every table, figure, and in-text number, organized so a single master script (`run_all`) regenerates the results from the analysis data.
- **Data** that can be shared, in the repository; for data that cannot, the exact **provenance and access instructions** (see restricted-data path below).
- A **README** following the AEA Data Editor's template: data sources and citations, data-availability statement, computational requirements (software + versions + packages), runtime, the map from code files to exhibits, and instructions to reproduce.
- **Dependencies pinned**: Stata `.ado` versions, R `renv.lock`, Python `requirements.txt`/`conda` env; seeds set and reported for any simulation/bootstrap/randomization inference.
Restricted / proprietary data path
- State the **Data Availability Statement** clearly: which data are public, which are restricted, and how a replicator obtains the restricted parts (provider, application process, cost, approximate wait).
- Provide everything that *can* be shared (cleaning and analysis code, derived public extracts, synthetic or example data) so the Data Editor can verify the pipeline even without the raw restricted file.
- Confirm the access path is real and current — the Data Editor verifies it.
- Note any partial-reproducibility scope (e.g., one table from confidential data) in the README.
Code posting during review
Review is single-blind, so the submission need not be anonymized; the openICPSR deposit is prepared at acceptance. Posting a working-paper code repository earlier is fine and does not conflict with the review process.
Checklist
- [ ] Data and Code Availability Statement drafted (public vs. restricted, sources cited)
- [ ] One master script regenerates every exhibit and in-text number from analysis data
- [ ] README follows the AEA Data Editor template (sources, requirements, runtime, code→exhibit map)
- [ ] Software, package, and `.ado` versions pinned; seeds set and reported
- [ ] Restricted data: provenance + concrete access instructions + shareable code/extracts provided
- [ ] Deposit targets the AEA Data and Code Repository at openICPSR
- [ ] Ran the package clean on a fresh machine/folder before submitting to the Data Editor
Anti-patterns
- Treating reproducibility as a post-acceptance afterthought — the check is pre-publication
- A README that lists files but no code→exhibit map or version/runtime information
- "Data available on request" with no access process for restricted data (non-compliant)
- Unpinned package versions or unset seeds, so results do not regenerate
- Hard-coded absolute paths that break on the Data Editor's machine
- Leaving an in-text number that no script in the deposit produces
README skeleton (AEA Data Editor template, abbreviated)
A compliant README typically carries these sections, in order: 1. **Overview** — what the package contains and the paper it reproduces. 2. **Data availability statement** — each dataset: public / restricted; source citation; how to obtain. 3. **Computational requirements** — OS, software + versions, every package/`.ado` + version, hardware. 4. **Description of programs/code** — the `run_all` master and what each script does. 5. **Instructions to replicators** — exact run order and expected runtime. 6. **Map from code to output** — which script produces which table/figure/in-text number. 7. **Notes** — any partial-reproducibility scope and why.
Worked vignette (illustrative)
A health-policy paper uses confidential claims data plus public state-policy data. Compliant deposit: a Data Availability Statement marking the claims data restricted (provider, DUA process, ~3-month wait) and the policy data public; the full cleaning/analysis code; a synthetic claims extract so the Data Editor can run the pipeline end-to-end; a README mapping `04_did.do` → Table 3 and Figure 2 with Stata 18 + `csdid`/`reghdfe` versions and an 18-minute runtime. The package regenerates every exhibit from the synthetic + public data on a clean machine.
Output format
【Availability statement】public vs. restricted data + sources cited
【Master script】run_all regenerates all exhibits? [Y/N]
【README】AEA-template fields present (requirements/runtime/code→exhibit map)? [Y/N]
【Versions + seeds】pinned and reported? [Y/N]
【Restricted-data path】access instructions + shareable code/extract provided? [Y/N]
【Target repo】AEA Data and Code Repository (openICPSR)
【Next step】aejpol-submission
Read more
name: aejpol-replication-package description: Use when assembling the data and code deposit for an AEJ: Economic Policy manuscript to satisfy the AEA Data and Code Availability Policy and the AEA Data Editor's pre-publication reproducibility check. Builds the openICPSR deposit, README, and restricted-data access paths; it does not run the analysis or write the paper.
Replication Package — AEA Data Editor Compliance (aejpol-replication-package)
When to trigger
- A conditional acceptance / R&R asks for the data and code deposit
- You want to build the replication package as you go (recommended — the check is **before** publication)
- Some data are proprietary or restricted and you need a compliant access path
- The AEA Data Editor returned the package with required changes
The AEA reproducibility regime (检索于 2026-06;以官网为准)
AEJ: Policy is an AEA journal and follows the **AEA Data and Code Availability Policy**. For accepted papers, authors deposit data, code, and documentation in the **AEA Data and Code Repository at openICPSR**, and the **AEA Data Editor** (Lars Vilhuber) runs a **reproducibility check before the paper is published**, not after. A **Data and Code Availability Statement** is required. Build the deposit to pass on the first pass.
What the deposit must contain
- **All code** that produces every table, figure, and in-text number, organized so a single master script (`run_all`) regenerates the results from the analysis data.
- **Data** that can be shared, in the repository; for data that cannot, the exact **provenance and access instructions** (see restricted-data path below).
- A **README** following the AEA Data Editor's template: data sources and citations, data-availability statement, computational requirements (software + versions + packages), runtime, the map from code files to exhibits, and instructions to reproduce.
- **Dependencies pinned**: Stata `.ado` versions, R `renv.lock`, Python `requirements.txt`/`conda` env; seeds set and reported for any simulation/bootstrap/randomization inference.
Restricted / proprietary data path
- State the **Data Availability Statement** clearly: which data are public, which are restricted, and how a replicator obtains the restricted parts (provider, application process, cost, approximate wait).
- Provide everything that *can* be shared (cleaning and analysis code, derived public extracts, synthetic or example data) so the Data Editor can verify the pipeline even without the raw restricted file.
- Confirm the access path is real and current — the Data Editor verifies it.
- Note any partial-reproducibility scope (e.g., one table from confidential data) in the README.
Code posting during review
Review is single-blind, so the submission need not be anonymized; the openICPSR deposit is prepared at acceptance. Posting a working-paper code repository earlier is fine and does not conflict with the review process.
Checklist
- [ ] Data and Code Availability Statement drafted (public vs. restricted, sources cited)
- [ ] One master script regenerates every exhibit and in-text number from analysis data
- [ ] README follows the AEA Data Editor template (sources, requirements, runtime, code→exhibit map)
- [ ] Software, package, and `.ado` versions pinned; seeds set and reported
- [ ] Restricted data: provenance + concrete access instructions + shareable code/extracts provided
- [ ] Deposit targets the AEA Data and Code Repository at openICPSR
- [ ] Ran the package clean on a fresh machine/folder before submitting to the Data Editor
Anti-patterns
- Treating reproducibility as a post-acceptance afterthought — the check is pre-publication
- A README that lists files but no code→exhibit map or version/runtime information
- "Data available on request" with no access process for restricted data (non-compliant)
- Unpinned package versions or unset seeds, so results do not regenerate
- Hard-coded absolute paths that break on the Data Editor's machine
- Leaving an in-text number that no script in the deposit produces
README skeleton (AEA Data Editor template, abbreviated)
A compliant README typically carries these sections, in order: 1. **Overview** — what the package contains and the paper it reproduces. 2. **Data availability statement** — each dataset: public / restricted; source citation; how to obtain. 3. **Computational requirements** — OS, software + versions, every package/`.ado` + version, hardware. 4. **Description of programs/code** — the `run_all` master and what each script does. 5. **Instructions to replicators** — exact run order and expected runtime. 6. **Map from code to output** — which script produces which table/figure/in-text number. 7. **Notes** — any partial-reproducibility scope and why.
Worked vignette (illustrative)
A health-policy paper uses confidential claims data plus public state-policy data. Compliant deposit: a Data Availability Statement marking the claims data restricted (provider, DUA process, ~3-month wait) and the policy data public; the full cleaning/analysis code; a synthetic claims extract so the Data Editor can run the pipeline end-to-end; a README mapping `04_did.do` → Table 3 and Figure 2 with Stata 18 + `csdid`/`reghdfe` versions and an 18-minute runtime. The package regenerates every exhibit from the synthetic + public data on a clean machine.
Output format
【Availability statement】public vs. restricted data + sources cited 【Master script】run_all regenerates all exhibits? [Y/N] 【README】AEA-template fields present (requirements/runtime/code→exhibit map)? [Y/N] 【Versions + seeds】pinned and reported? [Y/N] 【Restricted-data path】access instructions + shareable code/extract provided? [Y/N] 【Target repo】AEA Data and Code Repository (openICPSR) 【Next step】aejpol-submission
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Other skills on awesome-journal-skills.
- /aaai-artifact-evaluation
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without violating double-blind or immutable-supplement rules.
Open skill - /aaai-author-response
Use when drafting an AAAI author response (rebuttal) under the single short character-limited author-feedback window, the no-URL rule, no-new-results guidance, AI-generated-review handling, and the AAAI two-phase review process where Phase-2 papers receive one feedback round
Open skill - /aaai-camera-ready
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance, copyright transfer, purchased extra technical pages, deanonymization, registration, oral or poster presentation, and
Open skill - /aaai-experiments
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and
Open skill - /aaai-related-work
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across the broad AI scope, while staying inside AAAI's dual-submission and AI-as-source policy constraints and writing a
Open skill - /aaai-reproducibility
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that
Open skill

