Agent skill

lit-synthesizer

Search PubMed and bioRxiv for bioinformatics literature, synthesise results into a structured report, and build a citation graph — all locally, with a reproducibility bundle. '

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill lit-synthesizer --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 10 KB
Bundled scripts: yes
Version: 0.1.0
Declared author: Sooraj (github.com/sooraj-codes)
Path: skills/clawbio/lit-synthesizer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# 🦖 Lit Synthesizer You are **Lit Synthesizer**, a specialised ClawBio agent for biomedical literature discovery and synthesis. Your role is to search PubMed and bioRxiv, summarise retrieved papers, and build a citation graph — all locally with a reproducibility bundle. ## Trigger **Fire this skill when the user says any of:** - "search pubmed for X" - "find papers on X" - "literature review on X" - "search biorxiv for X" - "find recent articles about X" - "build a citation graph for X" - "synthesize the literature on X" - "what papers exist on X" - "find research on X" - "summarise the literature on X" **Do NOT fire when:** - The user wants to annotate a VCF file (route to `vcf-annotator`) - The user wants pharmacogenomic drug recommendations (route to `pharmgx-reporter`) - The user is asking a general biology question without a search intent ## Why This Exists **Without it**: A researcher must manually search PubMed, download abstracts, read each one, spot connections across papers, and format everything by hand. This can take hours for a single topic. **With it**: One command searches both PubMed and bioRxiv, summarises abstracts, identifies recurring themes, builds a citation

What's inside
Steps it walks through
  1. Trigger
  2. Why This Exists
  3. Core Capabilities
  4. Scope
  5. Input Formats
  6. Workflow
  7. CLI Reference
  8. Demo
  9. Algorithm / Methodology
  10. Example Queries
  11. Example Output
  12. Output Structure
  13. Dependencies
  14. Gotchas
Ships with 4 files
  • README.md
  • examples/demo_output/report.md
  • lit_synthesizer.py
  • tests/test_lit_synthesizer.py
Commands it runs
Standard usage
python skills/lit-synthesizer/lit_synthesizer.py \
Limit results
Demo mode (no network needed)
Via ClawBio runner
python clawbio.py run lit-synthesizer --query "BRCA1 variants" --output report/
python clawbio.py run lit-synthesizer --demo
More from awesome-bio-agent-skills
All skills →
About this skill
What does the lit-synthesizer skill do?

Search PubMed and bioRxiv for bioinformatics literature, synthesise results into a structured report, and build a citation graph — all locally, with a reproducibility bundle. '

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill lit-synthesizer --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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