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 -y skills add jinzhezenggroup/computational-chemistry-agent-skills --skill dft-vaspInstalls into the current project.
Run `npx skills use "https://github.com/jinzhezenggroup/computational-chemistry-agent-skills" --skill "jinzhezenggroup/computational-chemistry-agent-skills/dft-vasp"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jinzhezenggroup/computational-chemistry-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/jinzhezenggroup/computational-chemistry-agent-skills"` and select the relevant skills, then follow their instructions.