skills/quantum_chemistry/conformer-search-and-preopt/SKILL.md
Use this skill for one molecular conformer-search episode that starts from a SMILES string or one seed structure, expands into a conformer ensemble, prunes it, and produces xTB-optimized candidates for downstream ORCA work.
npx skillsauth add q734738781/CatMaster conformer-search-and-preoptInstall 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 bounded molecular preoptimization episode before higher-level ORCA work.
create_molecule_from_smiles.enumerate_molecular_conformers for an RDKit ETKDG seed ensemble.remote_submission_batch with task_name="crest_run" when broad conformer-rotamer exploration is needed.filter_conformer_ensemble to enforce one explicit energy/RMSD pruning policy.remote_submission_batch with task_name="xtb_run" and params.mode="opt" on the accepted ensemble, then summarize it with analyze_xtb_results.extract_optimized_molecules when the next stage needs a clean set of optimized XYZ files.create_molecule_from_smilesenumerate_molecular_conformersfilter_conformer_ensembleremote_submissionremote_submission_batchanalyze_xtb_resultsextract_optimized_moleculesReturn:
data-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.