jinzhezenggroup/computational-chemistry-agent-dft-vasp-static
Prepare VASP static SCF input tasks from a user-provided structure and essential DFT settings. Use when the user needs single-point electronic structure/total-energy calculations with INCAR generation, KSPACING-based k-point policy (or explicit KPOINTS on request), and POTCAR mapping instructions.
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill static
This skill prepares static SCF tasks only.
It should generate:
POSCARINCARKPOINTS (manual mesh only when requested)It should not submit or execute jobs.
ENCUTKSPACING default or explicit mesh)ISMEAR / SIGMAEDIFFNELMPRECLREALISPIN / MAGMOM when relevantIVDW when relevantKSPACING in INCARKPOINTS only when user asks for explicit meshdpdisp-submit if execution is requestedTake jinzhezenggroup/computational-chemistry-agent-dft-vasp-static 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.