Creates a replication package for Economic Policy manuscripts with one-command reproducibility, data citations, README, and exhibit-to-script mapping. Handles restricted data with synthetic alternatives.
How this skill is triggered — by the user, by Claude, or both
Slash command
/economic-policy-skills:ecopol-replication-packageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Empirical, experimental, or simulation results need to be made accessible and replicable
EP's guidance is that "all empirical, experimental and simulation results should, where possible, be accessible and replicable," and authors submit the datasets, programs, and sources for the journal to verify and publish alongside the article (检索于 2026-06;以官网为准). EP does not (as of this writing) run the AEA-style mandatory pre-acceptance Data Editor audit that AEJ:EP / QE use, so the bar is "where possible" rather than universal — but a paper feeding a policy recommendation lives or dies on whether its central number can be reproduced. Build the package as if a skeptical discussant will re-run it. Confirm the exact deposit location, README format, and any embargo rules in the live guidelines (待核实).
| Component | Requirement |
|---|---|
| Raw / source data | included if licensing allows; otherwise a precise acquisition guide |
| Cleaning code | from raw to analysis dataset, one master script, no manual steps |
| Analysis code | reproduces every number, table, and figure in the paper |
| Master script | runs end-to-end with one command; relative paths only |
| README | data sources, software + versions, run instructions, expected runtime |
| Data citations | each dataset cited with provider, version, access date |
| Mapping | exhibit → script → output (so a discussant can find any number fast) |
EP papers often use confidential administrative or central-bank data. When you cannot deposit the raw data:
master, and get your exhibits. Hard-coded /Users/yourname/ paths are the most common failure.【Journal】Economic Policy (EP)
【Skill】ecopol-replication-package
【One-command run】master reproduces all exhibits? Y/N
【Coverage】every number/table/figure reproduced? Y/N
【Restricted data plan】synthetic data + access guide + verification path
【Versions pinned】software + package versions listed? Y/N
【Exhibit→code map】present? Y/N
【Deposit spec】confirmed / 待核实
【Next skill】ecopol-referee-strategy
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin economic-policy-skillsBuilds 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.
Assembles and audits the code and data deposit for an Econometrica manuscript under the journal's Data and Code Availability Policy, including reproducible Monte Carlo and data provenance.