bio-stats-ml-reporting

bio-stats-ml-reporting is a skill for Claude Code from fmschulz/omics-skills. It costs 37 tokens per session (1,041 once invoked), scanned A, original, MIT.

A workflow for analyzing biological data with statistics or machine learning and producing checked reports. It covers data preparation, baseline models, validation, and performance checks.

In plain words
What is it for?
Combining experimental or literature-derived results, building feature tables, training statistical or machine-learning models, evaluating them, and creating validated reports.
Why use it?
Biological datasets can contain misleading group overlap, class imbalance, batch effects, or poorly calibrated predictions. The workflow checks for these problems before results are reported.

Skill for Claude Code

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

Part of the omics-skills plugin — 34 skills, 4 agents shipped together

Good fit Combining experimental or literature-derived results, building feature tables, training statistical or machine-learning models, evaluating them, and creating validated reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fmschulz/omics-skills/bio-stats-ml-reporting
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 fmschulz/omics-skills --skill bio-stats-ml-reporting
Clone the repo
git clone --depth 1 https://github.com/fmschulz/omics-skills

Made for: Claude Code.

Or install omics-skills, the plugin that ships this one along with the rest of its 34 skills, 4 agents.

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 bio-stats-ml-reporting

README.md
[![agentmods](https://agentmods.dev/badge/skills/fmschulz/omics-skills/bio-stats-ml-reporting/github.svg)](https://agentmods.dev/skills/fmschulz/omics-skills/bio-stats-ml-reporting)
Your own site
<a href="https://agentmods.dev/skills/fmschulz/omics-skills/bio-stats-ml-reporting"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/bio-stats-ml-reporting/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bio-stats-ml-reporting

Your own site · 80×15
<a href="https://agentmods.dev/skills/fmschulz/omics-skills/bio-stats-ml-reporting"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/bio-stats-ml-reporting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,041 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.00037 $0.01041
Opus 5 $0.00018 $0.00521
Sonnet 5 $0.00007 $0.00208
Haiku 4.5 $0.00004 $0.00104

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

Security

Grade A, and why

bio-stats-ml-reporting 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_predictions.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/bio-stats-ml-reporting/SKILL.md · 76 lines

How it starts

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

Bio Stats ML Reporting

Aggregate results, train ML models, and produce reports with validated references.

Instructions

Tool guides and versions: docs/README.md.

  1. Join outputs in DuckDB v1.1+ and build feature tables. Arrow / DuckLake integration is the recommended bridge into ML pipelines for large datasets.
  2. Train baseline models and evaluate with cross-validation.
    • CPU baseline: scikit-learn v1.5+ for linear/tree/clustering baselines; XGBoost v2.1.4+ for gradient boosting.
    • GPU node available (CUDA): set device="cuda" on XGBoost (native since v2.0) by default. For sklearn-compatible estimators (random forest, k-means, PCA, UMAP), use RAPIDS cuML as a drop-in replacement and record the device in the run log.
  3. Generate reports and validate references.
    • Validate the prediction table with scripts/validate_predictions.py. Keep group identifiers and confounder labels in the table so the gate can detect sample/group leakage, class imbalance, calibration failure, batch-outcome imbalance, and performance that does not beat the majority-class null.
  4. For exploratory omics projects, aggregate discovery evidence across the literature-derived analysis playbook, annotation, phylogenomics, viromics, and comparative-genomics outputs.
  5. Comparative-axes rollup — join the per-axis comparison artifacts produced by upstream skills into a single comparative_axes_summary.tsv. The rollup must have one row per (query genome, axis) and include:
    • genome-property frontier (size, gene count, etc. — link to relative_genome_metrics.tsv and genome_size_frontier.tsv)
    • marker-gene census (link to marker_census.tsv)
    • family copy-number expansions/contractions (link to family_copy_number_comparison.tsv and family_expansion_candidates.tsv)
    • synteny / conserved neighborhoods (link to conserved_neighborhoods.tsv)
    • non-coding RNA census (link to ncRNA_census.tsv) Each row records observation, comparison baseline, literature reference, status (notable / conserved / artifact / negative), and a follow-up test.
  6. Produce an interesting-findings section that ranks candidate discoveries relative to the literature-derived baseline and separates:
    • strong candidates with multiple evidence types
    • plausible candidates needing validation
    • likely artifacts or conserved lineage features
    • explicit negative findings where nothing notable was detected
  7. Include the comparison baseline, literature context, confidence, and next discriminating analyses for each candidate.

Read the full file on GitHub · 76 lines

Files

What ships with it

7 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. 2d ago Changed ae16d5daac1f
  2. 9d ago First seen · 76 lines · 37 tokens per session scan A 6f1c4a8d7a1c

Subscribe to this mod's changes

bio-stats-ml-reporting is a skill published in the GitHub repository fmschulz/omics-skills (7 stars, last pushed 3d ago), licensed MIT. It adds 37 tokens to every session and 1,041 once invoked, about $0.0002 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

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

scientific-slides

Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and…

K-Dense-AI/scientific-agent-skills · 65 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

tamarind

Access a collection of open-source molecular design and structural biology tools on the Tamarind Bio platform, via its REST API or MCP server — no local GPUs required. Tamarind bundles popular open-source models for structure prediction (AlphaFold, Boltz, Chai, ESMFold), protein, binder, and de novo design…

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