skills/materials/cp2k-dft-preparation/SKILL.md
Use this skill for source-grounded CP2K conventional DFT preparation in materials workflows: single-point, fixed-cell geometry optimization, cell optimization, frequency, and DOS-style stages.
npx skillsauth add q734738781/CatMaster cp2k-dft-preparationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the task is a conventional CP2K DFT calculation stage owned by materials_worker. AIMD belongs to dynamics_worker.
cp2k_prepare with recipe="sp", geo_opt, cell_opt, freq, or dos.job.inp and manifest.json.remote_submission(task_name="cp2k_execute") or remote_submission_batch for first-level batch children.cp2k_prepareremote_submissionremote_submission_batchget_avail_remote_taskcp2k_prepare writes job.inp, input.xyz, and manifest.json.recipe="sp" prepares an ENERGY_FORCE style calculation.recipe="geo_opt" prepares a fixed-cell geometry optimization.recipe="cell_opt" prepares a cell optimization and requests stress handling.recipe="freq" prepares a vibrational-analysis stage.recipe="dos" prepares a DOS-oriented energy stage with property output enabled.settings object only for supported knobs such as xc, basis_set, potential, charge, multiplicity, cutoff, rel_cutoff, eps_scf, max_scf, kpoints, periodic, cell_abc, dispersion, convergence tolerances, and properties.task_name="cp2k_execute" for CP2K execution.cp2k_geo_opt_execute.periodic explicit rather than silently relying on automatic inference.Return:
manifest.json pathcp2k_execute receipt/context when submittedreferences/cp2k_dft_reference.mddata-ai
Use this skill for source-grounded CP2K AIMD preparation, restart staging, generic execution handoff through cp2k_execute, and run-health inspection.
testing
Use this skill for CP2K vibrational-analysis preparation and task-specific thermochemistry parsing after an accepted stationary point.
tools
Use this skill for source-grounded CP2K NEB and dimer path-refinement preparation through the single cp2k_prepare tool.
testing
Use this skill for CP2K DOS/PDOS, band-style, and population-analysis follow-up planning where parsing is task-specific and should usually be scripted.