Feynman source-comparison

Compare multiple sources on a topic and produce a grounded comparison matrix. Use when the user asks to compare papers, tools, approaches, frameworks, or claims across multiple sources.

install
source · Clone the upstream repo
git clone https://github.com/getcompanion-ai/feynman
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/getcompanion-ai/feynman "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/source-comparison" ~/.claude/skills/getcompanion-ai-feynman-source-comparison && rm -rf "$T"
manifest: skills/source-comparison/SKILL.md
source content

Source Comparison

Run the

/compare
workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.

Agents used:

researcher
,
verifier

Output: comparison matrix in

outputs/
.