dftbplus

Routes DFTB+ requests to the appropriate task-specific subskill.

124|25|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill dftbplus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dftbplus
Source: https://github.com/jinzhezenggroup/computational-chemistry-agent-skills/tree/main/quantum-chemistry/dftbplus
Command: npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill dftbplus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Routes DFTB+ requests to the appropriate task-specific subskill (static, relax, md, or electronic) and enforces consistent handoffs to submission workflows.

Core Features & Use Cases

  • Intent-driven routing: analyses user input to select the correct DFTB+ subskill.
  • Prerequisite coordination: collects minimal shared context and validates required inputs before dispatch.
  • Handoff-ready outputs: returns a standardized task layout ready for execution or further refinement.

Quick Start

Provide a DFTB+ task description and let the router dispatch to the appropriate subskill.

Frequently Asked Questions about dftbplus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route DFTB+ computational chemistry tasks to the correct workflow?

To route DFTB+ computational chemistry tasks, this skill analyzes user intent and dispatches requests to the appropriate task-specific subskill for static, relax, md, or electronic workflows.

What is the best way to generate input for DFTB+ static or relax calculations?

Generating input for DFTB+ calculations is handled by intent-driven routing, which analyzes your request and selects the correct subskill to coordinate prerequisites and prepare the standardized task layout.

Does this DFTB+ router support automated submission to execution workflows?

Yes, the DFTB+ router supports automated submission by handing off the standardized task layout to dpdisp-submit, provided you supply the explicit assumptions and required inputs for execution.

Can I use this skill to coordinate prerequisites before starting DFTB+ molecular dynamics?

Yes, you can use this skill to coordinate prerequisites for DFTB+ molecular dynamics, as it collects minimal shared context and validates required inputs before dispatching to the md subskill.

What are the limitations of using an intent-driven router for DFTB+ electronic calculations?

The intent-driven router for DFTB+ electronic calculations limits execution to predefined subskills and requires explicit assumptions and required inputs to successfully hand off to the dpdisp-submit workflow.