Awesome-Agent-Skills-for-Empirical-Research replicate

Build and verify replication packages — routes to reproducibility-auditor agent

install
source · Clone the upstream repo
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/11-James-Traina-compound-science/skills/replicate" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-replicate && rm -rf "$T"
manifest: skills/11-James-Traina-compound-science/skills/replicate/SKILL.md
source content

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.