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