Agent skill
biomolecular-md
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/biomolecular-md
SKILL.md
Biomolecular MD
Biomolecular molecular dynamics simulations using OpenMM for proteins, solvated molecular systems, drug-protein interactions, and soft matter. Covers force field assignment (AMBER, CHARMM, OpenFF), explicit solvent models, free energy calculations, and trajectory analysis with mdtraj.
Sub-Skills
| Sub-Skill | Directory | Description |
|---|---|---|
| OpenMM Simulation | openmm-simulation/ |
Full biomolecular MD workflows: protein-in-water from PDB, small molecule solvation with Open Force Field, temperature annealing, equilibration protocols (NVT/NPT), and trajectory analysis with mdtraj |
Method Decision Guide
What biomolecular simulation do you need?
Protein folding / dynamics / conformational sampling?
--> openmm-simulation/ (Workflow 1: Protein in Water from PDB)
Small molecule solvation free energy / drug-like molecule in water?
--> openmm-simulation/ (Workflow 2: Small Molecule Solvation with OpenFF)
Temperature-driven conformational changes / simulated annealing?
--> openmm-simulation/ (Workflow 3: Temperature Annealing)
Drug-protein binding / ligand-receptor interactions?
--> openmm-simulation/ (Workflow 1 with ligand, or use openmmtools for alchemical FE)
Polymer / soft matter in solution?
--> openmm-simulation/ (Workflow 2 with polymer topology via OpenFF)
Force field selection:
Protein/nucleic acid --> AMBER ff14SB or CHARMM36m
Small organic molecule --> OpenFF (Sage / Parsley) via openff-toolkit
Lipid bilayer --> CHARMM36 lipid parameters
General organic --> GAFF2 (via AmberTools) or OpenFF
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?