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