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 reproducibility-workflowgit 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/reproducibility-workflow)<a href="https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/reproducibility-workflow"><img src="https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/reproducibility-workflow/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/reproducibility-workflow"><img src="https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/reproducibility-workflow.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.00006 | $0.11712 |
| Opus 5 | $0.00003 | $0.05856 |
| Sonnet 5 | $0.00001 | $0.02342 |
| Haiku 4.5 | $0.00001 | $0.01171 |
Grade A, and why
reproducibility-workflow scanned grade A with 1 finding 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
result = subprocess.run( How it starts
The opening of the file, as written. The whole thing — 896 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reproducibility Workflow
Description
This skill covers the systematic provenance tracking, data versioning, and environment capture required to make computational materials science campaigns reproducible: DFT dataset provenance, MLP training experiment tracking, active learning iteration versioning, environment snapshots, model registry management, and data integrity verification. Invoke this skill when designing a new simulation or ML campaign from scratch, when auditing an inherited dataset or model, or when preparing data and results for publication or long-term archiving.
Domain Context
Reproducibility in computational materials science and scientific ML has two distinct failure modes that are easy to confuse. The first is bit-exact reproducibility: given identical inputs, code, and hardware, the same numbers appear. The second is scientific reproducibility: an independent researcher using the same protocol and nominally identical inputs arrives at the same scientific conclusions. The first is often achievable for DFT and classical MD; it becomes harder for GPU-accelerated ML training where floating-point nondeterminism is inherent. The second requires that the protocol itself — inputs, settings, preprocessing steps, and analysis code — is fully recorded.
In computational materials science, the most common reproducibility failures are not deliberate falsification but silent data corruption: a POTCAR file quietly updated mid-campaign, a preprocessing script run without recording its parameters, a train/test split generated with no fixed random seed, a model checkpoint overwritten by a re-run. Each of these produces results that look correct locally but cannot be reproduced six months later, or produce subtly different results when the dataset is extended.
The provenance chain in a typical MLP campaign spans at least four levels:
- DFT calculations: Code version, pseudopotentials (checksums), functional, ENCUT/ecutwfc, k-mesh density, smearing, convergence thresholds, cell, PBC, MAGMOM. A change at this level invalidates all downstream training.
- Dataset assembly: Which raw calculations were included, which were filtered (and why), the extxyz conversion script, the train/val/test split seed, and the resulting dataset file checksums.
- Model training: Architecture hyperparameters, loss weights, random seed, training data file checksum, optimizer settings, number of epochs, the exact training command, and the validation metrics at the best checkpoint.
- Deployment and production: Model file checksum, LAMMPS version and plugin hash, simulation input script, initial structure, random seed for velocity initialization, ensemble and thermostat settings.
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 · 896 lines · 6 tokens per session scan A 6aac8553ce7e
reproducibility-workflow is a skill published in the GitHub repository SFETNI/Deep-Matter-Chem-Skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 6 tokens to every session and 11,712 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
datamol
Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters…
smiles-validation
Strict SMILES validation, structural comparison, and modification verification. Catches invalid LLM-generated molecules.
patsnap-biological-modality
Biological sequence and modality intelligence via Patsnap MCP.
patsnap-scientific-translational-evidence
Patsnap Scientific & Translational Evidence MCP for AI agents. Retrieval platform focusing on scientific literature and translational outcomes, covering academic publication queries and translational medicine record tracking.
patsnap-solution-engine
Patsnap TRIZ Concept Solution Engine MCP for AI agents. Generates innovation or product cost-reduction concepts through asynchronous TRIZ and TRIZ/DFMA workflows. Use for engineering problem solving, concept alternatives, cost-reduction analysis, task-progress retrieval, and selected-solution details.
patsnap-current-awareness
Patsnap Current Awareness MCP for AI agents. Tracking system for pharmaceutical industry dynamics and cutting-edge news, covering global medical news search and in-depth news detail mining.