AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Comparative Synthesis

skill-papersflow-ai-papersflow-skills-comparative-synthesis · by papersflow-ai

Compare and synthesize findings across multiple completed DeepScan reports. Use when the user wants cross-run analysis, trend comparison, or a unified summary from several research sessions.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-papersflow-ai-papersflow-skills-comparative-synthesis

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-papersflow-ai-papersflow-skills-comparative-synthesis)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Comparative Synthesis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

Examples

  • User asks: "Compare my DeepScan on transformer efficiency with the one on model distillation."
  • User asks: "What themes keep showing up across all my recent research sessions?"
  • User asks: "Plot the publication year distribution from my last two DeepScans side by side."
  • User asks: "Synthesize everything I've researched on protein folding this month."

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.