Skip to main content

paper2agent

Convert research papers and associated files, research code, or both into a reviewed paper skill and tested MCP server. Use for paper-only, code-only, or combined conversions and resumes.

설치로 이동

소스 정보

저장소
jmiao24/Paper2Agent
최근 소스 활동
2026년 9월 16일 10:23
감지된 SKILL.md 언어
영어
스타
2,688
포크
394

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
69 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
paper2agent
description
Convert research papers and associated files, research code, or both into a reviewed paper skill and tested MCP server. Use for paper-only, code-only, or combined conversions and resumes.
# Paper2Agent Route by the supplied inputs and requested outcome: - For paper PDFs and associated files, follow [Paper2Skill](paper2skill/SKILL.md). - For a research code repository, follow [Paper2MCP](paper2mcp/SKILL.md). - When both outputs are requested, follow both workflows. Resolve each component's scripts and references relative to its own directory; bind `SKILL_ROOT` to that component. Keep their work directories separate. Independent paper and code tasks may run concurrently within host limits. Every MCP tool must bind to existing repository code. Combined output: ```text dist/<project>-agent/ ├── skill/<paper-name>/ └── mcp/<repository-name>-mcp/ ``` Build the paper skill at its final component path and pass its strict verification. Complete Paper2MCP's existing runtime and ZIP delivery checks, then stage the verified archive contents under `mcp/` and confirm the files are unchanged. Keep review and development evidence outside the delivery. Single-mode runs retain their component's output contract. Report delivery paths, verification results and limitations. If either component is blocked, report the combined result as partial. For questions about Paper2Agent's methods, results, figures, or supplementary material, read the [Paper2Agent paper](paper2agent-paper/SKILL.md).
GitHub에서 보기