GROMACS molecular dynamics skill for nanoparticle-biomolecule interaction simulations
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill gromacs-md-executor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gromacs Md Executor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-gromacs-md-executor-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: gromacs-md-executor
description: GROMACS molecular dynamics skill for nanoparticle-biomolecule interaction simulations
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: computational
priority: medium
phase: 6
tools-libraries:
- GROMACS
- gmx_MMPBSA
- MDAnalysis
graph:
domains: [domain:nanotechnology]
skillAreas: [skill-area:mathematical-reasoning, skill-area:physics-simulation, skill-area:data-analysis]
workflows: [workflow:experiment-design]
roles: [role:research-engineer]
---
# GROMACS MD Executor
## Purpose
The GROMACS MD Executor skill provides molecular dynamics simulation capabilities specialized for nanoparticle-biomolecule interactions, enabling investigation of drug delivery systems, protein-surface interactions, and membrane penetration.
## Capabilities
- Nanoparticle-protein simulations
- Membrane-nanoparticle interactions
- Coarse-grained modeling (Martini)
- Free energy calculations
- Enhanced sampling methods
- Trajectory analysis and visualization
## Usage Guidelines
### Bio-Nano MD Workflow
1. **System Preparation**
- Parameterize nanoparticle
- Solvate system
- Add ions for neutralization
2. **Equilibration**
- Minimize energy
- NVT equilibration
- NPT equilibration
3. **Production and Analysis**
- Run appropriate sampling
- Calculate binding energies
- Analyze interactions
## Process Integration
- Molecular Dynamics Simulation Workflow
- Nanoparticle Drug Delivery System Development
## Input Schema
```json
{
"nanoparticle_file": "string",
"biomolecule_file": "string",
"force_field": "CHARMM36|AMBER|Martini",
"simulation_type": "binding|membrane|protein_corona",
"temperature": "number (K)",
"simulation_time": "number (ns)"
}
```
## Output Schema
```json
{
"binding_energy": "number (kJ/mol)",
"contact_residues": ["string"],
"rmsd": "number (nm)",
"interaction_analysis": {
"hydrogen_bonds": "number",
"hydrophobic_contacts": "number"
},
"trajectory_file": "string"
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!