materials-simulation-skills
Verified numerical methods and materials simulation workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorslinear-solvers
Select linear solvers for Ax=b problems on dense and sparse matrices.
mesh-generation
Plan mesh resolution and assess quality for PDE simulations.
numerical-integration
Select and configure time integration methods for ODE and PDE simulations.
time-stepping
Plan adaptive time-step policies with CFL limits and ramp schedules.
numerical-stability
Analyze numerical stability for time-dependent PDE simulations via CFL, von Neumann, and stiffness checks.
post-processing
Extract fields, analyze time series, and generate reports from simulation output data.
differentiation-schemes
Generate finite-difference stencils and estimate truncation errors for PDE discretization.
simulation-validator
Validate simulation pre-flight, runtime, and post-flight checks with Python 3.8.
parameter-optimization
Generate DOE samples and rank parameter influence for simulation calibration.
simulation-orchestrator
Generate parameter sweeps, execute batch jobs, and aggregate JSON results across platforms using Python 3.10+ standard library.
Frequently Asked Questions
FAQPage SchemaHow to install materials-simulation-skills?▼
Run `npx skills add HeshamFS/materials-simulation-skills --all -g -y` in your terminal to install all 24 skills globally.
How to check if my simulation time step is stable?▼
The numerical-stability skill computes CFL, Fourier, and reaction numbers from your dx, dt, and physics parameters, then reports a stable verdict and a recommended maximum time step.
Can it diagnose why my simulation crashed or diverged?▼
Yes. The simulation-failure-triage and simulation-validator skills classify failures like NaN blow-ups, nonconvergence, OOM kills, and segfaults, then propose a safe one-change-at-a-time retry ladder.
Does it work with Claude Code, Cursor, and other coding agents?▼
Yes. All skills follow the open Agent Skills standard and run across 20+ coding agents including Claude Code, Codex, Cursor, and GitHub Copilot with no extra wiring.
Can I use it without numerical methods expertise?▼
Yes. Describe your problem in plain English and the agent picks the right skill, runs its tested script, and interprets the result against cited standards like ASME V&V 20.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides