Loading...
Loading...
Converts an arxiv paper into a minimal, citation-anchored Python implementation. Trigger when user runs /paper2code with an arxiv URL or paper ID, says "implement this paper", or pastes an arxiv link asking for implementation. Flags all ambiguities honestly. Never invents implementation details not stated in the paper.
npx skill4agent add prathamlearnstocode/paper2code paper2codepipeline/ARXIV_ID2106.09685MODEminimalfulleducationalFRAMEWORKpytorchjaxnumpyhttps://arxiv.org/abs/2106.096852106.096852106.09685v2.paper2code_work/{ARXIV_ID}/{paper_slug}/pip install pymupdf4llm pdfplumber requests pyyamlpipeline/01_paper_acquisition.mdpython skills/paper2code/scripts/fetch_paper.py {ARXIV_ID} .paper2code_work/{ARXIV_ID}/python skills/paper2code/scripts/extract_structure.py .paper2code_work/{ARXIV_ID}/paper_text.md .paper2code_work/{ARXIV_ID}/pipeline/01_paper_acquisition.mdpaper_metadata.jsonofficial_codepipeline/01_paper_acquisition.mdpipeline/02_contribution_identification.md.paper2code_work/{ARXIV_ID}/contribution.mdpipeline/03_ambiguity_audit.mdguardrails/hallucination_prevention.md.paper2code_work/{ARXIV_ID}/ambiguity_audit.mdpipeline/04_code_generation.mdguardrails/scope_enforcement.mdguardrails/badly_written_papers.mdknowledge/scaffolds/paper_slug{paper_slug}/pipeline/05_walkthrough_notebook.md{paper_slug}/notebooks/walkthrough.ipynb.paper2code_work/✓ paper2code complete for: {paper_title}
Output directory: {paper_slug}/
Files generated: {list of files}
Unspecified choices: {count} (see REPRODUCTION_NOTES.md)
Mode: {MODE} | Framework: {FRAMEWORK}PAPER_GUIDE.mdguardrails/hallucination_prevention.mdguardrails/scope_enforcement.mdguardrails/badly_written_papers.mdknowledge/transformer_components.mdknowledge/training_recipes.mdknowledge/loss_functions.mdknowledge/paper_to_code_mistakes.md