What problem does it solve? Running and modifying a large DFT/MD computational chemistry pipeline (AlphaFold-3, OpenMM, PySCF) without breaking downstream caches, verdicts, or documentation is error-prone; this Skill encodes the dependency graph, hard-won DFT/MD gotchas, and modification discipline so changes propagate correctly. ## Core Features & Use Cases - Script Dependency Graph: Maps which L1-L4 and anchor-mechanics scripts read each other's caches, so a change re-runs exactly the downstream set. - Critical Rules & Gotchas: Documents PySCF heavy-metal pitfalls (no density_fit for Os/Ce, level_shift for oscillating SCF), MD NaN prevention (10K pre-relax, 50K ramp), and PCET solvation traps. - Cache-as-SSOT Discipline: Enforces one-cache-per-model ownership, doc-vs-cache verification, and field-by-field diffing when regenerating results. - Use Case: When the Os(III) SCF oscillates forever or the FAD-to-Os redox cascade computes uphill, consult the gotchas and cascade verdict routing instead of re-deriving known method limits. ## Quick Start Ask the assistant to run or modify an in-silico DFT or MD script, for example to add a ligand to the pipeline or diagnose why a PySCF calculation fails to converge.