jinzhezenggroup/dft-gpaw
Route GPAW DFT requests to task-specific subskills based on user intent. Use when the user asks for GPAW workflows and you must decide between static SCF, relaxation, DOS, or band-structure task preparation. This orchestration skill dispatches to the correct GPAW subskill and enforces consistent handoff to submission skills.
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill dft-gpaw
Use this skill as the top-level GPAW orchestration layer.
This skill routes requests to one task-specific GPAW subskill path:
dft-gpaw/staticdft-gpaw/relaxdft-gpaw/dosdft-gpaw/bandThis router skill should:
This router skill should not:
The user must provide enough starting context:
static / relaxdos / bandIf prerequisites are missing, stop and ask for them.
dft-gpaw/static.dft-gpaw/relax.dft-gpaw/dos.dft-gpaw/band.dpdisp-submitProvide:
Take jinzhezenggroup/dft-gpaw 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.