PrathamLearnsToCode/paper2code
An agent skill that converts arxiv paper URLs into complete, citation-anchored ML implementations.

Velocity · 7d
+21
★ / day
Trend
→steady
star history
This tool receives an arxiv paper URL and produces a fully structured codebase including model.py, loss.py, train.py, evaluate.py, configs, and a walkthrough notebook. Each generated file is annotated with the specific paper sections it implements, creating a citation-traceable implementation. It automates the translation of research papers into runnable ML code, targeting ML practitioners and researchers who want to reproduce or build on published work.