Decompose

/literature-search

Comprehensive scientific literature search across PubMed, arXiv, bioRxiv, medRxiv. Natural language queries powered by Valyu semantic search.

Source yorkeccak/scientific-skills
Path skills/literature-search
Installs 522
Compatible with claude-code
Last updated May 4, 2026
Tags
literature-reviewresearchpubmedarxivbiomedical

The single hardest part of an industry research role is keeping up with literature in fields you no longer have time to read. The single hardest part of a postdoc is keeping up with literature in fields you no longer have time to think about. This skill tries to solve both problems by routing a natural-language question through a semantic-search layer (Valyu) that hits PubMed, arXiv, bioRxiv, and medRxiv simultaneously.

What it does

You ask in plain English — “what does the recent literature say about non-canonical Wnt signaling in colorectal organoids” — and the skill returns a ranked list of relevant papers with abstracts and links across four major sources at once. It’s a noticeable upgrade from running four separate searches and trying to reconcile the results.

Who it’s for

PhDs and postdocs who need to scan a domain quickly under time pressure: due diligence work, manuscript revisions, grant prep, or maintaining literacy in a field adjacent to your dissertation. MS holders in DS / bioinformatics roles who get pulled into “what does the literature say” requests without a paid academic subscription.

What to watch for

  • Valyu API dependency. The semantic search layer is a third-party service. Check whether you can run this without that dependency before relying on it for production research.
  • Recall vs. precision. Semantic search excels at “concept-adjacent” recall — papers you wouldn’t have found via keyword search. It’s worse than expert keyword search at finding the exact paper you already know exists.
  • Not a replacement for systematic review. This is for orientation and rapid scan, not for the structured search protocols PRISMA expects.

Verdict

A genuinely useful first-pass tool for late-start scientists who need to scan literature fast and don’t have time for the full database-by-database routine. Treat it as a triage layer, not a final answer.