Feynman literature-review
Run a literature review using paper search and primary-source synthesis. Use when the user asks for a lit review, paper survey, state of the art, or academic landscape summary on a research topic.
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/literature-review" ~/.claude/skills/getcompanion-ai-feynman-literature-review && rm -rf "$T"
manifest:
skills/literature-review/SKILL.mdsource content
Literature Review
Run the
/lit 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, reviewer
Output: literature review in
outputs/ with .provenance.md sidecar.