jinzhezenggroup/ase
Unified ASE router skill with a tree of subskills for static/relax/MD/NEB workflows and backend adapters (GPAW, MACE). Use when you need backend-agnostic workflow orchestration while keeping calculator-specific setup isolated in adapter subskills, with reproducible task preparation as output.
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill ase
Use this skill as the unified entry point for ASE ecosystem tasks.
This skill routes requests to one branch under the ASE tree:
ase/ase-workflowsase/ase-calculatorsThis top-level router should:
This top-level router should not:
ase/ase-workflowsase/ase-calculatorsase/ase-workflows first, then call ase/ase-calculators as dependencyProvide:
Take jinzhezenggroup/ase from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.