Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lingzhi227 avatar

Literature Review

  • 3.4k installs
  • 255 repo stars
  • Updated February 27, 2026
  • lingzhi227/agent-research-skills

literature-review is an agent skill that conducts multi-perspective literature reviews by generating expert personas, running grounded Q&A dialogues with Semantic Scholar, OpenAlex, and arXiv searches, and synthesizing c

About

literature-review is a Claude Code skill from lingzhi227/agent-research-skills that packages dialogue prompts extracted from STORM at Stanford. It guides agents through persona generation by selecting Wikipedia-editor-style experts, finding related topics for contextual breadth, and structuring multi-perspective discussions before writing or building. Developers reach for literature-review when starting research-heavy features, technical investigations, or content projects that benefit from structured expert viewpoints instead of a single-pass summary. The skill fits pre-implementation discovery where diverse angles reduce blind spots in requirements, architecture choices, or domain understanding.

  • Extracted from Stanford STORM research framework
  • Generates related Wikipedia topics with direct URLs
  • Creates multiple expert personas with distinct focus areas
  • Produces focused expert roundtable participants including opposing viewpoints
  • Provides ready-to-use dialogue prompts for agentic literature review

Literature Review by the numbers

  • 3,354 all-time installs (skills.sh)
  • +133 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #239 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
From the docs

What literature-review says it does

Every sentence in the review must be supported by gathered information
SKILL.md
npx skills add https://github.com/lingzhi227/agent-research-skills --skill literature-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3.4k
repo stars255
Security audit2 / 3 scanners passed
Last updatedFebruary 27, 2026
Repositorylingzhi227/agent-research-skills

How do you produce a comprehensive, citation-grounded literature review on a new research topic with diverse expert angles?

Generate expert personas and focused discussion prompts that produce higher-quality, multi-perspective research before starting any creative or implementation work.

Who is it for?

Researchers starting a new project or writing a survey section who need systematic multi-perspective search and synthesis rather than a single-pass summary.

Skip if: Skip when you only need quick persona brainstorming without literature search, or when the topic has no retrievable papers to cite.

When should I use this skill?

Starting a new research project, writing a survey section, or requesting a comprehensive literature review on a topic.

What you get

Structured review with hierarchical outline, per-section cited summaries, paper database table, and explicit knowledge gaps for further search.

  • hierarchical outline
  • cited review sections
  • paper summary table

By the numbers

  • Three to five expert personas each with three to five dialogue turns
  • Four-step workflow from persona generation through synthesis and review writing

Files

SKILL.mdMarkdownGitHub ↗

Literature Review

Conduct deep literature reviews through multi-perspective dialogue and systematic search.

Input

  • $0 — Research topic or question
  • $1 — Optional: specific focus or angle

References

  • Multi-perspective dialogue prompts (STORM): ~/.claude/skills/literature-review/references/dialogue-prompts.md
  • Literature review workflow (AgentLaboratory): ~/.claude/skills/literature-review/references/review-workflow.md

Scripts (from literature-search skill)

# Search Semantic Scholar
python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py --query "topic" --max-results 20

# Search OpenAlex
python ~/.claude/skills/literature-search/scripts/search_openalex.py --query "topic" --max-results 20

# Search arXiv
python ~/.claude/skills/deep-research/scripts/search_arxiv.py --query "topic" --max-results 10

Workflow

Step 1: Generate Expert Personas (from STORM)

Given the topic, create 3-5 diverse expert personas:

  • Each represents a different perspective, role, or research angle
  • Example: "ML systems researcher focused on efficiency", "Theoretical statistician concerned with guarantees"
  • Use the persona generation prompts from references

Step 2: Multi-Perspective Dialogue

For each persona, simulate a multi-turn Q&A conversation: 1. Persona asks a question from their unique angle 2. Generate search queries from the question 3. Search literature using the search scripts 4. Synthesize an answer grounded in retrieved papers with inline citations 5. Record the dialogue turn with search results 6. Repeat for 3-5 turns per persona 7. End when persona says "Thank you so much for your help!"

Step 3: Synthesize Knowledge

  • Combine all persona conversations into a unified knowledge base
  • Remove redundancy across personas
  • Organize by theme/subtopic
  • Generate an outline based on the collected information

Step 4: Generate Literature Review

  • Write a structured review organized by the generated outline
  • Every claim must be supported by a citation
  • Include a summary table of key papers (method, contribution, limitations)

Output

A structured literature review with: 1. Outline — Hierarchical topic structure 2. Per-section summaries — Each grounded in retrieved papers 3. Paper database — Structured entries for all reviewed papers 4. Knowledge gaps — Identified areas needing further investigation

Rules

  • Every sentence in the review must be supported by gathered information
  • If information is not found, explicitly state the gap
  • Cite broadly — cover diverse approaches, not just the most popular
  • Include recent papers (last 2-3 years) alongside foundational work
  • Use inline citations: "Smith et al. [1] propose..."

Related Skills

  • Upstream: literature-search, deep-research
  • Downstream: related-work-writing, research-planning
  • See also: survey-generation

Related skills

Forks & variants (2)

Literature Review has 2 known copies in the catalog totaling 13 installs. They canonicalize to this original listing.

FAQ

What workflow does literature-review follow?

Generate 3-5 expert personas, run multi-turn grounded Q&A with literature search per question, synthesize themes, then write a structured cited review with paper table and gaps.

Which search sources does it use?

Semantic Scholar, OpenAlex, and arXiv via bundled search scripts from literature-search and deep-research companion skills.

What citation rules apply?

Every sentence must be supported by gathered information; state gaps explicitly; cite broadly across approaches and include recent plus foundational papers.

Is Literature Review safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingresearchagents

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.