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