jinzhezenggroup/dft-siesta
Route SIESTA requests to task-specific subskills based on user intent. Use when the user asks for SIESTA workflows and you must decide between static, relaxation, molecular dynamics, or electronic-analysis preparation. This orchestration skill dispatches to the correct SIESTA subskill and enforces consistent handoff to submission skills.
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill dft-siesta
Use this skill as the top-level SIESTA orchestration layer.
This skill routes requests to one task-specific SIESTA subskill path:
dft-siesta/staticdft-siesta/relaxdft-siesta/mddft-siesta/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-siesta/static.dft-siesta/relax.dft-siesta/md.dft-siesta/electronic.dpdisp-submitProvide:
Take jinzhezenggroup/dft-siesta 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.