From restud-skills
Assembles the data and code deposit for an accepted REStud manuscript, writes the README, and audits reproducibility before the journal's Data Editor runs the pre-publication check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/restud-skills:restud-replication-packageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- A conditional acceptance arrived and the Data Editor's reproducibility check is coming
REStud has a Data Editor (Miklós Koren; verified 2026-05-30) and follows the AEA Data and Code Availability Standard (DCAS), the same standard the AEA journals and Econometric Society use. Its defining feature, which differs from journals that merely "encourage sharing": the Data Editor runs a reproducibility check on the data and code before the paper is published — the code is actually executed to confirm it reproduces the reported results, and publication is conditional on passing. Accepted papers' replication packages are deposited at Zenodo (the journal's / Society's Zenodo community), where the package receives a DOI; you may reserve the DOI in advance and finalize after the check. Exemptions exist for confidential / proprietary / restricted data — notify the editors at submission — but even then you must provide the code plus a clear description of how to obtain the data. Authors may also be asked for materials at the review stage if a referee or editor requests it. Exact forms, repository, and timing change — verify on https://www.restud.com/submissions/ and the REStud Data Editor site (https://restud.github.io/data-editor/before/) before depositing.
replication-package/
├── README.md (or README.pdf)
├── LICENSE (MIT/CC-BY for code; data per source license)
├── data/
│ ├── raw/ (original files, never modified)
│ ├── intermediate/ (cleaned analytic datasets)
│ └── codebook/ (variable definitions, source mapping)
├── code/
│ ├── 00_setup.do (or .R / .py)
│ ├── 01_clean.do
│ ├── 02_analysis.do
│ ├── 03_tables.do
│ └── 04_figures.do
├── output/
│ ├── tables/
│ └── figures/
└── docs/
├── data_appendix.pdf
└── computing_environment.txt
/Users/yourname/....version 18.0 + a setup do-file; R renv; Python requirements.txt with == pins.【DEPOSIT TYPE】public-data | restricted-data | hybrid
【README STATUS】complete / incomplete
【REPRODUCIBILITY CHECK】self-tested clean / not yet (Data Editor reruns before publication)
【STRUCTURAL CODE INCLUDED】yes / n/a
【POLICY VERIFIED ON OFFICIAL PAGE】yes / no
【NEXT SKILL】restud-referee-strategy | restud-submission
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin restud-skillsAssembles the data-and-code replication package for a REStat manuscript, including deposit to the REStat Harvard Dataverse with a replication-permitting README.
Builds a data and code replication package for an Economic Journal manuscript to RES/EJ Data Editor standard, including README, data documentation, and Zenodo deposit preparation. Does not run the analysis.
Assembles data and code deposit for European Economic Review (EER) manuscripts under Elsevier's mandatory replication policy. Builds reproducible package and README.