skills/hpc-run/SKILL.md
SLURM-based HPC submission for MDClaw workflow nodes. Handles cluster inspection, single-node and job-array submission, status sync to the DAG, and production restart extensions.
npx skillsauth add matsunagalab/mdclaw hpc-runInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read skills/common/preamble.md, skills/common/tool-output.md, and
skills/common/node-cli-patterns.md before acting.
Use this skill when the user wants to run equilibration or production nodes on SLURM, submit multiple replicates or systems, monitor/recover jobs, configure cluster policy, or extend production runs.
Structure preparation remains a login-node or interactive step. HPC submission
starts after a topo node exists and the next eq or prod node can resolve
its inputs from the DAG.
skills/hpc-run/discovery-policy.mdskills/hpc-run/submit-single.mdskills/hpc-run/submit-array.mdskills/hpc-run/monitor-recover.mdskills/hpc-run/prod-extension.mdskills/hpc-run/study-campaigns.md--job-dir and --node-id when submitting or running a DAG
workflow node.--system-xml-file, --topology-pdb-file, --state-xml-file, or --restart-from in normal
DAG SLURM commands; resolver logic handles these.COMPLETED SLURM state alone does not mark a node complete. The MDClaw tool
running inside the job owns the final complete_node call.--platform CUDA (or --platform OpenCL) and you
pass neither --gpus nor --gres, submit_job / submit_array_job auto-set
--gpus 1 and emit a warning, so a CUDA run never lands on a CPU-only node.
On a GPU cluster, default min/eq/prod to --platform CUDA so they
request a GPU. Pass --gpus N for multi-GPU, or --gres gpu:<type>:N on
clusters that require GRES form (--gres also suppresses the autodetection).
--platform auto does NOT trigger a GPU request on HPC: without an allocated
GPU it falls back to CPU, so make GPU intent explicit with --platform CUDA.development
Generate monomer conformational source candidates with BioEmu, then hand them to MDClaw preparation.
testing
Study-level planning for MDClaw. Turns scientific questions into a small MD research plan, planned jobs, analysis intent, and decision criteria before handing off to stage skills.
data-ai
Run MDPrepBench and MDStudyBench tasks with prompt-driven MD agents and deterministic scorer commands. Use for benchmark runs, agent submissions, and comparing MD agents.
data-ai
AI-driven protein structure prediction using Boltz-2 for single proteins, multimers, and protein-ligand complexes.