Agent skill · Code Review & Quality

literature-review

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add K-Dense-AI/claude-scientific-writer --skill literature-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 12 KB
Bundled scripts: yes
Version: 1.5
Allowed tools: ReadWriteEditBash
Path: skills/literature-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,169
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Literature Review ## Overview Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats. This skill uses the **parallel-web skill** (`parallel-cli search`) as the primary web search tool for broad academic literature discovery, supplemented by specialized database access skills (gget, bioservices, datacommons-client). It provides specialized tools for citation verification, result aggregation, and document generation. ## When to Use This Skill Use this skill when: - Conducting a systematic literature review for research or publication - Synthesizing current knowledge on a specific topic across multiple sources - Performing meta-analysis or scoping reviews - Writing the literature review section of a research paper or thesis - Investigating the state of the art in a research domain - Identifying research gaps and future directions - Requiring verified citations and professional formatting ## Visual Enhancement with Scientific Schematics **⚠️ MANDATORY: Every literature r

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Visual Enhancement with Scientific Schematics
  4. Core Workflow
  5. Best Practices
  6. Search Strategy
  7. Screening and Selection
  8. Synthesis
  9. Quality and Reproducibility
  10. Writing
  11. Common Pitfalls to Avoid
  12. Integration with Other Skills
  13. Web Search & Extraction (parallel-web skill — PRIMARY)
  14. Database Access Skills
Ships with 11 files
  • assets/review_template.md
  • references/citation_styles.md
  • references/core_workflow.md
  • references/database_strategies.md
  • references/example_workflow.md
  • references/search_and_citation.md
  • scripts/generate_pdf.py
  • scripts/generate_schematic.py
  • scripts/generate_schematic_ai.py
  • scripts/search_databases.py
  • scripts/verify_citations.py
Commands it runs
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
parallel-cli (PRIMARY — for web search and URL extraction)
curl -fsSL https://parallel.ai/install.sh | bash
pip install requests  # For citation verification
For PDF generation
brew install pandoc  # macOS
apt-get install pandoc  # Linux
For LaTeX (PDF generation)
brew install --cask mactex  # macOS
apt-get install texlive-xetex  # Linux
More from claude-scientific-writer
All skills →
About this skill
What does the literature-review skill do?

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).

How do I install it?

Run `npx skills add K-Dense-AI/claude-scientific-writer --skill literature-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/claude-scientific-writer, a repository with 2,169 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going