What problem does it solve? Designing and analyzing small molecules requires cheminformatics expertise: parsing SMILES, generating 3D conformers, computing drug-likeness properties, and comparing analogues. This Skill wraps RDKit into a guided workflow that produces molecules, property reports, and conformer ensembles ready for a live 3D viewer. ## Core Features & Use Cases - Molecule building from SMILES or scaffolds: Parse structures, embed 3D conformers with ETKDGv3 and MMFF94 minimization, and write SDF output for visualization. - Property and drug-likeness analysis: Compute MW, cLogP, TPSA, Lipinski/Veber rules, QED, PAINS/Brenk alerts, and per-atom charges. - Analogue series and search: Track parent-child relationships between analogues, run Morgan fingerprint (ECFP4) Tanimoto similarity searches, and match substructures with SMARTS. - Use Case: Design ibuprofen as a lead compound, enumerate halogen and CF3 analogues with property comparison tables, and view each molecule's conformer ensemble and property deltas in the pane. ## Quick Start Ask the agent to design a molecule from a SMILES string, for example: build caffeine from CN1C=NC2=C1C(=O)N(C)C(=O)N2C and show its properties and conformers.