A Claude Code skill for FDA novel drug approvals.
The FDA publishes an approval package for each newly approved drug — medical review, statistical review, pharmacology review, chemistry review, label, and other documents that describe the basis for the agency's decision. The documents are public on accessdata.fda.gov, but the path from "drug name" to "the medical review that explains why this drug got approved" is several clicks of guesswork through FDA's site.
fda-analyst is a Claude Code skill that knows where those documents live, how to identify the right one for a given question, and how to read and cite the relevant section. It runs in your own Claude Code or Claude Desktop session and fetches FDA PDFs at query time — no preloaded summaries, no training-data approximations.
/plugin marketplace add cbetz/trove
/plugin install trove@trove
Or copy the skill directory directly:
git clone https://github.com/cbetz/trove
cp -r trove/skills/fda-analyst ~/.claude/skills/
218 FDA novel drug approvals from 2021–2024 — 192 CDER (small molecules + most antibody biologics) plus 26 CBER (cell & gene therapies). Browse the index at /drugs/ — each drug has its own permalink page with the approval-package URL, e.g. /drugs/elahere/, /drugs/leqembi/, /drugs/lenmeldy/, /drugs/casgevy/.
MIT-licensed. Source code, parser, raw artifacts: github.com/cbetz/trove. The data is U.S. government work, public domain — FDA Novel Drug Approvals and Drugs@FDA.