Agent skill
alloy-disorder
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/alloy-disorder
SKILL.md
Alloy Disorder Modeling
Overview
Skills for modeling chemical disorder in alloys: generating representative structures, fitting energy models, and predicting thermodynamic properties (phase diagrams, order-disorder transitions).
Sub-skills
| Skill | Path | Description |
|---|---|---|
| SQS Generation | sqs-generation/ |
Generate Special Quasirandom Structures to model random alloys in small periodic cells. Uses icet or pymatgen with Monte Carlo optimization. |
| Cluster Expansion | cluster-expansion/ |
Fit lattice energy models (cluster expansions) to MACE/QE data. Run Monte Carlo simulations for phase diagrams and order-disorder temperatures. |
Typical Workflow
- SQS Generation -- Build a representative disordered structure for a target composition.
- Relax with MACE or QE -- Obtain ground-state geometry and energy.
- Cluster Expansion -- Fit a Hamiltonian across many compositions, then run Monte Carlo for finite-temperature thermodynamics.
Prerequisites
pip install icet sqsgenerator
# Already available: pymatgen, ase, mace-torch, numpy, scipy, matplotlib
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?