codex-rs/skills/src/assets/research/paper-synthesizer/SKILL.md
Subagent skill for paper synthesis. Spawned by $paper-synthesis to fetch and extract information from a single paper.
npx skillsauth add agents2agentsai/ata paper-synthesizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
testing
Multi-repo workspace management: clone repos, create execution runs, track papers/datasets/artifacts, manage snapshots, and review audit logs. Use when the user wants to organize multi-repo work, run experiments in sandboxes, or track research resources.
tools
Build, edit, recalculate, import, and export spreadsheet workbooks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
tools
Build, edit, render, import, and export presentation decks with the preloaded @oai/artifact-tool JavaScript surface through the artifacts tool.
development
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).