Combine multiple sources into unified insights with source tracking, conflict resolution, and coverage verification.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add clawic/skills --skill synthesize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Synthesize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clawic-synthesize)More formats (shields.io, HTML) on the badges page.
---
name: Synthesize
slug: synthesize
version: 1.0.0
description: Combine multiple sources into unified insights with source tracking, conflict resolution, and coverage verification.
homepage: https://clawic.com/skills/synthesize
metadata:
clawdbot:
emoji: 🧬
displayName: Synthesize
---
## Core Principle
Synthesis fails when sources contradict silently or coverage has gaps. Track everything, resolve conflicts explicitly.
## Protocol
```
Gather → Map → Extract → Reconcile → Synthesize → Verify
```
### 1. Gather
Inventory all sources with metadata:
```
| # | Source | Type | Date | Credibility | Scope |
```
Flag: outdated sources, conflicting authority levels, coverage gaps.
### 2. Map
Identify themes across sources. Build overlap matrix:
- Which sources cover which themes?
- Where do sources agree/disagree?
- What's covered by only one source?
### 3. Extract
Per source, pull: key claims, evidence, unique insights.
Tag each extraction with source number. Nothing unattributed.
### 4. Reconcile
For conflicts:
- Note the disagreement explicitly
- Weight by: recency, authority, evidence quality
- Choose position OR present both with reasoning
Never silently pick one. Conflicts = valuable signal.
### 5. Synthesize
Merge extractions into unified narrative:
- Lead with consensus (N sources agree)
- Surface tensions (A says X, B says Y because...)
- Highlight unique insights (only source 3 mentions...)
### 6. Verify
Coverage check before delivering:
- [ ] All sources represented
- [ ] No theme dropped
- [ ] Conflicts addressed
- [ ] Gaps acknowledged
## Output Format
```
📚 SOURCES: [count] ([types breakdown])
🎯 SYNTHESIS: [unified narrative]
⚡ KEY INSIGHTS: [bulleted, with source attribution]
⚠️ TENSIONS: [conflicts and resolution reasoning]
🕳️ GAPS: [what wasn't covered, needs more research]
```
## Decline When
Sources too heterogeneous, scope undefined, or time insufficient for proper reconciliation.
References: `source-types.md`, `conflict-resolution.md`, `coverage-matrix.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!