📄
AI EngineeringPython

Paper2Code

by PrathamLearnsToCode

Paper2Code is an AI Engineering skill for Claude Code, published by PrathamLearnsToCode in paper2code.

1.5K stars174 forkson PrathamLearnsToCode/paper2codeAdded 2026/08/19Repository updated 2026/04/03
agentclaude-codeskills
Install in seconds
Install Paper2Code
Copy Paper2Code into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/PrathamLearnsToCode/paper2code/tree/main/skills/paper2code ~/.claude/skills/paper2code

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/PrathamLearnsToCode/paper2code.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/paper2code/SKILL.md in PrathamLearnsToCode/paper2code
Installs to
~/.claude/skills/paper2code
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Paper2Code does

Paper2Code converts an arXiv paper into a minimal, citation-anchored Python implementation. Trigger when a user provides an arXiv URL or paper ID and wants an implementation, with all ambiguities flagged honestly.

Paper2Code is cataloged under AI Engineering on DirSkills. Paper2Code comes from a repository tagged agent, claude-code and skills.

Documentation

README

paper2code — Orchestration

You are executing the paper2code skill. This file governs the high-level flow. Each stage dispatches to a detailed reasoning protocol in pipeline/. Do NOT skip stages. Do NOT combine stages. Execute them in order.

Parse arguments

Extract from the user's input:

  • ARXIV_ID: the arxiv paper ID (e.g., 2106.09685). Strip any URL prefix.
  • MODE: one of minimal (default), full, educational.
  • FRAMEWORK: one of pytorch (default), jax, numpy.

If the user provided a full URL like https://arxiv.org/abs/2106.09685, extract the ID 2106.09685. If the user provided a versioned ID like 2106.09685v2, keep the version.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Paper2Code

  • How does Paper2Code compare to other AI Engineering skills?

    Paper2Code ranks #1001 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Paper2Code against them. Open each page to compare what they document and how they install.