From qje-skills
Assembles data and code replication package for Quarterly Journal of Economics manuscripts. Builds a reproducible deposit for QJE's data-availability policy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qje-skills:qje-replication-packageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The paper is heading toward acceptance and a data/code deposit is required
QJE's policy: it publishes papers only if the data are clearly documented and readily available for replication, and authors of accepted empirical/simulation/experimental papers must, prior to publication, provide the data, programs, and computation details sufficient to replicate the results. These are posted to the QJE Dataverse (the journal's repository on Harvard Dataverse), not openICPSR — a concrete difference from the AEA journals, even though QJE explicitly adopted the AER data availability policy. Source: academic.oup.com/qje/pages/data_policy. Proprietary-data exemptions exist but are narrow: you must flag proprietary data in the cover letter at submission, and even with an approved exemption you must still deposit the programs (the exemption criterion is that another investigator could in principle obtain the data independently). A README PDF documenting each file and how to run replication is required. The durable requirement is fixed: a stranger should regenerate every number, table, and figure from your deposit. Funding/conflict disclosure follows the AEA Disclosure Policy.
replication/
README.{md,pdf} # the contract: data sources, software, run order, runtime
data/
raw/ # as obtained (or access instructions if restricted)
derived/ # built by code, never hand-edited
code/
00_setup # installs/pins packages, sets paths
01_build # raw -> analysis sample
02_analysis # analysis sample -> estimates
03_exhibits # estimates -> every table & figure
output/
tables/ figures/ # regenerated, byte-checked against the paper
requirements.txt, renv.lock, or a list of ssc/net packages with versions).run_all) and the order; expected wall-clock runtime and hardware./Users/me/Desktop/...) that break on any other machine【Master script】run_all present? [Y/N]
【Env pinned】Stata/R/Python versions + package versions documented? [Y/N]
【Exhibit map】every table/figure mapped to code? [Y/N]
【Seeds】set + reported? [Y/N]
【Restricted data】access steps + runnable proxy? [Y/N / NA]
【Reproduced output】matches paper? [Y/N]
【Next step】qje-referee-strategy
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin qje-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 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.