comparative-synthesis

comparative-synthesis is a skill for Claude Code from papersflow-ai/papersflow-skills. It costs 38 tokens per session (579 once invoked), scanned A, original, MIT.

A research skill that compares findings from several completed DeepScan research reports and combines them into one view.

In plain words
What is it for?
Use it to compare research sessions, find repeated papers and themes, examine different conclusions, and create supported comparison charts.
Why use it?
It helps reveal agreement, conflicting results, missing topics, and changes over time that are easy to miss when reading reports separately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the papersflow-skills plugin — 4 skills, 1 MCP server shipped together

Good fit Use it to compare research sessions, find repeated papers and themes, examine different conclusions, and create supported comparison charts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/papersflow-ai/papersflow-skills/comparative-synthesis
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.

Any agent
npx skills add papersflow-ai/papersflow-skills --skill comparative-synthesis
Clone the repo
git clone --depth 1 https://github.com/papersflow-ai/papersflow-skills

Made for: Claude Code.

Or install papersflow-skills, the plugin that ships this one along with the rest of its 4 skills, 1 MCP server.

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 comparative-synthesis

README.md
[![agentmods](https://agentmods.dev/badge/skills/papersflow-ai/papersflow-skills/comparative-synthesis/github.svg)](https://agentmods.dev/skills/papersflow-ai/papersflow-skills/comparative-synthesis)
Your own site
<a href="https://agentmods.dev/skills/papersflow-ai/papersflow-skills/comparative-synthesis"><img src="https://agentmods.dev/badge/skills/papersflow-ai/papersflow-skills/comparative-synthesis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comparative-synthesis

Your own site · 80×15
<a href="https://agentmods.dev/skills/papersflow-ai/papersflow-skills/comparative-synthesis"><img src="https://agentmods.dev/badge/skills/papersflow-ai/papersflow-skills/comparative-synthesis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00038 $0.00579
Opus 5 $0.00019 $0.00290
Sonnet 5 $0.00008 $0.00116
Haiku 4.5 $0.00004 $0.00058

Measured 9d ago against content hash 1f9700a00dc3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

comparative-synthesis scanned grade A with 0 findings 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 9d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/comparative-synthesis/SKILL.md · 70 lines

How it starts

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

Comparative Synthesis

Use this skill when the user wants to compare, contrast, or synthesize findings across multiple completed DeepScan runs rather than monitor a single active job.

Workflow

  1. Use summarize_evidence to pull cross-report summaries from the user's DeepScan history.
  2. If the user references specific runs, use get_deepscan_report for each to get full report data.
  3. Identify overlapping papers, conflicting findings, and complementary themes across runs.
  4. Use run_python_plot to visualize comparisons when the data supports it.

Output Style

Structure the synthesis around:

  • Common ground — papers, methods, or findings that appear across multiple runs
  • Divergences — where different runs reached different conclusions or surfaced different literature
  • Gaps — topics or questions that no run adequately covered
  • Trends — temporal patterns, emerging methods, or shifting consensus visible across runs

Keep sections short and reference specific papers by title and year.

Tool Guidance

Use summarize_evidence

Call this first. It aggregates across the user's stored DeepScan history and is the fastest way to get a cross-run view.

Use for:

  • "What do my recent DeepScans say about X?"
  • "Summarize everything I've researched on topic Y"
  • "Compare findings across my last three runs"

Use get_deepscan_report

Call for specific runs when the user wants:

  • side-by-side comparison of two named runs
  • detailed data from a particular session that summarize_evidence condensed too aggressively

Use run_python_plot

Use after you have structured data from reports. Good comparison plots include:

  • paper overlap Venn or bar chart across runs
  • citation count distributions side by side
  • publication year histograms per run
  • venue frequency comparison
  • topic/method co-occurrence heatmap

Only plot when there is enough data to be meaningful. Say so if the data is too sparse.

Do NOT use

  • run_deepscan — this skill synthesizes completed runs, not starts new ones
  • search_literature — use the existing DeepScan data, not new searches

Read the full file on GitHub · 70 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. 9d ago First seen · 70 lines · 38 tokens per session scan A 1f9700a00dc3

Subscribe to this mod's changes

comparative-synthesis is a skill published in the GitHub repository papersflow-ai/papersflow-skills (5 stars, last pushed 6mo ago), licensed MIT. It adds 38 tokens to every session and 579 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

neo4j-snowflake-graph-analytics-skill

Run Neo4j Graph Analytics algorithms (PageRank, Louvain, WCC, Dijkstra, KNN, Node2Vec, FastRP, GraphSAGE) directly inside Snowflake without moving data. Use when running graph algorithms against Snowflake tables via the Neo4j Snowflake Native App ("GDS Snowflake", "graph algorithms in Snowflake", "Neo4j Graph…

neo4j-contrib/neo4j-skills · 222 tokens

neo4j-document-import-skill

Ingests unstructured and semi-structured documents into Neo4j as a knowledge graph. Use when chunking PDFs, HTML, plain text, or Markdown; extracting entities and relationships from text with an LLM (SimpleKGPipeline, neo4j-graphrag); loading JSON via apoc.load.json; building Document→Chunk→Entity graph structures; or…

neo4j-contrib/neo4j-skills · 187 tokens

neo4j-import-skill

Import structured data into Neo4j — LOAD CSV, CALL IN TRANSACTIONS, neo4j-admin database import full (offline bulk), apoc.load.csv/json, apoc.periodic.iterate, driver batch writes. Covers method selection, header file format, type coercion, null handling, ON ERROR modes, CONCURRENT TRANSACTIONS, pre-import constraint…

neo4j-contrib/neo4j-skills · 177 tokens

neo4j-aura-agent-skill

Manages Neo4j Aura Agents via the v2beta1 REST API — create, list, get, update, delete, and invoke Aura agents backed by an AuraDB instance. Use when configuring Aura Agent tools (CypherTemplate, SimilaritySearch, Text2Cypher), setting system prompts, deploying agents to REST or MCP endpoints, or invoking agents with…

neo4j-contrib/neo4j-skills · 142 tokens

neo4j-aura-graph-analytics-skill

Serverless Aura Graph Analytics (AGA) GDS Sessions — covers GdsSessions, AuraGraphDataScience, AuraAPICredentials, DbmsConnectionInfo, SessionMemory, getorcreate, remote graph projection with gds.v2.graph.project and gds.graph.project.remote, gds.v2 session endpoints, gds.v2.graph.construct, AuraDB Cypher API…

neo4j-contrib/neo4j-skills · 189 tokens

neo4j-driver-dotnet-skill

Neo4j .NET Driver v6 — IDriver lifecycle, DI registration (singleton), ExecutableQuery fluent API, ExecuteReadAsync/ExecuteWriteAsync managed transactions, IResultCursor (FetchAsync/ ToListAsync), record value access (.Get /As ), null safety, UNWIND batching, temporal types, await using, EagerResult, object mapping…

neo4j-contrib/neo4j-skills · 187 tokens