Converts arxiv papers into working Python implementations where every design choice is anchored to a specific section, equation, or explicitly flagged as unspecified. You get a full project structure with model.py, training loops, and configs, all tagged with citations like "§3.2, Eq. 4" or marked with [UNSPECIFIED] when the paper leaves details ambiguous. The REPRODUCTION_NOTES.md lists what was inferred versus stated. Supports PyTorch, JAX, and TensorFlow, with modes ranging from architecture-only to full educational notebooks. If you've ever tried to reproduce a paper and spent hours guessing at hidden hyperparameters or initialization schemes, this automates the tedious part and surfaces the gaps upfront instead of letting you discover them during debugging.
npx skills add https://github.com/aradotso/trending-skills --skill paper2code-arxiv-implementation