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.
npx skills add SFETNI/Deep-Matter-Chem-Skills --skill small-data-mlgit clone --depth 1 https://github.com/SFETNI/Deep-Matter-Chem-SkillsWrote 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.
[](https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/small-data-ml)<a href="https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/small-data-ml"><img src="https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/small-data-ml/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.
<a href="https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/small-data-ml"><img src="https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/small-data-ml.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00004 | $0.12481 |
| Opus 5 | $0.00002 | $0.06241 |
| Sonnet 5 | $0.00001 | $0.02496 |
| Haiku 4.5 | $0.00000 | $0.01248 |
Grade A, and why
small-data-ml 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 892 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Small-Data Machine Learning for Materials and Chemistry
Description
This skill covers machine learning on small scientific datasets (roughly 20–2000 samples) in materials science and chemistry: leakage-safe splitting strategies for correlated structures and compositions, baseline model selection, descriptor screening, uncertainty quantification, learning curves, model selection under limited data, transfer learning from pretrained representations, and rigorous reporting of performance including confidence intervals and negative results. Invoke this skill when building a property predictor, surrogate model, or screening model from a dataset small enough that every methodological choice — splitting strategy, baseline, hyperparameter tuning procedure — materially affects the reported metrics.
Domain Context
Most published materials ML models are trained on fewer than a few thousand samples. This is not a weakness — DFT, synthesis, and characterization are expensive — but it creates methodological traps that are easy to miss and hard to detect from the outside. High R² on a random 80/20 split of a 200-sample dataset is not evidence of a useful model; it may reflect correlation leakage, a narrow target range, or an over-tuned hyperparameter.
Why scientific small-data is different from standard ML small-data:
In general ML, small-data problems usually assume i.i.d. samples. Materials datasets violate this in structured ways:
- Compositional correlation: Two alloys that differ by 1 at% are nearly identical in descriptor space and probably in target space. Random splitting separates near-duplicates across train and test, making the model look more accurate than it generalizes.
- Structural prototype correlation: All rocksalt oxides share the same topology; a model trained on MgO, NiO, CoO will trivially interpolate to FeO even under random splitting.
- Database-sourced duplicates: Materials Project, AFLOW, and OQMD share many structures computed by different methods; deduplication before splitting is mandatory.
- Experimental campaign structure: Samples in a synthesis campaign often share substrate, precursor, or equipment — a group that must be held out together, not split randomly.
- Active-learning iteration structure: Samples from later iterations are in regions near those from earlier iterations. Splitting across iterations pretends the model was trained on future knowledge.
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.
- 11d ago First seen · 892 lines · 4 tokens per session scan A c339da903038
small-data-ml is a skill published in the GitHub repository SFETNI/Deep-Matter-Chem-Skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 4 tokens to every session and 12,481 once invoked, about $0.0000 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.
Other skills, from other repositories
primekg
Query the Precision Medicine Knowledge Graph (PrimeKG) for multiscale biological relationships across genes and proteins, drugs, diseases, phenotypes, pathways, biological processes, exposures and anatomy. Use this skill to search entities by name, pull direct neighbours and their evidence types, summarise the local…
fragment-based-count-matrix-generation
Use when you have a backed AnnData object containing processed fragment data (stored in .obsm['fragmentpaired'] or .
methylbase-object-handling
Use when after reading in per-sample methylation call files with methRead() and obtaining methylRawList objects, but before calculating differential methylation or performing annotation.
motif-annotation-correlation-analysis
Use when you have a chromVARDeviations object with multiple annotation sets (such as JASPAR motifs and kmers) and need to determine which annotation pairs are redundant (high correlation) versus synergistic (high synergy z-scores).
motif-database-query-and-matching
Use when you have a set of differentially accessible peaks (output from differential accessibility testing, e.g., tl.
motif-enrichment-statistical-testing
Use when after identifying a set of differentially accessible peaks (via tl.difftest or equivalent), when you need to infer which transcription factors may regulate the observed chromatin state changes.