Orchestrates a full drug discovery workflow from target identification through lead optimization. Use when searching for drug candidates against a biological target, evaluating compound libraries, or optimizing hits for drug-likeness. NOT for pure protein structure analysis or single-compound lookups.
This meta-skill orchestrates a multi-stage drug discovery workflow by combining target validation, compound searching, property filtering, and lead optimization into a single coherent pipeline. It coordinates four specialized skills to move from a biological target to a ranked list of drug candidates.
Query UniProt for the target protein to gather functional annotations, known domains, post-translational modifications, and disease associations. Assess druggability by checking for known binding pockets, ligand-binding domains, and membership in established druggable protein families (kinases, GPCRs, ion channels, nuclear receptors).
Query ChEMBL for existing drugs, clinical candidates, and bioactive compounds reported against the target. Collect activity data (IC50, Ki, EC50) and note selectivity profiles. Identify chemical series and mechanism of action classes already explored in the literature.
Use PubChem similarity and substructure searches to find structural analogs of the most promising hits from Step 2. Expand the candidate pool by exploring nearby chemical space using Tanimoto similarity with ECFP4 fingerprints. Retrieve vendor availability and patent status where possible.
Apply RDKit to compute molecular descriptors and filter candidates through established drug-likeness rules:
Remove compounds that violate multiple criteria or show structural alerts.
Score remaining candidates using a weighted multi-parameter optimization:
Output a ranked table of top candidates with reasoning for each score.