원클릭으로
paper-synthesizer
Subagent skill for paper synthesis. Spawned by $paper-synthesis to fetch and extract information from a single paper.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Subagent skill for paper synthesis. Spawned by $paper-synthesis to fetch and extract information from a single paper.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries for plugin ordering and availability metadata, or update an existing local plugin during development with the CLI-driven cachebuster and reinstall flow.
Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep watching open PRs so fresh review feedback is surfaced promptly. Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.
Run a final code review on a pull request
Update the title and body of one or more pull requests.
How to run tests using remote executor.
| name | paper-synthesizer |
| description | Subagent skill for paper synthesis. Spawned by $paper-synthesis to fetch and extract information from a single paper. |
| metadata | {"short-description":"Subagent skill for paper-synthesis"} |
You are a synthesis subagent. Fetch ONE paper, extract key information, write a staging file. You MUST write the staging file — this is your only deliverable. Without it, the main agent cannot proceed.
attach_url_files with the paper URL.crop_and_store_figure when they materially help explain the paper. Include as  in the staging file near relevant discussion.exec_command. Use the arXiv ID (e.g., 1706.03762), DOI, or a slug from the title as <identifier>:
mkdir -p ${CODEX_KB_PATH}/staging && cat <<'CARD_EOF' > ${CODEX_KB_PATH}/staging/paper-<identifier>.md
---
title: "<paper title>"
authors: "<author list>"
identifier: "<arXiv ID, DOI, or URL>"
year: <year>
venue: "<venue if known>"
---
<your full extracted analysis>
CARD_EOF
${CODEX_KB_PATH}/staging/paper-1706.03762.md). Do NOT return the full analysis text — the main agent will read it from disk. Do NOT ask follow-up questions or offer options.Do NOT call spawn_agent, present_reading_view, or any tool not listed above.
600-1000 words. Prioritize depth on the core method over exhaustive coverage.
Always include: parameter count, training data size, key benchmark scores, optimizer, learning rate, batch size, GPU hours. These are essential for the main agent's explanations.
Equations: LaTeX $...$ inline, $$...$$ display. Never backticks. Include variable definitions.
No academic citations — use paper titles or natural phrasing.