# Source Comparison

> Compare multiple sources on a topic with consensus and disagreement analysis.

- Skill: `cycleuser/source-comparison` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cycleuser/source-comparison`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cycleuser/source-comparison/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: cycleuser (https://skillmd.com/u/cycleuser)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cycleuser/source-comparison

---


# Source Comparison Skill

Produce a comparison matrix across multiple sources on the same topic.

## Workflow

1. Identify key dimensions for comparison
2. Search and gather sources from different types (papers, docs, blogs)
3. Extract claims per dimension per source
4. Build comparison matrix
5. Analyze consensus and disagreements

## Output Structure

```
# Comparison: <topic>

## Comparison Matrix
| Dimension | Source A | Source B | Source C |
|-----------|----------|----------|----------|
| ... | ... | ... | ... |

## Consensus
Points where sources agree.

## Disagreements
Points of conflict with analysis.

## Open Questions
What remains unresolved.

## Sources
Numbered list with URLs.
```

