From jet-skills
Guides authors through JET's data/code policy: deposit/cite data or explain why not, ensure reproducible computation, and disclose generative-AI use.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jet-skills:jet-replication-and-data-policyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Your JET paper includes numerical examples, simulations, or computed results and you want to share
JET's Option C rule is data-focused, but for a theory paper any numerical content should still be reproducible because it strengthens the paper and pre-empts referee doubt:
requirements.txt, Project.toml/Manifest.toml, recorded toolbox versions)| Computational content in the paper | Artifact worth sharing | Channel that fits |
|---|---|---|
| Symbolic verification of closed forms (e.g., checking eq. (7) of a screening model) | one SymPy/Mathematica script per theorem | repo link in the data statement |
| Counterexample found by search | the search code plus a certificate script confirming the final example violates the conclusion | repo; the certificate logic also goes in the paper |
| Computed equilibria (e.g., a numerical fixed point for a dynamic-contract example) | solver script with tolerances and pinned environment | repo or Mendeley Data |
| Experimental/empirical test of the theory (rare at JET) | data, cleaning, and analysis scripts | repository / Mendeley Data / Data in Brief, with Option C statement |
| Pure theory, no computation | no archive to manufacture | no-data statement |
README — companion code for "<title>" (JET submission)
verify_thm2_bound.py → re-derives eq. (7)–(9); confirms the Theorem 2 bound is attained (Example 1)
search_counterexample.jl → finds the Example 3 economy; seed 20250114; runtime < 1 min
check_thm4_cases.py → exhaustive check of the 12 finite cases cited in Appendix B, Step 3
env: requirements.txt / Manifest.toml (pinned)
Every reported number in the paper appears in the output of exactly one script above.
【Has data/computation?】none / data / computation / both
【Option C】repository citation/link, or no-data/cannot-share statement? [Y/N]
【Reproducible】master script + pinned env + seeds + README? [Y/N]
【AI disclosure】declared at submission? [Y/N]
【Next】jet-submission
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin jet-skillsAssembles supplementary-materials / replication deposit for a Journal of Monetary Economics manuscript, including data, code (Dynare/MATLAB/Stata/R), appendices, and generative-AI declaration.
Guides data and code sharing for GEB manuscripts, clarifying that deposit is encouraged but not required, and provides voluntary reproducibility best practices.
Guides presentation of numerical examples, simulations, and computed equilibria in JET papers, ensuring theory-first and reproducibility.