read-paper

Guides closed-book reconstruction of a paper's argument and validates it with a deterministic checker.

1|Updated Jul 30, 2026
One-click install
npx skills add https://github.com/hideh1231/loopbench --skill read-paper-hideh1231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-paper
Source: https://github.com/hideh1231/loopbench/tree/main/plugins/loopbench-research/src/research_core/resources/skills/read-paper
Command: npx skills add https://github.com/hideh1231/loopbench --skill read-paper-hideh1231

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reading a paper to make a decision (adopt a method, cite a result, revise a hypothesis) often produces a false sense of understanding from AI-generated summaries. This Skill forces retrieval-based reconstruction before any generated summary is shown, and mechanically checks the reconstructed argument for gaps and overclaims. ## Core Features & Use Cases - Decision-first framing: Fixes one concrete decision (adopt, cite, revise hypothesis, replicate, compare) and judges every later question against it. - Source freezing: Records title, authors, version, DOI/URL, and file SHA-256 in a source manifest so preprint and published versions are never blurred. - Closed-book reconstruction with checker feedback: The reader builds user-map and evidence-map JSON files from memory, then a deterministic checker (codes like S401, E303, X905) picks the next probing question. - Use Case: A researcher deciding whether to cite a result reconstructs the paper's claim-evidence-warrant chain, the checker flags an overclaim in the abstract (S401), and the citation decision is recorded with the evidence behind it. ## Quick Start Ask the agent to read a specific paper for a stated decision, for example: read paper.pdf to decide whether I can cite its main result, and walk me through reconstructing its argument.

Frequently Asked Questions about read-paper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read a research paper critically with an AI assistant?

Fix one decision first (adopt, cite, revise, replicate), freeze the source with a SHA-256 manifest, then reconstruct the paper's argument from memory before viewing any generated summary. A deterministic checker then picks the next probing question based on gaps in your reconstruction.

Why does this Skill refuse to summarize a paper first?

Recognition feels like understanding but is not; retrieval practice produces durable comprehension. The Skill requires closed-book reconstruction before any AI-made summary or diagram, citing the recognition-versus-retrieval principle as its operational rule.

What do checker codes like S401, E303, and X905 mean when reading a paper?

S401 means the paper's wording outruns its recorded evidence strength. E303 means a claim and evidence were recorded with no warrant joining them. X905 means a node in your map has no span in the source, indicating it came from somewhere other than the paper.

Does the read-paper skill require Loopbench to run?

No, Loopbench is optional. The checker runs standalone with Python 3.11+ via the research-core validate command; Loopbench is only used if you want to record the final decision in a human gate.

What are the limitations of AI-assisted paper reading verification?

The checker verifies source identity, schema validity, claim-evidence traceability, and coverage, but not whether the paper's claims are true, its design adequate, or your understanding durable. No check calls a model, and grading correctness is not guaranteed.