Claude Skills · DevOps & Infrastructure

Route SIESTA requests to task-specific subskills based on user intent. Use when the user asks for SIESTA workflows and you must decide between static, relaxation, molecular dynamics, or electronic-analysis preparation. This orchestration skill dispatches to the correct SIESTA subskill and enforces consistent handoff to submission skills.

★ 136 MIT Synced 49 minutes ago View SKILL.md

At a glance

DevOps & Infrastructure Manual install Python Actively maintained MIT

This skill is for DevOps & Infrastructure and helps you route siesta computational requests, dispatch to molecular dynamics workflows, and prepare electronic structure analysis.

Install git clone --depth 1 https://github.com/jinzhezenggroup/computational-chemistry-agent-skills cp -r computational-chemistry-agent-skills/quantum-chemistry/dft-siesta ~/.claude/skills/dft-siesta
Can use Not declared by the author

Setup, runtime and requirements describe jinzhezenggroup/computational-chemistry-agent-skills, the repo this skill ships in.

SiestaDftmolecular-dynamicscomputational-chemistryworkflow-orchestrationTask Routing

Also in jinzhezenggroup/computational-chemistry-agent-skills

View the repo

It is a specification for semantic workflows used by agents to plan, generate, formalize, summarize, and execute complex tasks, projects, ex...

A command-line tool in AmberTools for preparing small molecules or non-standard residues within GAFF/AMBER-compatible chemical space for mol...

Ase Coding

Unified ASE router skill with a tree of subskills for static/relax/MD/NEB workflows and backend adapters (GPAW, MACE). Use when you need bac...

Fine-tune a DPA3 model in DeePMD-kit using the PyTorch backend. Use when the user wants to adapt a pre-trained DPA3 model to a new downstrea...

Run Python inference with DeePMD-kit models using the DeepPot API. Use when the user wants to load a trained/frozen DeePMD model (.pth or .p...

Deepmd Train Coding

Train DeePMD-kit models with progressive disclosure. Use when the user wants to train a DeePMD-kit potential, prepare an input.json, choose...

Dft Abinit Research

Route ABINIT requests to task-specific subskills based on user intent. Use when the user asks for ABINIT workflows and you must decide betwe...

Route DFTB+ requests to task-specific subskills based on user intent. Use when the user asks for DFTB+ workflows and you must decide between...

Route CP2K requests to task-specific subskills based on user intent. Use when the user asks for CP2K workflows and you must decide between s...

Dft Gpaw Research

Route GPAW DFT requests to task-specific subskills based on user intent. Use when the user asks for GPAW workflows and you must decide betwe...

Generate Quantum ESPRESSO DFT input tasks from a user-provided structure plus user-specified DFT settings. Use when the user wants to prepar...

Route VASP DFT requests to task-specific subskills based on user intent. Use when the user asks for VASP workflows and you must decide betwe...

Other DevOps & Infrastructure skills

Wizard mattpocock/skills

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...

Git Guardrails Claude Code mattpocock/skills

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

Setup Matt Pocock Skills mattpocock/skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...

Setup TS Deep Modules mattpocock/skills

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...

Setup Pre Commit mattpocock/skills

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...

Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.