name: 'antibody-design-agent'
description: 'An advanced agent for de novo antibody design and optimization using state-of-the-art protein language models (MAGE, RFdiffusion).'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
- read_file
- run_shell_command
Antibody Design Agent
This skill brings together cutting-edge tools for antibody engineering, including MAGE (Monoclonal Antibody Generator) and RFdiffusion for Antibodies. It enables the de novo design of antibodies against specific viral or tumoral targets.
When to Use This Skill
De Novo Design: Generating antibody sequences/structures that bind to a specific antigen.
Epitope Targeting: Designing VHH or binders for a specific epitope on a target protein.
Optimization: Improving the affinity or stability of an existing antibody candidate.
Viral Defense: Rapidly generating antibodies against novel viral strains.
Core Capabilities
MAGE (Monoclonal Antibody Generator): Uses a protein language model to generate diverse antibody sequences against unseen viral strains.
RFdiffusion for Antibodies: Generates 3D antibody structures that bind to a target structure with high precision.
ProteinMPNN: Optimizes the sequence of the generated structures for solubility and expression.
Workflow
Target Definition: Input the PDB structure or sequence of the antigen (target).
Design Phase:
Use RFdiffusion to generate the backbone of the binder (CDR loops).
Use ProteinMPNN to design the sequence for the backbone.
Alternatively, use MAGE to generate sequences directly from viral strain data.
Validation (In Silico): Use AlphaFold3 or ESMFold to predict the complex structure and assess binding confidence (pLDDT, PAE).
Selection: Rank candidates for synthesis.
Example Usage
User: "Design a VHH nanobody that binds to the RBD of the SARS-CoV-2 KP.2 variant."
Agent Action:
Retrieves RBD structure for KP.2.
Runs RFdiffusion with "binder" constraints on the RBD surface.
Generates 100 backbone candidates.
Sequences them with ProteinMPNN.
Folds the complexes with AlphaFold3 to verify binding interface.
Returns top 5 sequences.
1---2name: antibody-design-agent3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: 'antibody-design-agent'20description: 'An advanced agent for de novo antibody design and optimization using state-of-the-art protein language models (MAGE, RFdiffusion).'21measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.22allowed-tools:23 - read_file24 - run_shell_command25---262728# Antibody Design Agent2930This skill brings together cutting-edge tools for antibody engineering, including MAGE (Monoclonal Antibody Generator) and RFdiffusion for Antibodies. It enables the de novo design of antibodies against specific viral or tumoral targets.3132## When to Use This Skill3334* **De Novo Design**: Generating antibody sequences/structures that bind to a specific antigen.35* **Epitope Targeting**: Designing VHH or binders for a specific epitope on a target protein.36* **Optimization**: Improving the affinity or stability of an existing antibody candidate.37* **Viral Defense**: Rapidly generating antibodies against novel viral strains.3839## Core Capabilities40411. **MAGE (Monoclonal Antibody Generator)**: Uses a protein language model to generate diverse antibody sequences against unseen viral strains.422. **RFdiffusion for Antibodies**: Generates 3D antibody structures that bind to a target structure with high precision.433. **ProteinMPNN**: Optimizes the sequence of the generated structures for solubility and expression.4445## Workflow46471. **Target Definition**: Input the PDB structure or sequence of the antigen (target).482. **Design Phase**:49 * Use **RFdiffusion** to generate the backbone of the binder (CDR loops).50 * Use **ProteinMPNN** to design the sequence for the backbone.51 * *Alternatively*, use **MAGE** to generate sequences directly from viral strain data.523. **Validation (In Silico)**: Use AlphaFold3 or ESMFold to predict the complex structure and assess binding confidence (pLDDT, PAE).534. **Selection**: Rank candidates for synthesis.5455## Example Usage5657**User**: "Design a VHH nanobody that binds to the RBD of the SARS-CoV-2 KP.2 variant."5859**Agent Action**:601. Retrieves RBD structure for KP.2.612. Runs `RFdiffusion` with "binder" constraints on the RBD surface.623. Generates 100 backbone candidates.634. Sequences them with `ProteinMPNN`.645. Folds the complexes with `AlphaFold3` to verify binding interface.656. Returns top 5 sequences.666768<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add biotender-max/antibody-design-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.
<!-- It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
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.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.