Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
beita6969 avatar

Drug Discovery Pipeline

  • 16 installs
  • 869 repo stars
  • Updated June 8, 2026
  • beita6969/scienceclaw

drug-discovery-pipeline is a Claude meta-skill that orchestrates a full drug discovery workflow, coordinating four sub-skills from target validation to a ranked candidate list.

About

This meta-skill orchestrates a full drug discovery pipeline from a biological target to a ranked list of candidates. It coordinates four specialized skills across target validation, compound survey, similarity search, ADMET filtering and multi-parameter ranking. A researcher uses it to move systematically from a target to prioritized drug candidates with documented rationale.

  • Orchestrates a full pipeline: target validation, compound survey, similarity expansion, ADMET filtering, ranking
  • Coordinates four sub-skills: uniprot-protein, chembl-drug, pubchem-compound, rdkit-chemistry
  • Ranks candidates by potency, selectivity, QED, synthetic accessibility and novelty

Drug Discovery Pipeline by the numbers

  • 16 all-time installs (skills.sh)
  • Ranked #1,318 of 2,065 Data Science & ML skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

drug-discovery-pipeline capabilities & compatibility

Capabilities
drug discovery · target validation · compound ranking · admet prediction
Use cases
research · data analysis · orchestration
From the docs

What drug-discovery-pipeline says it does

Orchestrates a full drug discovery workflow from target identification through lead optimization.
SKILL.md
It coordinates four specialized skills to move from a biological target to a ranked list of drug candidates.
SKILL.md
Score remaining candidates using a weighted multi-parameter optimization
SKILL.md
npx skills add https://github.com/beita6969/scienceclaw --skill drug-discovery-pipeline

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs16
repo stars869
Last updatedJune 8, 2026
Repositorybeita6969/scienceclaw

What it does

Orchestrate an end-to-end target-to-candidate drug discovery pipeline that outputs a ranked compound list.

Who is it for?

Running a coordinated target-to-candidate drug discovery pipeline with ADMET filtering and ranking.

Skip if: Pure protein structure analysis or single-compound lookups.

When should I use this skill?

You want to search for drug candidates against a target and rank hits for drug-likeness.

What you get

A ranked table of top drug candidates with composite scores, SAR notes and rationale.

  • Target summary
  • Compound table
  • Ranked candidate list

By the numbers

  • 5-step pipeline (target, survey, expansion, filtering, ranking)
  • Coordinates 4 specialized sub-skills
  • 10 best-practice guidelines

Files

SKILL.mdMarkdownGitHub ↗

Drug Discovery Pipeline (Meta Skill)

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.

Workflow

Step 1: Target Validation

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).

Step 2: Known Drug and Compound Survey

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.

Step 3: Lead Expansion via Similarity Search

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.

Step 4: Property Filtering and ADMET Prediction

Apply RDKit to compute molecular descriptors and filter candidates through established drug-likeness rules:

  • Lipinski Rule of Five (MW, LogP, HBD, HBA)
  • Veber rules (rotatable bonds, TPSA)
  • PAINS filter to remove frequent hitters
  • ADMET property estimation (solubility, permeability, CYP inhibition flags)

Remove compounds that violate multiple criteria or show structural alerts.

Step 5: Compound Ranking and Prioritization

Score remaining candidates using a weighted multi-parameter optimization:

  • Potency (pIC50 or pKi against target)
  • Selectivity (activity ratio vs. off-targets)
  • Drug-likeness (QED score)
  • Synthetic accessibility (SA score)
  • Novelty (Tanimoto distance from known drugs)

Output a ranked table of top candidates with reasoning for each score.

Integration Points

  • uniprot-protein -- Target protein annotation, domain architecture, druggability assessment
  • chembl-drug -- Bioactivity data, existing drugs, SAR context for the target
  • pubchem-compound -- Similarity searching, analog identification, vendor availability
  • rdkit-chemistry -- Descriptor calculation, filtering rules, ADMET prediction, scoring

Output Formats

  • Target summary: Protein name, function, druggability assessment, known ligands
  • Compound table: SMILES, name, source, activity, drug-likeness scores
  • Ranked list: Top 10-20 candidates with composite scores and rationale
  • SAR notes: Observed structure-activity trends across chemical series

Best Practices

1. Always validate the target before searching for compounds to avoid wasted effort 2. Set activity thresholds early (e.g., IC50 < 1 uM) to keep the candidate pool manageable 3. Use multiple fingerprint types for similarity search to capture diverse analogs 4. Apply PAINS filters before investing effort in detailed ADMET analysis 5. Document the rationale for each filtering step to maintain reproducibility 6. Consider the therapeutic area when weighting ranking criteria 7. Flag compounds with known IP restrictions or limited synthetic routes 8. Cross-check top candidates against ChEMBL for any reported toxicity signals 9. Present results with confidence levels reflecting data quality and coverage 10. Iterate the pipeline if initial results are sparse by relaxing similarity thresholds

Related skills

FAQ

Which sub-skills does it coordinate?

uniprot-protein, chembl-drug, pubchem-compound and rdkit-chemistry.

How does it rank candidates?

By a weighted multi-parameter score of potency, selectivity, QED drug-likeness, synthetic accessibility and novelty.

Data Science & MLanalyticspipelines

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.