agentsclimarketplace

Gromacs md executor

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/gromacs-md-executor

GROMACS molecular dynamics skill for nanoparticle-biomolecule interaction simulationsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill gromacs-md-executor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.1 KB, 367 tokens by cl100k_base, as published. Nobody here has run it

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

{
  "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

{
  "binding_energy": "number (kJ/mol)",
  "contact_residues": ["string"],
  "rmsd": "number (nm)",
  "interaction_analysis": {
    "hydrogen_bonds": "number",
    "hydrophobic_contacts": "number"
  },
  "trajectory_file": "string"
}

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.