literature-research

star 19

Search academic literature and perform deep research reviews. Use when user asks to search PubMed, find academic papers, or do literature reviews.

nickjwells By nickjwells schedule Updated 2/1/2026

name: literature-research description: Search academic literature and perform deep research reviews. Use when user asks to search PubMed, find academic papers, or do literature reviews. allowed-tools: Bash, Read, Write, Edit, Glob, Grep

Literature Research

Goal

Search academic databases and perform comprehensive literature reviews.

Scripts

  • ./scripts/pubmed_literature_search.py - Search PubMed
  • ./scripts/literature_deep_review.py - Deep review with Claude

Usage

Search PubMed

python3 ./scripts/pubmed_literature_search.py \
  --query "machine learning cancer diagnosis" \
  --limit 50 \
  --output .tmp/papers.json

Deep Review

python3 ./scripts/literature_deep_review.py \
  --input .tmp/papers.json \
  --output .tmp/review.md

Output

  • JSON file with paper metadata
  • Markdown review with key findings, themes, gaps
Install via CLI
npx skills add https://github.com/nickjwells/skills-workspace --skill literature-research
Repository Details
star Stars 19
call_split Forks 13
navigation Branch main
article Path SKILL.md
More from Creator