Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AI / MLAvançado

Paper2Code Orchestration

porprathamlearnstocode·prathamlearnstocode· v1.0.0 · atualizado em 2026-04-11
79
Score

Converts an arXiv paper into a minimal, citation-anchored Python implementation. Triggered by the user running `/paper2code` with an arXiv URL or paper ID, stating "implement this paper", or pasting an arXiv link requesting implementation. Flags all ambiguities honestly and avoids inventing implementation details not explicitly stated in the paper.

arxivpaper-implementationcode-generationmachine-learningpythonreproducibilityresearch
Linguagens
Python
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdpaper2code/workflow
1
Parse Arguments: — Extract arXiv ID, mode, and framework from user input.
2
Set Up Working Directory: — Create a temporary directory for intermediate files.
3
Install Dependencies: — Install necessary Python packages (pymupdf4llm, pdfplumber, requests, pyyaml).
4
Paper Acquisition and Parsing: — Fetch the paper and extract its structure.
5
Contribution Identification: — Identify the core contribution of the paper.
6
Ambiguity Audit: — Classify implementation details as SPECIFIED, PARTIALLY_SPECIFIED, or UNSPECIFIED.
7
Code Generation: — Generate Python code based on the paper and audit results.
8
Walkthrough Notebook: — Create a notebook connecting paper sections to code.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Árvore do Skill

Paper2Code Orchestration
paper2code
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
implement this paper/paper2code with arxiv URLconvert arxiv paper to codegenerate code from arxiv papercreate a minimal implementation of this paperimplement paper from arxiv linkarxiv link asking for implementation

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download paper2code
$ synaptic skills detail paper2code
$ synaptic skills live paper2code

Dependências

pymupdf4llmpdfplumberrequestspyyaml

Links

GitHub Repository