paper-parse-guide
Deep dual-mode reading of academic papers from PDF or URL sources
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill paper-parse-guide --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Paper Parse Guide Perform structured, dual-mode deep reading of academic papers from PDF files or URLs. Mode A provides a rapid overview suitable for screening during literature reviews. Mode B delivers exhaustive section-by-section analysis for papers central to your research. ## Overview Reading academic papers efficiently is a core research skill, yet the density and conventions of scholarly writing make it time-consuming. A typical researcher reads dozens of papers per week during a literature review phase, requiring different levels of depth for different papers. Some need only a quick scan to determine relevance; others demand line-by-line scrutiny of methods and results. This skill implements a dual-mode reading system. Mode A (Survey Mode) extracts key metadata, the main argument, methods summary, and key findings in under two minutes of processing time. Mode B (Deep Analysis Mode) performs exhaustive section-by-section analysis including methodology critique, statistical evaluation, figure interpretation, and connection to broader literature. Both modes begin by parsing the paper's structure from its PDF or HTML source, extracting clean text with section boundaries, figu
- Overview
- Paper Acquisition and Parsing
- Input Sources
- PDF Parsing Pipeline
- GROBID Integration
- Mode A: Survey Reading
- 1. Identity Card
- 2. Core Argument (1-2 sentences)
- 3. Methods Snapshot
- 4. Key Findings (3-5 bullets)
- 5. Relevance Assessment
- Mode B: Deep Analysis
- Introduction Analysis
- Literature Review Evaluation
Start GROBID server docker run --rm -p 8070:8070 lfoppiano/grobid:0.8.0 Parse a paper curl -X POST "http://localhost:8070/api/processFulltextDocument" \
What does the paper-parse-guide skill do?
Deep dual-mode reading of academic papers from PDF or URL sources
How do I install it?
Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill paper-parse-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.