systematic-document-and-literature-review

systematic-document-and-literature-review is a skill for Claude Code, Codex from LazyAGI/LazyMind. It costs 82 tokens per session (1,094 once invoked), scanned A, original, Apache-2.0.

A research workflow for reviewing and combining findings from several academic papers or other documents. It gathers sources, examines their methods and results, and produces a structured comparison.

In plain words
What is it for?
Use it for literature surveys, thematic reviews, comparisons of research methods, or analyses of multiple reports, articles, or papers.
Why use it?
It helps turn a large set of documents into shared themes, findings, and limitations instead of leaving the reader to compare them manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it for literature surveys, thematic reviews, comparisons of research methods, or analyses of multiple reports, articles, or papers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lazyagi/lazymind/systematic-document-and-literature-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LazyAGI/LazyMind --skill systematic-document-and-literature-review
Clone the repo
git clone --depth 1 https://github.com/LazyAGI/LazyMind

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for systematic-document-and-literature-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/lazyagi/lazymind/systematic-document-and-literature-review/github.svg)](https://agentmods.dev/skills/lazyagi/lazymind/systematic-document-and-literature-review)
Your own site
<a href="https://agentmods.dev/skills/lazyagi/lazymind/systematic-document-and-literature-review"><img src="https://agentmods.dev/badge/skills/lazyagi/lazymind/systematic-document-and-literature-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for systematic-document-and-literature-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/lazyagi/lazymind/systematic-document-and-literature-review"><img src="https://agentmods.dev/badge/skills/lazyagi/lazymind/systematic-document-and-literature-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,094 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.01094
Opus 5 $0.00041 $0.00547
Sonnet 5 $0.00016 $0.00219
Haiku 4.5 $0.00008 $0.00109

Measured 12d ago against content hash 9b2b2b639323, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

systematic-document-and-literature-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/review/systematic-document-and-literature-review/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Systematic Document & Literature Review Skill

Overview

This skill produces a structured systematic review and synthesis across multiple academic papers or general documents. Given a topic query or a list of specific files/URLs, it gathers the source material, analyzes the content (objectives, methodology, key findings, limitations) sequentially, synthesizes themes, and outputs a final structured report directly to the user.

Distinct from single-document review: This skill does breadth-first synthesis across many sources. If the user hands you exactly one document or one paper URL and asks "review this", route to a standard reading or single-document review skill instead.

When to Use This Skill

Use this skill when the user wants any of the following:

  • A literature survey on an academic topic ("survey transformer attention variants")
  • A thematic synthesis across internal documents ("synthesize the last 5 quarterly reports from the KB and find common trends")
  • A cross-document comparison ("compare the methodologies across these provided architecture design URLs")
  • An overview of trends across a set of files, URLs, or an arXiv time window

Do not use this skill when:

  • The user provides exactly one document/paper and asks to review it.
  • The user asks a factual question that does not require synthesizing multiple sources.

Workflow

The workflow has four phases. Follow them in order.

Phase 1: Plan

Before doing any retrieval, confirm the following with the user. If any of these are unclear, ask one clarifying question that covers the missing pieces.

  • Source Material: Are we searching an academic database (arxiv_search), an internal Knowledge Base (kb_search), or reviewing specific URLs (url_fetch)?
  • Scope: How many sources total? (Limit to max 15-20 sources to prevent context overflow).
  • Output Format: APA, IEEE, BibTeX, or Standard Professional Report (default for non-academic documents).

Phase 2: Acquire Sources

Read the full file on GitHub · 100 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 100 lines · 82 tokens per session scan A 9b2b2b639323

Subscribe to this mod's changes

systematic-document-and-literature-review is a skill published in the GitHub repository LazyAGI/LazyMind (77 stars, last pushed today), licensed Apache-2.0. It adds 82 tokens to every session and 1,094 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

remote-compute-modal

Run GPU jobs on the user's own Modal account via host.compute.create('byoc:modal', ...). Covers the create→submit→waitfornotification flow, the computeprovider kernel for env setup, image/volume resolution, and the two approval cards. Load once you've decided to dispatch to Modal.

UnicomAI/wanwu · 65 tokens

unified-llm-api

Call model APIs through @prismshadow/agenthub — streaming text generation, image generation, speech synthesis, embeddings and the supported-model registry with one client.

Prism-Shadow/penguin-harness · 39 tokens

claude-api

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports anthropic/@anthropic-ai/sdk/claudeagentsdk, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports openai/other AI SDK, general programming, or ML/data-science tasks.

UnicomAI/wanwu · 84 tokens

customize

Create, configure, and maintain custom agent profiles and author new skills via the repl tool. Use when the user wants to create an agent profile, build a custom agent, modify agent capabilities, attach or detach skills/connectors on a profile, author a skill, or inspect which connectors and tools are available. Also…

UnicomAI/wanwu · 88 tokens

smart-data-analysis

A central workflow for handling data questions and data assets across tables, views, metrics, SQL, charts, and Business Knowledge Networks.

UnicomAI/wanwu · 167 tokens

compute-env-setup

Set up a compute environment on a remote provider so Claude Science jobs can run there. Covers direct SSH/conda hosts, Slurm clusters, container-via-bridge runners, and managed-API providers (Modal, GCP, RunPod). Use when standing up a new provider, porting an env to a different backend, adding a tool that needs its…

UnicomAI/wanwu · 134 tokens