Skip to main content
AIDiveForge AIDiveForge
🗺️

Literature Map Builder

Research & Analysis · by AIDiveForge · Apr 20, 2026 · Intermediate

Cluster a set of papers into a topic map with methodology and findings per cluster, then surface the whitespace where nobody is working yet.

🧠 Why it works

Researchers spend the first week of any project reading in a random order, which hides the shape of the field. Embedding-based clustering finds the shape before you commit to a reading order, so the gap you end up chasing is one of the field's actual gaps — not just a gap in your own reading.

⚙️ How it works

  1. Embed each paper's abstract + methods section with a strong retrieval model. 2. HDBSCAN over the embeddings to find natural clusters (no k to pre-specify). 3. For each cluster, sample 3-5 papers into a context window and ask the LLM for a methodology+findings synthesis with a critical-gap bullet. 4. Second pass: compare the per-cluster gaps against all papers' conclusions to rule out gaps that are actually addressed elsewhere. 5. Emit a markdown report with per-cluster sections and a consolidated 'open questions' list at the bottom.

Description

Takes a folder of PDFs or a list of DOIs and produces a two-level topic map: top-level clusters by research question, leaves by methodology. Each cluster gets a one-paragraph synthesis plus a gap bullet — 'nobody has tried X on Y.' Output is a single markdown brief with inline citations.

Install this skill

A Claude skill is a skill.md file with YAML frontmatter and a markdown body. Drop the file into your tool of choice — or pick a different format if you use Cursor, Windsurf, Copilot, or something else.

Download skill.md
mkdir -p ~/.claude/skills/literature-map-builder \
  && curl -L https://aidiveforge.com/skill/literature-map-builder.skill-md \
       -o ~/.claude/skills/literature-map-builder/skill.md

Save to ~/.claude/skills/literature-map-builder/skill.md

Recommended Use

Tools and workflow packs this skill pairs well with. Forge picks are auto-generated from category + capability signals; Community picks are added by people who've used the pairing.

No matches yet. Be the first to suggest a pairing, or the Forge will populate suggestions as signals align.