fda-analyst

fda-analyst is a skill for Claude Code from cbetz/trove. It costs 80 tokens per session (1,269 once invoked), scanned A, original, MIT.

A reference skill for analysing U.S. Food and Drug Administration approvals of newer medicines. It uses approval documents to explain the studies, results, regulatory path, and safety issues behind an approval.

In plain words
What is it for?
It is for examining clinical trials, measured outcomes, adverse events, approval pathways, and FDA review documents for eligible drugs.
Why use it?
It helps answer what evidence the FDA actually reviewed instead of relying only on a medicine’s label or a summary. It is limited to the approval areas and years covered by its source index.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the trove plugin — 2 skills shipped together

Good fit It is for examining clinical trials, measured outcomes, adverse events, approval pathways, and FDA review documents for eligible drugs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cbetz/trove/fda-analyst
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cbetz/trove --skill fda-analyst
Clone the repo
git clone --depth 1 https://github.com/cbetz/trove

Made for: Claude Code.

Or install trove, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fda-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/cbetz/trove/fda-analyst.svg)](https://agentmods.dev/skills/cbetz/trove/fda-analyst)
Your own site
<a href="https://agentmods.dev/skills/cbetz/trove/fda-analyst"><img src="https://agentmods.dev/badge/skills/cbetz/trove/fda-analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.01269
Opus 5 $0.00040 $0.00634
Sonnet 5 $0.00016 $0.00254
Haiku 4.5 $0.00008 $0.00127

Measured 7d ago against content hash 80080fa98a06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

fda-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fda-analyst/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

fda-analyst

A skill for analyzing FDA novel drug approvals. Powered by the trove project's curated index of recent FDA approvals plus the actual approval-package documents on accessdata.fda.gov.

When to use this skill

Invoke when the user asks about:

  • A specific FDA-approved drug — what was the basis for approval, what trials supported it, what endpoints were used.
  • Adverse events the FDA flagged at approval (read from the medical review, not the label).
  • Regulatory pathway — was it accelerated approval, breakthrough, priority review, fast track.
  • Approval-document content — anything in the medical review, statistical review, pharmacology review, chemistry review.
  • Cross-drug comparisons along regulatory dimensions.

Don't use this skill for

  • Clinical advice or dosing. This is a reference tool over public approval documents, not a substitute for the prescribing label or clinical judgment.
  • Drugs approved before 2021. The current trove index covers 2021–2024 only. Earlier drugs aren't in the published bundle yet.
  • Devices, biosimilars, generics, or supplemental approvals. Out of scope. Vaccines and blood products are also out of scope — trove ingests only the CBER cell & gene therapy page, not the broader CBER vaccines/blood list.
  • Devices, biosimilars, or generic (ANDA) approvals. Out of scope — the trove index covers FDA's curated "Novel Drug Approvals" lists (NMEs and novel BLAs).
  • Questions that don't require the actual approval package — labeling questions, prescribing information, formulary status, etc. Use FDA's public-facing tools or the prescribing label.

How to query

The data lives as a JSON/Parquet bundle served from troveproject.com. DuckDB can query the Parquet over HTTPS; you can also fetch the JSON directly.

Bash + DuckDB CLI for the index:

duckdb -c "SELECT drug_name, active_ingredient, approval_date,
          application_type, application_number, drugs_at_fda_url
   FROM read_parquet('https://troveproject.com/data/fda_approvals_nme_recent.parquet')
   WHERE LOWER(drug_name) LIKE '%[name]%'
   LIMIT 5"

Read the full file on GitHub · 84 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 84 lines · 80 tokens per session scan A 80080fa98a06

Subscribe to this mod's changes

fda-analyst is a skill published in the GitHub repository cbetz/trove (3 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 1,269 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons. Invoke for any question about IDC collections, cancer imaging datasets, DICOM data access, radiology (CT, MR, PET) or pathology AI training sets, metadata queries, visualization, or license checks — even when the user doesn't explicitly…

K-Dense-AI/scientific-agent-skills · 75 tokens

lab-hardware-cad

Design custom laboratory hardware as parametric build123d models and export fabrication-ready STEP, STL, and DXF files - microfluidic chips and molds, optomechanical mounts and breadboard adapters, cuvette and microplate holders, tube racks, animal-behavior rigs, and 3D-printed instrument fixtures. Use when a research…

K-Dense-AI/scientific-agent-skills · 106 tokens

onekgpd

Query the 1000 Genomes Project dataset (3,202 whole-genome-sequenced individuals, GRCh38) at the level of individual participants. Use when a question is about individuals or variants in the 1000 Genomes Project cohort: which individuals carry variants matching specific criteria in a gene or region, which individuals…

K-Dense-AI/scientific-agent-skills · 143 tokens

pkpd-modeling

Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…

K-Dense-AI/scientific-agent-skills · 273 tokens

statistical-analysis

Guided statistical analysis for research data - test selection, assumption checking, effect sizes, power analysis, Bayesian alternatives, and APA-formatted reporting. Use whenever a user wants to compare groups, test a hypothesis, analyze experimental or survey data, check statistical assumptions, compute required…

K-Dense-AI/scientific-agent-skills · 111 tokens

biopython

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use…

K-Dense-AI/scientific-agent-skills · 76 tokens