LAMMPS molecular dynamics skill for nanoscale system simulation with force field management
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill lammps-md-executor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lammps Md Executor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-lammps-md-executor-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: lammps-md-executor
description: LAMMPS molecular dynamics skill for nanoscale system simulation with force field management
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: computational
priority: high
phase: 6
tools-libraries:
- LAMMPS
- OVITO
- VMD
- 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]
---
# LAMMPS MD Executor
## Purpose
The LAMMPS MD Executor skill provides molecular dynamics simulation capabilities for nanoscale systems, enabling investigation of structural, mechanical, and thermal properties through classical simulations.
## Capabilities
- Force field selection and parameterization
- System equilibration protocols
- NVT/NPT ensemble simulations
- Trajectory analysis
- Thermal conductivity calculation
- Mechanical property simulation
## Usage Guidelines
### MD Simulation Workflow
1. **System Setup**
- Build initial configuration
- Assign force field
- Minimize energy
2. **Equilibration**
- NVT temperature equilibration
- NPT for density
- Monitor equilibration metrics
3. **Production**
- Run appropriate ensemble
- Calculate properties on-the-fly
- Save trajectories
## Process Integration
- Molecular Dynamics Simulation Workflow
- Multiscale Modeling Integration
## Input Schema
```json
{
"structure_file": "string",
"force_field": "string (ReaxFF|MEAM|Tersoff|LJ)",
"ensemble": "nvt|npt|nve",
"temperature": "number (K)",
"pressure": "number (atm, for npt)",
"timestep": "number (fs)",
"total_time": "number (ns)"
}
```
## Output Schema
```json
{
"thermodynamic_properties": {
"temperature": "number (K)",
"pressure": "number (atm)",
"total_energy": "number (eV)",
"volume": "number (Angstrom^3)"
},
"structural_properties": {
"rdf_file": "string",
"msd_file": "string"
},
"trajectory_file": "string",
"equilibrated": "boolean"
}
```
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!