Claude Skill

PrathamLearnsToCode/paper2code

Paper2Code 是一个 Claude Skill,可将任意 arXiv 研究论文转化为可运行的代码实现。自动化从学术论文生成代码,支持快速原型开发。

概览

Stars1,435
Forks174
语言Python
最后更新2026-04-03
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者PrathamLearnsToCode
仓库paper2code
完整名称PrathamLearnsToCode/paper2code
Repo ID1,200,426,344

安装这个 Skill

npx skills add PrathamLearnsToCode/paper2code/skills/paper2code

Registry 信息

类型claude_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-03
平台
Claude
能力
agentclaude-codeskills
识别文件
README.md
配置键
URL

项目简介

Paper2Code 是一个 Claude Skill,可将任意 arXiv 研究论文转化为可运行的代码实现。它自动化了从学术论文阅读、理解到编码的过程,支持快速原型开发与实验。

英文描述

Agent skill to turn any arxiv paper into a working implementation

要点

  • 直接处理 arXiv 论文并生成代码实现
  • 作为 Claude Code 代理技能实现无缝集成
  • 从学术研究中自动生成代码
  • 支持快速原型开发与实验

使用场景

  • 复现 arXiv 论文的研究结果
  • 快速原型化论文中描述的新算法
  • 通过生成可运行代码学习复杂概念
  • 利用自动化编码加速研究工作流

README 摘要

# paper2code > **arxiv URL in → citation-anchored implementation out** ``` ┌─────────────────────────────┐ ┌──────────────────────────────────────┐ │ │ │ {paper_slug}/ │ │ /paper2code │ │ ├── README.md │ │ https://arxiv.org/abs/ │ ───▶ │ ├── REPRODUCTION_NOTES.md │ │ 1706.03762 │ │ ├── requirements.txt │ │ │ │ ├── src/ │ │ │ │ │ ├── model.py # §3.2 cited │ │ │ │ │ ├── loss.py # §3.4 cited │ │ │ │ │ ├── train.py # §4.1 cited │ │ │ │ │ ├── data.py │ │ │ │ │ ├── evaluate.py │ │ │ │ │ └── utils.py │ │ │ │ ├── configs/ │ │ │ │ │ └── base.yaml # all params │ │ │ │ └── notebooks/ │ │ │ │ └── walkthrough.ipynb │ └─────────────────────────────┘ └──────────────────────────────────────┘ ``` *[placeholder: animated GIF showing the full pipeline — paper fetch → parsing → ambiguity audit → code generation → walkthrough notebook]* --- ## Why this exists **The problem:** ML papers are vague. Critical hyperparameters are buried in appendices or omitted entirely. Prose contradicts equations. "Standard settings" refers to nothing specific.

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03