Agent skill

molecular-dynamics

Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein/small molecule systems, define force fields, run energy minimization and production MD, analyze trajectories (RMSD, RMSF, contact maps, free energy surfaces). For structural biology, drug binding, and biophysics.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill molecular-dynamics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/06-化学信息与药物发现/molecular-dynamics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Molecular Dynamics ## Overview Molecular dynamics (MD) simulation computationally models the time evolution of molecular systems by integrating Newton's equations of motion. This skill covers two complementary tools: - **OpenMM** (https://openmm.org/): High-performance MD simulation engine with GPU support, Python API, and flexible force field support - **MDAnalysis** (https://mdanalysis.org/): Python library for reading, writing, and analyzing MD trajectories from all major simulation packages **Installation:** ```bash conda install -c conda-forge openmm mdanalysis nglview # or pip install openmm mdanalysis ``` ## When to Use This Skill Use molecular dynamics when: - **Protein stability analysis**: How does a mutation affect protein dynamics? - **Drug binding simulations**: Characterize binding mode and residence time of a ligand - **Conformational sampling**: Explore protein flexibility and conformational changes - **Protein-protein interaction**: Model interface dynamics and binding energetics - **RMSD/RMSF analysis**: Quantify structural fluctuations from a reference structure - **Free energy estimation**: Compute binding free energy or conformational free energy - **Membrane

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Workflow: OpenMM Simulation
  4. 1. System Preparation
  5. 2. Energy Minimization
  6. 3. NVT Equilibration
  7. 4. NPT Equilibration and Production
  8. Trajectory Analysis with MDAnalysis
  9. 1. Load Trajectory
  10. 2. RMSD Analysis
  11. 3. RMSF Analysis (Per-Residue Flexibility)
  12. 4. Protein-Ligand Contacts
  13. Force Field Selection Guide
  14. System Preparation Tools
Ships with 1 file
  • references/mdanalysis_analysis.md
Commands it runs
conda install -c conda-forge openmm mdanalysis nglview
or
pip install openmm mdanalysis
More from qinyan-academic-skills
All skills →
About this skill
What does the molecular-dynamics skill do?

Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein/small molecule systems, define force fields, run energy minimization and production MD, analyze trajectories (RMSD, RMSF, contact maps, free energy surfaces). For structural biology, drug binding, and biophysics.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill molecular-dynamics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going