@yqi96/paper-reproduce
v0.0.4
Published
Scientific paper reproduction skills for Claude Code — fetch, extract figures, reproduce workflows, and compare results
Maintainers
Readme
paper-reproduce
Scientific paper reproduction skills for Claude Code — fetch papers, drive the reproduction workflow, and compare results. Works with any scientific paper across any research domain.
Install
npx @yqi96/paper-reproduce@latestThis copies all skills to ~/.claude/commands/, installs the paper-alignment-verifier agent to ~/.claude/agents/, and installs the fetch script to ~/.paper-reproduce/scripts/. It also guides you through installing OMC and browser-pilot if not already present.
Uninstall
npx --package=@yqi96/paper-reproduce@latest paper-reproduce-uninstallSkills included
| Skill | Invoke | Description |
|-------|--------|-------------|
| fetch-paper | /fetch-paper <doi> [output_dir] | Download paper PDF via Sci-Hub |
| reproduce-paper-workflow | /reproduce-paper-workflow <doi> <path> | Universal 7-step reproduction pipeline |
| paper-result-comparison | /paper-result-comparison <path> | Structured result comparison after ralph execution |
Agents included
| Agent | Description |
|-------|-------------|
| paper-alignment-verifier | Per-story process auditor — verifies each execution step matches the paper's Methods section |
Typical workflow
/reproduce-paper-workflow <doi> <path>Requirements
- Claude Code
- oh-my-claudecode with
/ralph - browser-pilot (for paper fetching and web retrieval)
- Python +
uv(for fetch-paper script)
