Install
$ agentstack add skill-scimate-ai-hpc-skills-hpc-vasp ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
HPC VASP
Treat VASP as a staged workflow built around a coherent four-file input set.
Start
- Read
references/input-set-manual.mdbefore creating or editing a VASP run directory. - Read
references/stage-and-parameter-matrix.mdfor complete INCAR snippets per stage (relax, static, DOS, bands). - Read
references/incar-tag-matrix.mdfor concrete parameter value tables (ISMEAR, ALGO, ENCUT, mixing, etc.). - Read
references/pseudopotential-kpoints-and-convergence.mdfor POTCAR variant selection, k-point density, and convergence testing. - Read
references/cluster-execution-playbook.mdwhen staging a VASP workflow for scheduler-backed cluster execution. - Read
references/error-recovery.mdwhen any VASP error occurs (includes decision tree and diagnostic commands).
Scenario Recipes
Load the relevant recipe when the task involves:
references/magnetic-and-soc-recipes.md— spin-polarized calculations, MAGMOM setup, antiferromagnetic ordering, spin-orbit coupling, magnetic anisotropyreferences/hybrid-functional-recipes.md— HSE06, PBE0, band structure with hybrids, AEXX tuningreferences/surface-and-slab-recipes.md— slab construction, selective dynamics, dipole correction, adsorption energy, work functionreferences/dftu-and-advanced-xc.md— DFT+U for transition metal oxides, van der Waals corrections (DFT-D3, vdW-DF), SCAN/r2SCAN meta-GGAreferences/phonon-and-md-recipes.md— phonon finite differences, DFPT, Phonopy interface, ab initio molecular dynamics (NVT/NVE/NPT), elastic constantsreferences/neb-and-transition-state-recipes.md— NEB setup, climbing image, VTST tools, transition state verificationreferences/defect-calculation-recipes.md— vacancy/interstitial/substitutional defects, charged defects, finite-size corrections, formation energyreferences/parallel-and-performance.md— KPAR, NCORE, LREAL, ALGO tuning, GPU acceleration, benchmarking
Additional References
Load these on demand:
references/poscar-species-and-structure.mdfor species ordering, coordinate modes, and cell interpretationreferences/restarts-spin-and-wavefunction-files.mdfor restart logic (ISTART/ICHARG), spin setup, and stage handoff patternsreferences/dos-and-band-workflows.mdfor DOS and band-structure stage sequencingreferences/workflow-handoff-matrix.mdfor stage artifacts and restart-file handoff tablesreferences/error-pattern-dictionary.mdfor structured error signatures with real OUTCAR snippets and fix sequences
Reusable Templates
Use assets/templates/ when a concrete starting input is needed:
Standard workflow:
INCAR_relax.txt— geometry relaxation with inline commentsINCAR_static.txt— static SCF with DOS outputINCAR_bands.txt— band structure (non-SCF)KPOINTS_gamma.txt— Gamma-only k-pointsKPOINTS_mp_6x6x6.txt— Monkhorst-Pack 6x6x6POSCAR_si.txt— silicon conventional cellvasp-standard-slurm.sh— SLURM submission script
Advanced scenarios:
INCAR_magnetic_relax.txt— spin-polarized relaxation with robust mixingINCAR_hse06.txt— HSE06 hybrid functional staticINCAR_slab_relax.txt— surface/slab with dipole correctionINCAR_dftu.txt— DFT+U for transition metal oxideINCAR_phonopy_single_point.txt— Phonopy finite-displacement single-pointINCAR_aimd_nvt.txt— NVT molecular dynamics (Nose-Hoover)INCAR_neb.txt— NEB transition state search
Guardrails
- Do not mix POTCAR datasets casually across elements or workflow stages.
- Do not copy INCAR tags from unrelated systems without checking metallic versus insulating behavior.
- Do not run DOS or bands workflows before the geometry and ground-state setup are trustworthy.
- Do not guess VASP tags from Quantum ESPRESSO or other DFT codes.
- Do not use ISIF=3 for surface/slab calculations (vacuum will collapse).
- Do not use ISMEAR=-5 for relaxation (forces are wrong with tetrahedron method).
- Do not use ICHARG=11 for DFT+U or hybrid band structures (use zero-weight k-points method).
- Do not set both NPAR and NCORE simultaneously.
Outputs
Summarize:
- workflow stage and physics (bulk/surface/defect, magnetic ordering, functional)
- INCAR intent with key parameter values
- KPOINTS strategy and density
- POTCAR variant and species assumptions
- expected key outputs and next stage
- convergence status and any warnings
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: SciMate-AI
- Source: SciMate-AI/HPC-Skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.