aejpol-replication-package

aejpol-replication-package is a skill for Claude Code from brycewang-stanford/Awesome-Journal-Skills. It costs 75 tokens per session (1,291 once invoked), scanned A, original, MIT.

A guide to building a replication package for an AEJ: Economic Policy paper. A replication package is the data, code, and instructions that let a journal check how published results were produced.

In plain words
What is it for?
Use it to prepare an openICPSR deposit, a README, a script that regenerates results, data documentation, and approved access routes for restricted data.
Why use it?
It helps meet the American Economic Association's data and code policy, including cases where some data cannot be shared openly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the aej-economic-policy-skills plugin — 12 skills shipped together

Good fit Use it to prepare an openICPSR deposit, a README, a script that regenerates results, data documentation, and approved access routes for restricted data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/brycewang-stanford/awesome-journal-skills/aejpol-replication-package
About the project

Awesome Journal Skills is a collection of agent skill packs tailored to hundreds of academic journals across fields including economics, social science, medicine, science, and engineering. Researchers use the packs for tasks such as choosing topics, designing empirical strategies, preparing tables and figures, submitting papers, and responding to reviewers. The catalogue entries are the project's journal-specific skills and related plugins.

brycewang-stanford/Awesome-Journal-Skills · 1,142 stars · on GitHub · copaper.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill aejpol-replication-package
Clone the repo
git clone --depth 1 https://github.com/brycewang-stanford/Awesome-Journal-Skills

Made for: Claude Code.

Or install aej-economic-policy-skills, the plugin that ships this one along with the rest of its 12 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aejpol-replication-package

README.md
[![agentmods](https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/aejpol-replication-package/github.svg)](https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/aejpol-replication-package)
Your own site
<a href="https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/aejpol-replication-package"><img src="https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/aejpol-replication-package/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aejpol-replication-package

Your own site · 80×15
<a href="https://agentmods.dev/skills/brycewang-stanford/awesome-journal-skills/aejpol-replication-package"><img src="https://agentmods.dev/badge/skills/brycewang-stanford/awesome-journal-skills/aejpol-replication-package.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,291 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.01291
Opus 5 $0.00037 $0.00646
Sonnet 5 $0.00015 $0.00258
Haiku 4.5 $0.00007 $0.00129

Measured 7d ago against content hash 45f6c6ecb534, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-22, from the pricing page.

Security

Grade A, and why

aejpol-replication-package scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AEJ-Economic-Policy-Skills/skills/aejpol-replication-package/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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.

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 79 lines · 0 tokens per session scan A 45f6c6ecb534

Subscribe to this mod's changes

aejpol-replication-package is a skill published in the GitHub repository brycewang-stanford/Awesome-Journal-Skills (1,142 stars, last pushed 7d ago), licensed MIT. It adds 75 tokens to every session and 1,291 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-15.

Related

Other skills, from other repositories

alterlab-clinical-reports

Writes comprehensive clinical reports — case reports (CARE guidelines), diagnostic reports (radiology, pathology, lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP notes, H&P, discharge summaries) — with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools. Use…

AlterLab-IEU/AlterLab-Academic-Skills · 133 tokens

thesis-consistency-audit

A consistency audit for quantitative master’s and doctoral theses in management, finance, or strategy. It checks whether numbers, tables, analyses, and claims agree, and can inspect hidden author information in office documents.

Nero1688/claude-academic-skills · 500 tokens

food-ppt

Turn a food & nutrition review report, evidence brief, or manuscript into a fully EDITABLE PowerPoint (.pptx) that opens in PowerPoint / Keynote / Google Slides with every title, bullet, table, and figure as a native editable object — nothing flattened to an image. Converts the outputs of food-research…

PangenomeAI/academic-skills-food-nutrition · 208 tokens

agri-ppt

Turn an agricultural-science review report, evidence brief, or manuscript into a fully EDITABLE PowerPoint (.pptx) — every title, bullet, table, and figure a native editable object, nothing flattened to an image. Same machinery as food-ppt, but for agricultural work: converts the outputs of agri-research…

PangenomeAI/academic-skills-food-nutrition · 184 tokens

anonymize-paper

Deep anonymization sweep for double-blind paper submissions, plus clean de-anonymization for camera-ready. Use when a researcher says "anonymize my paper", "double-blind check", "blind this submission", "remove author names", "did I leak my identity" — or, after acceptance, "de-anonymize" / "restore authors for…

ShaishavMaisuria/research-paper-lifecycle-skills · 219 tokens

preflight-check

Deterministic desk-reject preflight linter for LaTeX paper submissions. Use it when a researcher asks "is my paper ready to submit", or mentions preflight, desk reject, submission check, page limit, anonymization, double-blind, missing checklist, or format/template compliance for a conference (NeurIPS, ICML, CHI…

ShaishavMaisuria/research-paper-lifecycle-skills · 212 tokens