ml-experiment-review

ml-experiment-review is a skill for Claude Code, Codex from NeoXider/neoxider-mcp-hub. It costs 0 tokens per session (142 once invoked), scanned A, original, MIT.

A review checklist for machine-learning experiments, benchmarks, comparisons, and training runs.

In plain words
What is it for?
Use it to document hypotheses, baselines, datasets, metrics, seeds, failed runs, reproducibility details, uncertainty, and the next discriminating experiment.
Why use it?
It helps separate measured results from interpretation and exposes problems such as data leakage, weak comparisons, inconsistent settings, and selective reporting.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to document hypotheses, baselines, datasets, metrics, seeds, failed runs, reproducibility details, uncertainty, and the next discriminating experiment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neoxider/neoxider-mcp-hub/ml-experiment-review
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 NeoXider/neoxider-mcp-hub --skill ml-experiment-review
Clone the repo
git clone --depth 1 https://github.com/NeoXider/neoxider-mcp-hub

Made for: Claude Code, Codex.

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 ml-experiment-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/neoxider/neoxider-mcp-hub/ml-experiment-review/github.svg)](https://agentmods.dev/skills/neoxider/neoxider-mcp-hub/ml-experiment-review)
Your own site
<a href="https://agentmods.dev/skills/neoxider/neoxider-mcp-hub/ml-experiment-review"><img src="https://agentmods.dev/badge/skills/neoxider/neoxider-mcp-hub/ml-experiment-review/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 ml-experiment-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/neoxider/neoxider-mcp-hub/ml-experiment-review"><img src="https://agentmods.dev/badge/skills/neoxider/neoxider-mcp-hub/ml-experiment-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 142 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.00000 $0.00142
Opus 5 $0.00000 $0.00071
Sonnet 5 $0.00000 $0.00028
Haiku 4.5 $0.00000 $0.00014

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

Security

Grade A, and why

ml-experiment-review 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 12d 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.

data/skills/ml-experiment-review/SKILL.md · 12 lines

What it actually says

ML Experiment Review

Use this skill when reviewing an ML experiment, benchmark, ablation, or training run.

  1. State the hypothesis in falsifiable form.
  2. Identify the baseline, treatment, controlled variables, dataset split, seeds, and stopping rule.
  3. Separate observed measurements from interpretations.
  4. Check data leakage, train/eval contamination, metric selection, variance, and cherry-picking risks.
  5. Record the exact code revision, configuration, environment, artifacts, and commands needed to reproduce the result.
  6. Report uncertainty and failed runs. Do not turn a promising result into a product-readiness claim.
  7. End with the smallest next experiment that can discriminate between the leading explanations.
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. 12d ago First seen · 12 lines · 0 tokens per session scan A b14248fc31ab

Subscribe to this mod's changes

ml-experiment-review is a skill published in the GitHub repository NeoXider/neoxider-mcp-hub (1 stars, last pushed 15d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 142 tokens. 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

bio-workbench

A set of rules for running reproducible bioinformatics analyses, which study biological data with software. It uses small self-contained scripts, recorded inputs and outputs, environment details, and version history so results can be repeated.

poplarity/dsh-science-workbench · 116 tokens

ml-iterate

Use when the user is stuck, needs ranked next steps, or wants alternatives after initial experiments — "I tried X and got Y, what next?".

Leeroo-AI/superml · 34 tokens

ml-experiment

Use when starting, logging, or reviewing ML experiments — maintains a persistent experiment journal with hypotheses, results, and learnings across sessions.

Leeroo-AI/superml · 30 tokens

transfer-learn

Fine-tune a REINVENT4 prior model on a focused SMILES dataset (transfer learning). Use when the user wants to train, fine-tune, or adapt a model to a specific chemical series.

pregHosh/Solitarius-mcp · 46 tokens

cvqnn

Skill for understanding, using, and implementing the Continuous Variable Quantum Neural Network (CVQNN) for binary classification via the CVQNNAlgorithm class, CVSimulator, and CVClassifier. Skill-first for covered code generation, runnable examples, execution, debugging, validation, and fixed workflows.

unitarylab/quantum-practices · 61 tokens

vqc

Skill for understanding, using, and implementing the Variational Quantum Classifier (VQC) for Iris dataset classification with data re-uploading and Parameter Shift Rule via the VQCAlgorithm class. Skill-first for covered code generation, runnable examples, execution, debugging, validation, and fixed workflows.

unitarylab/quantum-practices · 61 tokens