literature-research

Searches and deep-reads academic papers to extract transferable mechanisms for research pipelines.

Updated Aug 18, 2026
One-click install
npx skills add https://github.com/Nitrogen216/awesome-dsh-mods --skill literature-research-nitrogen216
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: literature-research
Source: https://github.com/Nitrogen216/awesome-dsh-mods/tree/main/modes/dsh-autoresearch/skills/literature-research
Command: npx skills add https://github.com/Nitrogen216/awesome-dsh-mods --skill literature-research-nitrogen216

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a research pipeline stalls—no performance gain, an exhausted candidate pool, or an unexplained failure signature—you need targeted literature evidence rather than keyword-matched paper lists. This Skill builds a bounded, failure-focused corpus and synthesizes it into an actionable literature map. ## Core Features & Use Cases - Failure-Driven Search: Starts from the measured baseline failure, method, metric, and failure signature instead of generic task keywords, expanding through citations, references, and official code. - Structured Contribution Extraction: For each deep-read paper, records stable IDs (DOI/arXiv), mechanisms, assumptions, ablation evidence, limitations, and plausible adaptation points in the current method. - Revisioned Synthesis: Writes research/LITERATURE.md grouping papers by mechanism, comparing assumptions against research/BASELINE.md, and separating author claims from transfer inference. - Use Case: After a screening experiment shows no gain, trigger this Skill to search for mechanisms addressing the observed failure, deep-read the four closest papers, and produce a synthesis that feeds the mapping phase with concrete hypotheses. ## Quick Start Search the literature for mechanisms that address the current baseline failure signature and write the synthesis to research/LITERATURE.md.

Frequently Asked Questions about literature-research

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

FAQPage Schema
How do I do literature research for a machine learning research project?▼

Start from the method, task, metric, and observed failure signature rather than task keywords. Expand through the closest papers' references and citations, prefer primary papers and official repositories, and deep-read at least the four closest papers before synthesizing.

When should literature search be triggered in a research pipeline?▼

Trigger it after baseline establishment, when a screening or confirmation result shows no gain, when the mapped candidate pool is exhausted, or when a new failure signature is not explained by the current literature map.

How many papers should I deep-read for a literature review?▼

Deep-read at least the four closest papers when available, and continue only while a distinct mechanism family, conflicting assumption, or unresolved transfer question remains. Stop when another paper would not change the contribution map.

Can abstract-only reading count as evidence in literature synthesis?▼

No. Abstract-only evidence must be marked explicitly and never counts as a deep read. Full methods, equations or algorithms, ablations, limitations, and implementation details must be read for a paper to contribute verified evidence.

What information should be extracted from each research paper?▼

Record the stable ID and verified citation, exact contribution, mechanism and assumptions, ablation evidence, training and evaluation conditions, official implementation touchpoints, limitations, and the plausible insertion or adaptation point in the current method.