jinzhezenggroup/dft-abinit
Route ABINIT requests to task-specific subskills based on user intent. Use when the user asks for ABINIT workflows and you must decide between static, relaxation, molecular dynamics, or electronic-analysis preparation. This orchestration skill dispatches to the correct ABINIT subskill and enforces consistent handoff to submission skills.
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill dft-abinit
Use this skill as the top-level ABINIT orchestration layer.
This skill routes requests to one task-specific ABINIT subskill path:
dft-abinit/staticdft-abinit/relaxdft-abinit/mddft-abinit/electronicThis router skill should:
This router skill should not:
The user must provide enough starting context:
static / relax / mdelectronicIf prerequisites are missing, stop and ask for them.
dft-abinit/static.dft-abinit/relax.dft-abinit/md.dft-abinit/electronic.dpdisp-submitProvide:
Take jinzhezenggroup/dft-abinit 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.