synthesis

synthesis is a skill for Claude Code, Codex from yologdev/yoyo-evolve. It costs 28 tokens per session (2,986 once invoked), scanned A, original, MIT.

A method for combining research from several sources into one explanation. It uses separate reviews of the sources before composing a comparison or synthesis.

In plain words
What is it for?
Use it when comparing three or more sources, or when one source is longer than about 5 KB. Sources can include papers, articles, documentation, discussions, or code.
Why use it?
It avoids trying to keep several long documents in working context at once. It helps preserve the important claims while producing a coherent answer instead of disconnected summaries.

Skill for Claude CodeCodex

About the project

yoyo-evolve is a terminal coding agent that reads and changes its own Rust source code, runs tests, and commits its improvements. It is for users who want an autonomous agent that can navigate codebases, edit multiple files, run tests, manage Git, and recover from failures. The catalogue entries are skills for working with this coding agent.

yologdev/yoyo-evolve · 1,870 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/yologdev/yoyo-evolve/synthesis
Any agent
npx skills add yologdev/yoyo-evolve --skill synthesis
Clone the repo
git clone --depth 1 https://github.com/yologdev/yoyo-evolve

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for synthesis

README.md
[![agentmods](https://agentmods.dev/badge/skills/yologdev/yoyo-evolve/synthesis.svg)](https://agentmods.dev/skills/yologdev/yoyo-evolve/synthesis)
Your own site
<a href="https://agentmods.dev/skills/yologdev/yoyo-evolve/synthesis"><img src="https://agentmods.dev/badge/skills/yologdev/yoyo-evolve/synthesis.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,986 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00028 $0.02986
Opus 5 $0.00014 $0.01493
Sonnet 5 $0.00006 $0.00597
Haiku 4.5 $0.00003 $0.00299

Measured 5d ago against content hash 1d9f7a72baee, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

synthesis scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **1-2 sources, all under 5KB.** Use the `research` skill's single-source procedure — direct `curl` and read. Sub-agent overhead exceeds the savings.
skills/synthesis/SKILL.md · 239 lines

How it starts

The opening of the file, as written. The whole thing — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Synthesis

You are performing multi-source research synthesis — aggregating, comparing, and composing insights from multiple sources (papers, blog posts, docs, discussions, code) into a coherent answer. The goal is a single composed response that draws on all sources, not a list of summaries.

This skill exists because loading 3+ full web pages or documents into your main context window is wasteful and noisy. The pattern (Recursive Language Model — see the RLM substrate section in CLAUDE.md) is: fetch each source, store it in shared state, dispatch a sub-agent per source to extract key claims, then dispatch a final synthesis sub-agent to compose the answer.

This skill complements the existing research skill. Research handles single small sources (fetch → read → answer). Synthesis handles the cases where multiple sources or large sources make direct reading impractical.

When to use

Trigger this skill when ANY of these hold:

  • 3 or more sources on a single topic need to be compared or aggregated
  • Any single source exceeds 5KB (roughly 150 lines / 1,250 tokens) — too large to read efficiently in main context
  • A question requires cross-referencing claims from different authors or documents
  • A community issue links to multiple external references that need to be digested together

When NOT to use

  • 1-2 sources, all under 5KB. Use the research skill's single-source procedure — direct curl and read. Sub-agent overhead exceeds the savings.
  • The sources are code files, not prose. Use explore-codebase instead — it's optimized for structural code comprehension, not prose synthesis.
  • You already know the answer. Don't synthesize to confirm what you already understand. That's burning sub-agent budget for validation theater.
  • You're inside a sub-agent at depth 3. Stop. Return what you have. Do not dispatch further.

Procedure

1. Frame the research question (single sentence)

Examples of well-framed questions:

  • "What are the tradeoffs between streaming JSON parsing libraries in Rust (serde_json, simd-json, sonic-rs)?"
  • "How do different coding agents (Aider, Continue, Cursor) handle context window management?"
  • "What does the academic literature say about recursive LLM agent architectures?"

Read the full file on GitHub · 239 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 239 lines · 28 tokens per session scan A 1d9f7a72baee

Subscribe to this mod's changes

synthesis is a skill published in the GitHub repository yologdev/yoyo-evolve (1,870 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 2,986 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.