From restat-skills
Assembles the data-and-code replication package for a REStat manuscript, including deposit to the REStat Harvard Dataverse with a replication-permitting README.
How this skill is triggered — by the user, by Claude, or both
Slash command
/restat-skills:restat-replication-packageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The paper is approaching acceptance and a data/code deposit will be required
REStat operates a Data and Code Availability Policy for empirical papers. The signature features that distinguish REStat from its siblings:
dataverse.harvard.edu/dataverse/restat) — REStat uses a proper Dataverse archive, NOT openICPSR (which the AEA journals use) and NOT the JAE Data Archive. Getting the repository right is a load-bearing REStat detail.restat-replication/
README.(md|pdf) # the heart of the deposit — see contents below
data/
raw/ # source data (or access instructions if restricted)
processed/ # built analysis files, regenerated by code
code/
00_run_all.do/.R/.py # one master script regenerating EVERY exhibit
01_build.* # raw → processed
02_analysis.* # processed → estimates
03_exhibits.* # estimates → tables/figures
output/
tables/ figures/ # exactly what appears in the paper + appendix
00_run_all from raw data to every table/figure; what each script produces.restat-tables-figures)【Archive】REStat Harvard Dataverse confirmed? [Y/N]
【Master script】00_run_all regenerates all exhibits from data? [Y/N]
【README】availability stmt + compute reqs + instructions + exhibit↔script map? [Y/N]
【Versions/seeds】software+packages pinned; seeds set/reported? [Y/N]
【Proprietary data】flagged at submission; access instructions; fee held? [Y/N / n/a]
【Traceability】every paper number ← deposited code? [Y/N]
【Next step】restat-referee-strategy
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin restat-skillsAssembles 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.
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 replication package for Quarterly Journal of Economics manuscripts. Builds a reproducible deposit for QJE's data-availability policy.