
Replicate
- 1 installs
- 3.2k repo stars
- Updated August 4, 2026
- brycewang-stanford/awesome-agent-skills-for-empirical-research
replicate is a Claude skill that builds and verifies research replication packages by routing to a reproducibility-auditor agent.
About
A skill that builds and verifies replication packages by routing to a reproducibility-auditor agent. The auditor runs structural checks on seeds, versions, paths, and pipeline integrity, plus functional checks on reproduction, data documentation, environment, and output matching. A researcher uses it before submitting a replication package to a journal to confirm results regenerate. It is a routing command that invokes the auditor agent on the current project.
- Builds and verifies replication packages
- Routes to a reproducibility-auditor agent
- Runs structural checks (seeds, versions, paths) and functional reproduction checks
Replicate by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,750 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
replicate capabilities & compatibility
- Capabilities
- reproducibility audit · output verification
- Use cases
- testing · code review
What replicate says it does
Build and verify replication packages — routes to reproducibility-auditor agent
performs both structural checks (seeds, versions, paths, pipeline integrity) and functional checks (reproduction, data documentation, environment, output matching).
npx skills add https://github.com/brycewang-stanford/awesome-agent-skills-for-empirical-research --skill replicateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 3.2k |
| Last updated | August 4, 2026 |
| Repository | brycewang-stanford/awesome-agent-skills-for-empirical-research ↗ |
What it does
Audit and verify a research replication package before journal submission.
Who is it for?
Auditing a replication package for reproducibility before journal submission.
Skip if: Estimation methodology or building the analysis pipeline itself.
When should I use this skill?
You need to build or verify that a project's results reproduce as a replication package.
What you get
A structural and functional reproducibility audit of the current project.
- Reproducibility audit report
- Structural and functional check results
Files
This command routes to the reproducibility-auditor agent, which performs both structural checks (seeds, versions, paths, pipeline integrity) and functional checks (reproduction, data documentation, environment, output matching).
Run the reproducibility-auditor agent on the current project.
Related skills
FAQ
What does the replicate skill do?
It builds and verifies replication packages by running a reproducibility-auditor agent that performs structural checks (seeds, versions, paths) and functional checks (reproduction, environment, output matching).
When do I use it?
Before submitting a replication package to a journal, to confirm the results regenerate from the code and data.