sciagent-skill-creator
Scaffold a new SciAgent-Skills entry. Picks pipeline/toolkit/database/guide template, creates skills/{category}/{name}/SKILL.md with valid frontmatter, appends…
Conducting systematic, scoping, and narrative literature reviews. Covers PRISMA/PRISMA-ScR protocols, search strategy (Boolean, MeSH), database selection (PubMed, Scopus, Web of Science, Embase), screening, data extraction, evidence synthesis (narrative, meta-analysis,
$ npx -y skills add jaechang-hits/SciAgent-Skills --skill literature-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/literature-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Conducting systematic, scoping, and narrative literature reviews. Covers PRISMA/PRISMA-ScR protocols, search strategy (Boolean, MeSH), database selection (PubMed, Scopus, Web of Science, Embase), screening, data extraction, evidence synthesis (narrative, meta-analysis,
name: "literature-review" description: "Conducting systematic, scoping, and narrative literature reviews. Covers PRISMA/PRISMA-ScR protocols, search strategy (Boolean, MeSH), database selection (PubMed, Scopus, Web of Science, Embase), screening, data extraction, evidence synthesis (narrative, meta-analysis, thematic), and reporting. Use when planning or executing a formal literature review." license: "CC-BY-4.0"
A literature review systematically identifies, appraises, and synthesizes published evidence on a defined research question. The method ranges from informal narrative reviews to highly structured systematic reviews with meta-analysis. Choosing the correct review type, building a reproducible search strategy, and applying transparent inclusion/exclusion criteria are the foundational decisions that determine whether a review can be trusted and published in a high-impact journal. This guide covers the full workflow from question formulation to synthesis and reporting.
| Review Type | Definition | When to Use | Time Required | |-------------|-----------|-------------|--------------| | **Narrative review** | Selective, expert-curated synthesis; no protocol; no PRISMA | Introducing a topic; describing mechanistic background | Days to weeks | | **Scoping review** | Comprehensive mapping of evidence landscape; PRISMA-ScR; no quality appraisal | Understand what evidence exists before committing to systematic review | Weeks to months | | **Systematic review** | Exhaustive search; predefined protocol (PROSPERO); quality appraisal; PRISMA | Answer a specific clinical/scientific question with highest rigor | Months to years | | **Meta-analysis** | Systematic review + quantitative pooling of effect estimates | Quantify pooled effect size and heterogeneity across studies | Months to years | | **Umbrella review** | Systematic review of existing systematic reviews | Synthesize evidence from multiple reviews on one topic | Months | | **Rapid review** | Streamlined systematic review with time-limited methods | Time-sensitive policy or clinical decisions | Weeks |
**Peer reviewer expectations**: Journals in the biomedical domain expect systematic and scoping reviews to follow PRISMA or PRISMA-ScR reporting standards and to be pre-registered in PROSPERO (systematic reviews only). Narrative reviews are typically invited by editors rather than submitted unsolicited.
Systematic reviews require a precisely defined research question. The PICO framework structures the question into searchable, operationalizable components:
| Component | Meaning | Example (for a clinical question) | |-----------|---------|----------------------------------| | **P** | Population | Adults with type 2 diabetes aged ≥ 40 | | **I** | Intervention | SGLT2 inhibitors (empagliflozin, dapagliflozin) | | **C** | Comparison | Placebo or standard care | | **O** | Outcome | Cardiovascular mortality, HbA1c, eGFR decline | | **S** | Study design (PICOS) | Randomized controlled trials only |
For basic science questions, adapt to PECO (Population, Exposure, Comparator, Outcome) or a custom framework. A well-formed PICO directly maps to search terms for each database.
Different study designs provide different levels of certainty about causal effects. Standard hierarchy for intervention questions (highest to lowest):
Systematic reviews and meta-analyses of RCTs (highest certainty)
↓
Individual randomized controlled trials (RCTs)
↓
Non-randomized controlled trials / quasi-experiments
↓
Prospective cohort studies
↓
Retrospective cohort / case-control studies
↓
Cross-sectional studies
↓
Case series and case reports
↓
Expert opinion / narrative review / editorials (lowest certainty)For diagnostic accuracy, prognosis, and etiology questions, the hierarchy differs. The GRADE framework (Grading of Recommendations Assessment, Development and Evaluation) formalizes evidence quality across four domains: risk of bias, inconsistency, indirectness, and imprecision.
No single database covers all literature. Major databases and their coverage:
| Database | Coverage | Strength | Access | |----------|----------|----------|--------| | **PubMed / MEDLINE** | >35M biomedical records; 1946+ | Free; MeSH controlled vocabulary; high precision | Free | | **Embase** | >34M records; European + drug focus; 1947+ | Best for pharmacology and European journals | Subscription | | **Web of Science** | ~90M records across science and humanities | Citation analysis; interdisciplinary | Subscription | | **Scopus** | ~90M records; broad | Largest abstract database; good non-English | Subscription | | **CINAHL** | Nursing and allied health | Best for nursing/PT/OT research | Subscription | | **PsycINFO** | Psychology and behavioral science | Deep coverage of behavioral literature | Subscription | | **Cochrane CENTRAL** | Controlled trials only; curated | Highest precision for RCTs | Free/subscription | | **ClinicalTrials.gov** | US-registered clinical trials | Includes unpublished/ongoing trials | Free | | **Grey literature** | Reports, theses, guidelines | Reduces publication bias | Various |
Systematic reviews should search at minimum: PubMed + Embase + one domain-specific database + Cochrane CENTRAL (for clinical topics). Searching only PubMed biases toward US/English publications and misses up to 30% of relevant trials.
What is your literature review goal? │ ├── "Understand the topic background for my paper's Introduction" │ └── → Narrative review: select key papers; no protocol needed │ ├── "Map what evidence exists before designing a study" │ └── → Scoping review (PRISMA-ScR): comprehensive but no quality appraisal │ ├── "Answer a specific clinical or scientific question rigorously" │
Turn your AI coding agent into a life sciences expert — 199 bioinformatics skills for Claude Code covering RNA-seq, single-cell analysis, genomics, proteomics, drug discovery, and more. Boosted BixBench from 65% to 92%. Open source.
Scaffold a new SciAgent-Skills entry. Picks pipeline/toolkit/database/guide template, creates skills/{category}/{name}/SKILL.md with valid frontmatter, appends…
Bayesian modeling with PyMC 5: priors, likelihood, NUTS/ADVI sampling, diagnostics (R-hat, ESS), LOO/WAIC comparison, prediction. Hierarchical, logistic, GP…
Time-to-event modeling with scikit-survival: Cox PH (elastic net), Random Survival Forests, Boosting, SVMs for censored data. C-index, Brier, time-dependent…
Guided statistical analysis: test choice, assumption checks, effect sizes, power, APA reporting. Pick tests, verify assumptions, or format results for…
Python statistical modeling: regression (OLS, WLS, GLM), discrete (Logit, Poisson, NegBin), time series (ARIMA, SARIMAX, VAR), with rigorous inference,…
DL cell/nucleus segmentation for fluorescence and brightfield microscopy. Pre-trained models (cyto3, nuclei, tissuenet) and a generalist flow-based algorithm…