Generate a minimal implementation of an arXiv paper
Uses paper2code
- An arXiv paper URL; replace the sample URL with the URL of the paper you want to implement, or use the sample as written.
/paper2code https://arxiv.org/abs/1706.03762

paper2code reads an arxiv paper, identifies its core contribution, and produces a minimal Python implementation anchored to the original source. It runs an ambiguity audit to flag every detail the paper leaves unspecified, then writes code only for what is stated. The result is a reproducible baseline that researchers, students, and engineers can inspect, extend, or compare against.
Follow the documented setup, then try a first task.
Installs: Global (recommended) or project-level, selected interactively · Claude Code
In a terminal, run the installer. When prompted, select Claude Code as the coding agent and choose either Global (recommended) or project-level scope; then choose Symlink (recommended) or copy.
npx skills add PrathamLearnsToCode/paper2code/skills/paper2code
After installation, open Claude Code from a terminal.
claude # or your preferred agent
Uses paper2code
/paper2code https://arxiv.org/abs/1706.03762