Best for
- 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
K-Dense-AI/scientific-agent-skills/skills/literature-review/SKILL.md
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.).
Decision brief
Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc. ).
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill "skills/literature-review"Inspect the Agent Skill "literature-review" from https://github.com/K-Dense-AI/scientific-agent-skills/blob/e7ac42510774624f327003c95b6650e2883bc01d/skills/literature-review/SKILL.md at commit e7ac42510774624f327003c95b6650e2883bc01d. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
A literature review runs in seven phases, documented in full with commands and templates in references/coreworkflow.md:
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…
⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.
1. Start with parallel-web: Use parallel-cli search with academic domains for initial broad coverage before querying specialized databases 2. Use multiple databases (minimum 3): Ensures comprehensive coverage — parallel-web counts as one source 3. Include preprint servers: Captu…
1. Start with parallel-web: Use parallel-cli search with academic domains for initial broad coverage before querying specialized databases 2. Use multiple databases (minimum 3): Ensures comprehensive coverage — parallel-web counts as one source 3. Include preprint servers: Captu…
Permission review
The documentation includes network, browsing, or remote request actions.
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 providThe documentation asks the agent to run terminal commands or scripts.
python scripts/generate_schematic.py "your diagram description" -o figures/output.pngThe documentation asks the agent to create, modify, or delete local files.
Save outputs in the figures/ directoryThe documentation asks the agent to run terminal commands or scripts.
**Verify all citations**: Run verify_citations.py scriptThe documentation includes network, browsing, or remote request actions.
### Web Search & Extraction (parallel-web skill — PRIMARY)Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 90/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 31,966 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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.
Use this skill when:
⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.
This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document:
How to generate figures:
How to generate schematics:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
The AI will automatically:
When to add schematics:
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
A literature review runs in seven phases, documented in full with commands and templates in references/core_workflow.md:
Record every search string and date as you go: a review that cannot reproduce its own search is not systematic. Per-database search guidance and citation styles are in references/search_and_citation.md, and a full worked review is in references/example_workflow.md.
parallel-cli search with academic domains for initial broad coverage before querying specialized databasessources/This skill works seamlessly with other scientific skills:
When preparing a literature review for a specific journal, consult the venue-templates skill for writing style guidance:
venue_writing_styles.md: Master style comparison across venuesnature_science_style.md: Nature/Science flowing abstract style, story-driven structurecell_press_style.md: Cell Press graphical abstracts, Highlights formatmedical_journal_styles.md: NEJM/Lancet/JAMA structured abstracts, PRISMA complianceThese guides help adapt your review's tone, abstract format, and structure to match the target venue's expectations.
Scripts:
scripts/verify_citations.py: Verify DOIs and generate formatted citationsscripts/generate_pdf.py: Convert markdown to professional PDFscripts/search_databases.py: Process, deduplicate, and format search resultsReferences:
references/citation_styles.md: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)references/database_strategies.md: Comprehensive database search strategiesAssets:
assets/review_template.md: Complete literature review template with all sectionsGuidelines:
Tools:
Citation Styles:
# parallel-cli (PRIMARY — for web search and URL extraction)
curl -fsSL https://parallel.ai/install.sh | bash
# Or: uv tool install "parallel-web-tools[cli]"
# Authenticate: parallel-cli auth
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
Check dependencies:
python scripts/generate_pdf.py --check-deps
This literature-review skill provides:
parallel-cli search for fast, broad academic literature discovery with scholarly domain filteringConduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.
Alternatives
affaan-m/ECC
Systematic literature-review workflow for academic, biomedical, technical, and scientific topics, including search planning, source screening, synthesis, citation checks, and evidence logging.
xuzhougeng/wisp-science
Find, verify, and synthesize scientific literature — from "what's the seminal paper for X" through full multi-source reviews. Covers grounding claims in real retrieved sources, avoiding fabricated citations, handling retractions, and calibrating confidence to evidence strength.
affaan-m/ECC
Use it for research tasks; the detail page covers purpose, installation, and practical steps.
event4u-app/agent-config
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.