high-throughput-dft

high-throughput-dft is a skill for Claude Code, Codex from SFETNI/Deep-Matter-Chem-Skills. It costs 5 tokens per session (13,138 once invoked), scanned A, original, MIT.

A workflow for running density functional theory (DFT), a quantum-mechanical method for calculating material properties, across large numbers of crystal structures. It covers job pipelines, standardized inputs, error recovery, high-performance-computing submissions, result storage, duplicate removal, and quality checks.

In plain words
What is it for?
Use it for hundreds or more DFT calculations, such as relaxation, electronic-structure, phonon, or defect workflows, and for connecting results to materials databases or machine-learning training and screening.
Why use it?
It organizes repeated calculations so results use consistent settings and can be compared. It also tracks failures, restarts, provenance, and stored outputs across large screening projects.

Skill for Claude CodeCodex

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

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/user/htdft_project/fw_config/.

Good fit Use it for hundreds or more DFT calculations, such as relaxation, electronic-structure, phonon, or defect workflows, and for connecting results to materials databases or machine-learning training and screening.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 high-throughput-dft

README.md
[![agentmods](https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/high-throughput-dft/github.svg)](https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/high-throughput-dft)
Your own site
<a href="https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/high-throughput-dft"><img src="https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/high-throughput-dft/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 high-throughput-dft

Your own site · 80×15
<a href="https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/high-throughput-dft"><img src="https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/high-throughput-dft.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 5 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,138 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.00005 $0.13138
Opus 5 $0.00003 $0.06569
Sonnet 5 $0.00001 $0.02628
Haiku 4.5 $0.00001 $0.01314

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

Security

Grade A, and why

high-throughput-dft 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.

skills/electronic-structure/high-throughput-dft/SKILL.md · 1,025 lines

How it starts

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

High-Throughput DFT Workflows

Description

This skill covers automated, large-scale DFT screening workflows: workflow graph construction and provenance tracking with atomate2/jobflow or AiiDA, input-set standardization, error handling with custodian, HPC job submission and restart logic, MongoDB-backed results storage, deduplication, and quality control. It connects high-throughput DFT to materials databases, ML training datasets, active learning loops, and surrogate screening campaigns. Invoke this skill when running hundreds to hundreds of thousands of DFT calculations systematically, automating a multi-step DFT pipeline (relax → static → DOS/bands → phonon → defect), or coupling DFT calculations to ML potential training or property screening.

Domain Context

High-throughput DFT (HT-DFT) is DFT run at scale: the same code, functional, and input protocol applied uniformly to a large structure library so that computed properties are mutually comparable. The value is not any single calculation but the internally consistent dataset that enables thermodynamic screening, property prediction, ML training, and active learning. This internal consistency is fragile — a single inconsistent INCAR, a different POTCAR version, or a missing convergence check can silently corrupt the comparative validity of hundreds of results.

Workflow orchestration: A DFT workflow is a directed acyclic graph (DAG) of calculations where each node is a DFT job and each edge is a data dependency. Orchestration tools (atomate2 + jobflow, FireWorks, AiiDA) manage job submission, output parsing, provenance recording, error detection, and chaining. The key distinction is between workflow definition (the graph and input sets) and workflow execution (the compute infrastructure that runs jobs). Separating these allows the same workflow graph to run on different HPC systems.

Input-set standardization: All DFT calculations in a screening campaign must use identical or explicitly documented input sets. The pymatgen InputSet machinery (MPRelaxSet, MPStaticSet, MPScanRelaxSet, MPHSEBSSet, etc.) encodes Materials Project–compatible calculation parameters, including POTCAR selection, INCAR defaults, k-mesh generation, and structure transformation. Using these sets ensures that computed energies are compatible with MP compatibility corrections and the MP thermodynamic database.

Read the full file on GitHub · 1,025 lines

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 · 1,025 lines · 5 tokens per session scan A 2f452ec4d1d8

Subscribe to this mod's changes

high-throughput-dft is a skill published in the GitHub repository SFETNI/Deep-Matter-Chem-Skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 5 tokens to every session and 13,138 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.

Related

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…

synthetic-sciences/openscience · 67 tokens

smiles-validation

Strict SMILES validation, structural comparison, and modification verification. Catches invalid LLM-generated molecules.

synthetic-sciences/openscience · 24 tokens

patsnap-biological-modality

Biological sequence and modality intelligence via Patsnap MCP.

patsnap/mcp · 19 tokens

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/mcp · 47 tokens

patsnap-target-disease

Patsnap Target & Disease MCP for AI agents. Target and disease profiling tool, covering target characterization, disease profiling, and epidemiology evidence retrieval.

patsnap/mcp · 37 tokens

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/mcp · 64 tokens