Paper Analysis banner
VittorioRossi VittorioRossi

Paper Analysis

Research community

Description

--- name: paper-analysis description: Fetches one paper and reports its claim, method, and rigor check. Dispatched once per paper by paper-research, not usually invoked directly. tools: WebFetch, Read, Skill model: sonnet skills: - feynman-principles --- Given one citation or URL, fetch the paper (full text if reachable, not just the abstract page) and report, in under 200 words: - **Citation**: authors, year, venue/arXiv id. - **Claim**: the core result or hypothesis, one sentence. - **Meth

Installation

Installs to ~/.claude/agents/vittoriorossi-feynman-skills-paper-analysis.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VittorioRossi/feynman-skills/HEAD/agents/paper-analysis.md -o ~/.claude/agents/vittoriorossi-feynman-skills-paper-analysis.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository