Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Protac Design Agent

ASecurity

--> --- name: 'protac-design-agent' description: 'AI-powered PROTAC (Proteolysis Targeting Chimera) design for targeted protein degradation, integrating ternary complex prediction, linker optimization, and ADMET modeling.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **PROTAC Design Agent** provides AI-assisted design of Proteolysis Targeting Chimeras (PROTACs) for targeted protein degradati...

2,984 stars
0 votes
0 copies
3 views
Added 5/31/2026
toolspythonshellbashexpressdatabase

Works with

cli

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill protac-design-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Protac Design Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Protac Design Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-protac-design-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-protac-design-agent)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA

-->

---
name: 'protac-design-agent'
description: 'AI-powered PROTAC (Proteolysis Targeting Chimera) design for targeted protein degradation, integrating ternary complex prediction, linker optimization, and ADMET modeling.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# PROTAC Design Agent

The **PROTAC Design Agent** provides AI-assisted design of Proteolysis Targeting Chimeras (PROTACs) for targeted protein degradation. It integrates machine learning for ternary complex prediction, linker design, E3 ligase selection, and ADMET optimization to accelerate degrader drug discovery for oncology and other therapeutic areas.

## When to Use This Skill

* When designing PROTAC degraders for a target protein.
* For optimizing linker chemistry and length.
* To predict ternary complex formation and degradation efficiency.
* When selecting optimal E3 ligase (CRBN, VHL) for the target.
* For optimizing ADMET properties of degrader molecules.

## Core Capabilities

1. **Warhead Selection**: Identify optimal target protein ligands.

2. **E3 Ligase Selection**: Choose CRBN, VHL, or other E3 recruiters.

3. **Linker Design**: Optimize linker length, chemistry, and rigidity.

4. **Ternary Complex Prediction**: Model POI-PROTAC-E3 formation.

5. **Degradation Efficiency Modeling**: Predict DC50 and Dmax.

6. **ADMET Optimization**: Balance potency with drug-like properties.

## PROTAC Components

| Component | Function | Optimization Target |
|-----------|----------|---------------------|
| Warhead | Binds target protein (POI) | Affinity, selectivity |
| E3 Ligand | Recruits E3 ubiquitin ligase | CRBN/VHL binding |
| Linker | Connects warhead to E3 ligand | Length, flexibility, solubility |

## E3 Ligase Options

| E3 Ligase | Ligand | Tissue Expression | Advantages |
|-----------|--------|-------------------|------------|
| CRBN | Thalidomide analogs | Ubiquitous | Well-characterized |
| VHL | VHL ligands | Ubiquitous | High selectivity |
| MDM2 | Nutlin analogs | Variable | p53-independent |
| IAP | SMAC mimetics | High in cancer | Dual mechanism |
| DCAF15 | Indisulam | Variable | Novel chemistry |

## Workflow

1. **Input**: Target protein structure/sequence, known ligands (optional).

2. **Warhead Design**: Generate/optimize POI binding moiety.

3. **E3 Selection**: Choose optimal E3 ligase for target/tissue.

4. **Linker Library**: Generate diverse linker options.

5. **Ternary Complex Modeling**: Predict complex formation.

6. **Ranking**: Score by predicted degradation and ADMET.

7. **Output**: Ranked PROTAC designs with synthesis routes.

## Example Usage

**User**: "Design a PROTAC to degrade BRD4 using CRBN as the E3 ligase, optimizing for oral bioavailability."

**Agent Action**:
```bash
python3 Skills/Drug_Discovery/PROTAC_Design_Agent/design_protac.py \
    --target BRD4 \
    --target_structure pdb:3MXF \
    --warhead_smiles "JQ1_core_smiles" \
    --e3_ligase CRBN \
    --linker_library peg,alkyl,piperdine \
    --linker_length_range 4,12 \
    --optimize_oral true \
    --output protac_designs/
```

## Linker Design Parameters

| Parameter | Options | Consideration |
|-----------|---------|---------------|
| Length | 2-20 atoms | Ternary complex geometry |
| Chemistry | PEG, alkyl, piperazine, triazole | Solubility, stability |
| Rigidity | Flexible vs constrained | Entropic penalty |
| Attachment | Connectivity points | Exit vector matching |
| MW Contribution | Varies | Total MW impact |

## Output Components

| Output | Description | Format |
|--------|-------------|--------|
| PROTAC Structures | Designed molecules | .sdf, SMILES |
| Ternary Models | POI-PROTAC-E3 complexes | .pdb |
| Predicted DC50 | Degradation potency | .csv |
| Predicted Dmax | Maximum degradation | .csv |
| ADMET Predictions | Solubility, permeability, etc. | .csv |
| Synthesis Routes | Retrosynthetic analysis | .json |
| Ranking | Prioritized designs | .csv |

## Degradation Efficiency Metrics

| Metric | Definition | Target |
|--------|------------|--------|
| DC50 | Concentration for 50% degradation | <100 nM |
| Dmax | Maximum degradation achieved | >90% |
| Kinetics | Time to half-degradation | <4 hours |
| Selectivity | Off-target degradation | Minimal |
| Hook Effect | High-dose attenuation | Minimal |

## AI/ML Components

**Ternary Complex Prediction**:
- AlphaFold-Multimer adaptation
- Geometric deep learning
- Molecular dynamics validation

**Degradation Modeling**:
- Quantitative degradation prediction
- Transfer learning from degrader databases
- Multi-task learning (DC50, Dmax, kinetics)

**Linker Optimization**:
- Generative models (VAE, diffusion)
- Reinforcement learning
- Multi-objective Bayesian optimization

**ADMET Prediction**:
- Property prediction models
- Chameleonicity assessment
- Oral bioavailability scoring

## Clinical Pipeline Status (2026)

| PROTAC | Target | Phase | E3 Ligase |
|--------|--------|-------|-----------|
| ARV-471 | ER | Phase 3, NDA filed | CRBN |
| ARV-110 | AR | Phase 2 | CRBN |
| BGB-16673 | BTK | Phase 3 | CRBN |
| NX-2127 | BTK | Phase 2 | CRBN |
| KT-474 | IRAK4 | Phase 2 | CRBN |

## Design Considerations

| Factor | PROTAC Challenge | Solution |
|--------|------------------|----------|
| High MW | Poor permeability | Chameleonicity |
| Low Solubility | Limited exposure | Solubilizing groups |
| Hook Effect | Reduced efficacy at high doses | Optimize binding balance |
| E3 Saturation | Competition with other PROTACs | Target expression |

## Prerequisites

* Python 3.10+
* RDKit, Open Babel
* AlphaFold2/3
* Molecular dynamics (GROMACS/OpenMM)
* PyTorch for ML models

## Related Skills

* Molecular_Glue_Discovery_Agent - Glue degraders
* TPD_Ternary_Complex_Agent - Complex prediction
* Molecular_Docking_Agent - Docking analysis
* ADMET_Prediction_Agent - Property prediction

## ADMET Optimization Strategies

| Property | Challenge | Approach |
|----------|-----------|----------|
| Permeability | High MW limits | Intramolecular H-bonds |
| Solubility | Lipophilicity | Polar linker groups |
| Metabolic Stability | Linker metabolism | Stable chemistries |
| Clearance | High metabolism | Optimize logD |

## Special Considerations

1. **Target Suitability**: Not all proteins are degradable
2. **E3 Expression**: Check tissue-specific E3 levels
3. **Ubiquitination Sites**: Surface lysines needed
4. **Resistance**: Target mutations, E3 downregulation
5. **Selectivity**: Validate off-target degradation

## Quality Control Metrics

| QC Check | Threshold | Rationale |
|----------|-----------|-----------|
| Ternary Complex Score | >0.7 | Productive complex |
| Linker Strain | <5 kcal/mol | Favorable geometry |
| ADMET Score | >0.5 | Drug-like properties |
| Synthetic Accessibility | <5 | Feasible synthesis |

## Author

AI Group - Biomedical AI Platform


<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805541 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1023330 votes
View all in tools →