dsh-deepread

Extract core claims, arguments, and evidence from books and articles into structured reports.

3.4k|487|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/davepoon/buildwithclaude --skill dsh-deepread
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dsh-deepread
Source: https://github.com/davepoon/buildwithclaude/tree/main/plugins/dsh-deepread/skills/dsh-deepread
Command: npx skills add https://github.com/davepoon/buildwithclaude --skill dsh-deepread

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reading long articles or entire books and distilling their core arguments, evidence, and logical structure is time-consuming, and casual summaries often miss the author's actual claims or fabricate evidence. This Skill performs disciplined deep reading and produces structured analytical reports with explicit evidence citations and confidence levels.

Core Features & Use Cases

  • Five Reading Modes: quick (key points), deep (full argument analysis), map (claim-evidence-data knowledge map), feynman (11-step Feynman learning loop), and book (whole-book chapter-by-chapter synthesis).
  • Multi-Source Input: Reads local files (.txt/.md/.html/.pdf, including raw PDF stream parsing with ToUnicode CMap decoding), fetches web pages such as WeChat articles, or analyzes pasted text, chunking content over ~9000 characters.
  • Evidence Discipline: Every claim is tagged with evidence, source location, and a four-level confidence rating (author's intent / stated fact / reasonable inference / unverifiable), with explicit "no evidence provided" markers instead of fabrication.
  • Optional Exports: On request, writes Markdown reports, FreeMind mind maps (.mm), or standalone HTML reports to a deepread-output directory.
  • Use Case: Paste a long WeChat article and ask for a knowledge map to receive a claim-evidence table, key data table, Mermaid mind map, XMind outline, and active-recall questions.

Quick Start

Use the dsh-deepread skill to deep-read this article and extract its core claims, argument structure, and supporting evidence.

Frequently Asked Questions about dsh-deepread

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

FAQPage Schema
How do I extract core arguments and evidence from a long article?

Provide the article as a file path, URL, or pasted text and request deep mode. The skill outputs a summary, core thesis, argument structure with evidence per claim, key concepts, quotes, and critical thinking notes, with long content chunked into sections and synthesized.

How to use the Feynman technique to study a book?

Request feynman mode with the book content. The skill runs an 11-step loop: table of contents, reading questions, per-chapter claim-data-evidence extraction, closed-book plain-language explanation, gap identification, correction against the original, merged mind map, and a 5-round spaced review plan.

Can it read PDF files or WeChat articles?

Yes. It reads .txt, .md, .html, and .pdf files, parsing raw PDF streams with FlateDecode and ToUnicode CMap decoding when no PDF tool exists. WeChat (mp.weixin.qq.com) pages are fetched directly; anti-scraping sites like Zhihu may require pasting the text.

What is the difference between quick, deep, and map modes?

Quick mode returns a summary, core thesis, up to three arguments, quotes, and questions. Deep mode adds full argument structure, reasoning flow, and critical analysis. Map mode produces a claim-evidence-data knowledge map with typed relations, confidence levels, and Mermaid plus XMind outlines.

Does the analysis handle claims that lack evidence in the source?

Yes. Every claim must cite evidence from the original text; when none exists, the report explicitly states the original provided no evidence rather than fabricating support. Claims are also tagged with four confidence levels from author's stated intent to unverifiable.