File contents ---name: molecular-glue-discovery-agent
description: AI-powered molecular glue discovery for targeted protein degradation, enabling neo-substrate recruitment and undruggable target degradation through E3 ligase interface modulation.
license: MIT
metadata:
author: AI Group
version: "1.0.0"
created: "2026-01-20"
compatibility:
system: Python 3.10+
allowed-tools:
run_shell_command
read_file
write_file
keywords:
molecular-glue-discovery-agent
automation
biomedical
measurable_outcome: execute task with >95% success rate.
---"
Molecular Glue Discovery Agent
The Molecular Glue Discovery Agent enables AI-driven discovery of molecular glue degraders that induce protein-protein interactions between E3 ligases and neo-substrates for targeted protein degradation. Unlike PROTACs, molecular glues are smaller, more drug-like molecules that can access previously "undruggable" targets through induced proximity mechanisms.
When to Use This Skill
When discovering new molecular glue scaffolds.
For identifying neo-substrate targets for existing glues.
To design glues for specific E3-substrate pairs.
When optimizing glue selectivity and potency.
For virtual screening of glue candidates.
Core Capabilities
Glue Scaffold Discovery : Identify novel molecular glue chemotypes.
Neo-Substrate Prediction : Predict proteins degraded by glues.
Interface Modeling : Model E3-glue-substrate ternary interfaces.
Selectivity Optimization : Design for specific substrate profiles.
SAR Analysis : Structure-activity relationship modeling.
Virtual Screening : Screen compounds for glue activity.
Molecular Glue Mechanisms
Class
E3 Ligase
Mechanism
Example
IMiDs
CRBN
Degron recognition
Lenalidomide
CELMoDs
CRBN
Enhanced IKZF binding
Iberdomide
DCAF15 Glues
DCAF15
Splicing factor degradation
Indisulam
CDK12 Glues
DDB1-CRBN
Cyclin K degradation
CR8 derivatives
β-catenin Glues
Novel
WNT pathway targets
Emerging
Key Neo-Substrates
Substrate
Glue Class
Disease Relevance
IKZF1/3
IMiDs
Multiple myeloma
CK1α
Lenalidomide
MDS del(5q)
GSPT1
CC-885
AML
RBM39
Indisulam
Solid tumors
Cyclin K
CR8
Cancer
SALL4
Thalidomide
Teratogenicity
Workflow
Input : Target substrate, E3 ligase, screening library.
Interface Analysis : Model E3 surface and potential binding sites.
Virtual Screening : Screen compounds for interface binding.
Glue Scoring : Predict neo-substrate recruitment potential.
Selectivity Analysis : Predict off-target degradation.
Optimization : Iterative design for potency/selectivity.
Output : Ranked glue candidates with predicted profiles.
Example Usage
User : "Discover molecular glues that degrade IKZF1 through CRBN with improved selectivity over IKZF3."
Agent Action :
python3 Skills/Drug_Discovery/Molecular_Glue_Discovery_Agent/discover_glue.py \
--target_substrate IKZF1 \
--e3_ligase CRBN \
--selectivity_against IKZF3 \
--scaffold_library imid_derivatives.sdf \
--interface_model crbn_ikzf1_complex.pdb \
--n_candidates 100 \
--output glue_discovery/
Glue Design Parameters
Parameter
Consideration
Optimization
Interface Complementarity
E3-substrate fit
Shape/electrostatics
Degron Recognition
Substrate degron motifs
Motif compatibility
Binding Cooperativity
Positive cooperativity
Enhanced ternary
Selectivity
Off-target degradation
Substrate specificity
Drug Properties
MW, solubility, permeability
Standard optimization
Output Components
Output
Description
Format
Glue Candidates
Ranked molecules
.sdf, SMILES
Predicted Substrates
Neo-substrate profiles
.csv
Interface Models
Ternary complex structures
.pdb
Selectivity Scores
On-target vs off-target
.csv
Degradation Predictions
DC50, Dmax estimates
.csv
SAR Analysis
Structure-activity trends
.json
AI/ML Components
Interface Prediction :
Protein-protein docking
Molecular surface analysis
Deep learning interface scoring
Neo-Substrate Discovery :
Degron motif prediction
Proteome-wide screening
Structural similarity to known substrates
Glue Optimization :
Generative chemistry
Multi-objective optimization
Active learning for synthesis prioritization
Glue vs PROTAC Comparison
Feature
Molecular Glue
PROTAC
Molecular Weight
<500 Da
700-1500 Da
Target Discovery
Serendipitous/AI
Rational
Selectivity
Can be exquisite
Often broader
Substrate Range
Induced neo-substrates
Direct binders
Oral Bioavailability
Generally better
Challenging
Clinical Pipeline (2026)
Drug
Mechanism
Target
Phase
Iberdomide (CC-220)
CELMoD
IKZF1/3, Aiolos
Phase 3
Mezigdomide (CC-92480)
CELMoD
IKZF1/3
Phase 3
Golcadomide (CC-99282)
CELMoD
IKZF1/3
Phase 2
CFT7455
IKZF1/3
IKZF1/3
Phase 1
Degron Motif Analysis
Degron Type
Sequence Features
E3 Recognition
Zinc Finger
C2H2 ZF domain
CRBN-IMiD
Phosphodegron
pSer/pThr motifs
SCF E3s
N-degron
N-terminal residues
UBR1/2
Hydrophobic
Exposed hydrophobics
Quality control
Prerequisites
Python 3.10+
RDKit, Molecular modeling tools
AlphaFold2/3, docking software
Deep learning frameworks
Protein structure databases
Related Skills
PROTAC_Design_Agent - Bifunctional degraders
TPD_Ternary_Complex_Agent - Complex modeling
Virtual_Screening_Agent - High-throughput screening
Protein_Protein_Docking_Agent - PPI modeling
Discovery Strategies
Strategy
Approach
Success Examples
Phenotypic Screening
Degradation readout
IMiDs, indisulam
Target-Based
E3-substrate docking
Rational glues
Chemoproteomics
Pull-down identification
Neo-substrate discovery
AI-Guided
Computational prediction
Emerging
Special Considerations
Polypharmacology : Glues often degrade multiple substrates
Species Differences : Neo-substrates may differ across species
Resistance : Substrate mutations, E3 downregulation
Toxicity : Off-target degradation (e.g., SALL4)
Hook Effect : Less common than PROTACs
Quality Control
Metric
Purpose
Threshold
Interface Score
Complex stability
>0.6
Cooperativity
Enhanced binding
>1.5
Selectivity Index
On/off-target ratio
>10
Drug-likeness
Developability
Lipinski compliant
Future Directions
Direction
Status
Potential
New E3 Ligases
Active research
Expanded target space
Protein-Protein Glues
Emerging
Beyond degradation
AI-First Discovery
Advancing
Reduced serendipity
Combination Glues
Conceptual
Multi-target degradation
Author
AI Group - Biomedical AI Platform
1 --- 2 name: molecular-glue-discovery-agent 3 description: ---name: molecular-glue-discovery-agent 4 --- 5
6 ---name: molecular-glue-discovery-agent
7 description: AI-powered molecular glue discovery for targeted protein degradation, enabling neo-substrate recruitment and undruggable target degradation through E3 ligase interface modulation.
8 license: MIT
9 metadata:
10 author: AI Group
11 version: "1.0.0"
12 created: "2026-01-20"
13 compatibility:
14 - system: Python 3.10+
15 allowed-tools:
16 - run_shell_command
17 - read_file
18 - write_file
19
20 keywords:
21 - molecular-glue-discovery-agent
22 - automation
23 - biomedical
24 measurable_outcome: execute task with >95% success rate.
25 ---"
26
27 # Molecular Glue Discovery Agent
28
29 The **Molecular Glue Discovery Agent** enables AI-driven discovery of molecular glue degraders that induce protein-protein interactions between E3 ligases and neo-substrates for targeted protein degradation. Unlike PROTACs, molecular glues are smaller, more drug-like molecules that can access previously "undruggable" targets through induced proximity mechanisms.
30
31 ## When to Use This Skill
32
33 * When discovering new molecular glue scaffolds.
34 * For identifying neo-substrate targets for existing glues.
35 * To design glues for specific E3-substrate pairs.
36 * When optimizing glue selectivity and potency.
37 * For virtual screening of glue candidates.
38
39 ## Core Capabilities
40
41 1. **Glue Scaffold Discovery**: Identify novel molecular glue chemotypes.
42
43 2. **Neo-Substrate Prediction**: Predict proteins degraded by glues.
44
45 3. **Interface Modeling**: Model E3-glue-substrate ternary interfaces.
46
47 4. **Selectivity Optimization**: Design for specific substrate profiles.
48
49 5. **SAR Analysis**: Structure-activity relationship modeling.
50
51 6. **Virtual Screening**: Screen compounds for glue activity.
52
53 ## Molecular Glue Mechanisms
54
55 | Class | E3 Ligase | Mechanism | Example |
56 |-------|-----------|-----------|---------|
57 | IMiDs | CRBN | Degron recognition | Lenalidomide |
58 | CELMoDs | CRBN | Enhanced IKZF binding | Iberdomide |
59 | DCAF15 Glues | DCAF15 | Splicing factor degradation | Indisulam |
60 | CDK12 Glues | DDB1-CRBN | Cyclin K degradation | CR8 derivatives |
61 | β-catenin Glues | Novel | WNT pathway targets | Emerging |
62
63 ## Key Neo-Substrates
64
65 | Substrate | Glue Class | Disease Relevance |
66 |-----------|------------|-------------------|
67 | IKZF1/3 | IMiDs | Multiple myeloma |
68 | CK1α | Lenalidomide | MDS del(5q) |
69 | GSPT1 | CC-885 | AML |
70 | RBM39 | Indisulam | Solid tumors |
71 | Cyclin K | CR8 | Cancer |
72 | SALL4 | Thalidomide | Teratogenicity |
73
74 ## Workflow
75
76 1. **Input**: Target substrate, E3 ligase, screening library.
77
78 2. **Interface Analysis**: Model E3 surface and potential binding sites.
79
80 3. **Virtual Screening**: Screen compounds for interface binding.
81
82 4. **Glue Scoring**: Predict neo-substrate recruitment potential.
83
84 5. **Selectivity Analysis**: Predict off-target degradation.
85
86 6. **Optimization**: Iterative design for potency/selectivity.
87
88 7. **Output**: Ranked glue candidates with predicted profiles.
89
90 ## Example Usage
91
92 **User**: "Discover molecular glues that degrade IKZF1 through CRBN with improved selectivity over IKZF3."
93
94 **Agent Action**:
95 ```bash
96 python3 Skills/Drug_Discovery/Molecular_Glue_Discovery_Agent/discover_glue.py \
97 --target_substrate IKZF1 \
98 --e3_ligase CRBN \
99 --selectivity_against IKZF3 \
100 --scaffold_library imid_derivatives.sdf \
101 --interface_model crbn_ikzf1_complex.pdb \
102 --n_candidates 100 \
103 --output glue_discovery/
104 ```
105
106 ## Glue Design Parameters
107
108 | Parameter | Consideration | Optimization |
109 |-----------|---------------|--------------|
110 | Interface Complementarity | E3-substrate fit | Shape/electrostatics |
111 | Degron Recognition | Substrate degron motifs | Motif compatibility |
112 | Binding Cooperativity | Positive cooperativity | Enhanced ternary |
113 | Selectivity | Off-target degradation | Substrate specificity |
114 | Drug Properties | MW, solubility, permeability | Standard optimization |
115
116 ## Output Components
117
118 | Output | Description | Format |
119 |--------|-------------|--------|
120 | Glue Candidates | Ranked molecules | .sdf, SMILES |
121 | Predicted Substrates | Neo-substrate profiles | .csv |
122 | Interface Models | Ternary complex structures | .pdb |
123 | Selectivity Scores | On-target vs off-target | .csv |
124 | Degradation Predictions | DC50, Dmax estimates | .csv |
125 | SAR Analysis | Structure-activity trends | .json |
126
127 ## AI/ML Components
128
129 **Interface Prediction**:
130 - Protein-protein docking
131 - Molecular surface analysis
132 - Deep learning interface scoring
133
134 **Neo-Substrate Discovery**:
135 - Degron motif prediction
136 - Proteome-wide screening
137 - Structural similarity to known substrates
138
139 **Glue Optimization**:
140 - Generative chemistry
141 - Multi-objective optimization
142 - Active learning for synthesis prioritization
143
144 ## Glue vs PROTAC Comparison
145
146 | Feature | Molecular Glue | PROTAC |
147 |---------|----------------|--------|
148 | Molecular Weight | <500 Da | 700-1500 Da |
149 | Target Discovery | Serendipitous/AI | Rational |
150 | Selectivity | Can be exquisite | Often broader |
151 | Substrate Range | Induced neo-substrates | Direct binders |
152 | Oral Bioavailability | Generally better | Challenging |
153
154 ## Clinical Pipeline (2026)
155
156 | Drug | Mechanism | Target | Phase |
157 |------|-----------|--------|-------|
158 | Iberdomide (CC-220) | CELMoD | IKZF1/3, Aiolos | Phase 3 |
159 | Mezigdomide (CC-92480) | CELMoD | IKZF1/3 | Phase 3 |
160 | Golcadomide (CC-99282) | CELMoD | IKZF1/3 | Phase 2 |
161 | CFT7455 | IKZF1/3 | IKZF1/3 | Phase 1 |
162
163 ## Degron Motif Analysis
164
165 | Degron Type | Sequence Features | E3 Recognition |
166 |-------------|-------------------|----------------|
167 | Zinc Finger | C2H2 ZF domain | CRBN-IMiD |
168 | Phosphodegron | pSer/pThr motifs | SCF E3s |
169 | N-degron | N-terminal residues | UBR1/2 |
170 | Hydrophobic | Exposed hydrophobics | Quality control |
171
172 ## Prerequisites
173
174 * Python 3.10+
175 * RDKit, Molecular modeling tools
176 * AlphaFold2/3, docking software
177 * Deep learning frameworks
178 * Protein structure databases
179
180 ## Related Skills
181
182 * PROTAC_Design_Agent - Bifunctional degraders
183 * TPD_Ternary_Complex_Agent - Complex modeling
184 * Virtual_Screening_Agent - High-throughput screening
185 * Protein_Protein_Docking_Agent - PPI modeling
186
187 ## Discovery Strategies
188
189 | Strategy | Approach | Success Examples |
190 |----------|----------|------------------|
191 | Phenotypic Screening | Degradation readout | IMiDs, indisulam |
192 | Target-Based | E3-substrate docking | Rational glues |
193 | Chemoproteomics | Pull-down identification | Neo-substrate discovery |
194 | AI-Guided | Computational prediction | Emerging |
195
196 ## Special Considerations
197
198 1. **Polypharmacology**: Glues often degrade multiple substrates
199 2. **Species Differences**: Neo-substrates may differ across species
200 3. **Resistance**: Substrate mutations, E3 downregulation
201 4. **Toxicity**: Off-target degradation (e.g., SALL4)
202 5. **Hook Effect**: Less common than PROTACs
203
204 ## Quality Control
205
206 | Metric | Purpose | Threshold |
207 |--------|---------|-----------|
208 | Interface Score | Complex stability | >0.6 |
209 | Cooperativity | Enhanced binding | >1.5 |
210 | Selectivity Index | On/off-target ratio | >10 |
211 | Drug-likeness | Developability | Lipinski compliant |
212
213 ## Future Directions
214
215 | Direction | Status | Potential |
216 |-----------|--------|-----------|
217 | New E3 Ligases | Active research | Expanded target space |
218 | Protein-Protein Glues | Emerging | Beyond degradation |
219 | AI-First Discovery | Advancing | Reduced serendipity |
220 | Combination Glues | Conceptual | Multi-target degradation |
221
222 ## Author
223
224 AI Group - Biomedical AI Platform
majiayu000/claude-skill-registry-data/tree/main/data/molecular-glue-discovery-agent commit d2666b8226
Frequently asked questions How do I install the Molecular Glue Discovery Agent skill? Run npx skillmds add majiayu000/molecular-glue-discovery-agent in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Molecular Glue Discovery Agent skill do? ---name: molecular-glue-discovery-agent It is listed under Product & Planning on SkillMD.
Is Molecular Glue Discovery Agent safe to use? This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Molecular Glue Discovery Agent? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Molecular Glue Discovery Agent free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Molecular Glue Discovery Agent? majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.