tooluniverse-antibody-engineering by mims-harvard/tooluniverse
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-antibody-engineering从临床前先导物到临床候选物的 AI 引导抗体优化流程。涵盖序列人源化、结构建模、亲和力优化、可开发性评估、免疫原性预测和生产可行性。
核心原则 :
当用户询问以下内容时应用:
antibody_optimization_report.md广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
optimized_sequences.fastahumanization_comparison.csvdevelopability_assessment.csv完整报告模板及章节格式请参见 REPORT_TEMPLATE.md。
每次优化必须包含每个变体的文档,内容如下:
| 工具 | 用途 | 类别 |
|---|---|---|
IMGT_search_genes | 种系基因识别 | 人源化 |
IMGT_get_sequence | 人源框架序列 | 人源化 |
SAbDab_search_structures | 抗体结构先例 | 结构 |
TheraSAbDab_search_by_target | 临床抗体基准 | 验证 |
AlphaFold_get_prediction | 结构建模 | 结构 |
iedb_search_epitopes | 表位识别 | 免疫原性 |
iedb_search_bcell | B 细胞表位预测 | 免疫原性 |
UniProt_get_protein_by_accession | 靶抗原信息 | 靶点 |
STRING_get_interactions | 蛋白质相互作用网络 | 双特异性 |
PubMed_search | 文献先例 | 验证 |
关键 : SOAP 工具 (IMGT, SAbDab, TheraSAbDab) 需要一个 operation 参数。正确用法请参见 QUICK_START.md。
Phase 1: Input Analysis & Characterization
├── Sequence annotation (CDRs, framework)
├── Species identification
├── Target antigen identification
├── Clinical precedent search
└── OUTPUT: Input characterization
↓
Phase 2: Humanization Strategy
├── Germline gene alignment (IMGT)
├── Framework selection
├── CDR grafting design
├── Backmutation identification
└── OUTPUT: Humanization plan
↓
Phase 3: Structure Modeling & Analysis
├── AlphaFold prediction
├── CDR conformation analysis
├── Epitope mapping
├── Interface analysis
└── OUTPUT: Structural assessment
↓
Phase 4: Affinity Optimization
├── In silico mutation screening
├── CDR optimization strategies
├── Interface improvement
└── OUTPUT: Affinity variants
↓
Phase 5: Developability Assessment
├── Aggregation propensity
├── PTM site identification
├── Stability prediction
├── Expression prediction
└── OUTPUT: Developability score
↓
Phase 6: Immunogenicity Prediction
├── MHC-II epitope prediction (IEDB)
├── T-cell epitope risk
├── Aggregation-related immunogenicity
└── OUTPUT: Immunogenicity risk score
↓
Phase 7: Manufacturing Feasibility
├── Expression level prediction
├── Purification considerations
├── Formulation stability
└── OUTPUT: Manufacturing assessment
↓
Phase 8: Final Report & Recommendations
├── Ranked variant list
├── Experimental validation plan
├── Next steps
└── OUTPUT: Comprehensive report
目标 : 注释序列,识别物种/种系,查找临床先例。
关键步骤 :
IMGT_search_genes 识别最接近的人源种系基因TheraSAbDab_search_by_target 搜索临床先例UniProt_get_protein_by_accession 获取靶抗原信息输出 : 序列信息表、CDR 注释、靶点信息、临床先例列表。
代码示例请参见 WORKFLOW_DETAILS.md 阶段 1。
目标 : 选择人源框架,设计 CDR 移植,识别回复突变。
关键步骤 :
输出 : 框架选择依据、移植设计、回复突变分析、人源化序列。
代码示例请参见 WORKFLOW_DETAILS.md 阶段 2。
目标 : 预测结构,分析 CDR 构象,映射表位。
关键步骤 :
AlphaFold_get_prediction 预测 Fv 结构 (VH:VL)iedb_search_epitopes 搜索已知表位SAbDab_search_structures 与临床抗体结构进行比较输出 : 结构质量表、CDR 构象分析、表位映射、结构比较。
代码示例请参见 WORKFLOW_DETAILS.md 阶段 3。
目标 : 通过计算筛选设计提高亲和力的突变。
关键步骤 :
输出 : 排序的突变列表、组合策略、预期的亲和力改进。
代码示例请参见 WORKFLOW_DETAILS.md 阶段 4。
目标 : 跨五个维度的综合可开发性评分 (0-100)。
关键步骤 :
评分 : 加权平均 (聚集性 0.30, 翻译后修饰 0.25, 稳定性 0.20, 表达 0.15, 溶解性 0.10)。等级: T1 (>75), T2 (60-75), T3 (<60)。
输出 : 各组分分数、总分、等级分类、缓解建议。
评分细节请参见 WORKFLOW_DETAILS.md 阶段 5 和 CHECKLISTS.md。
目标 : 预测免疫原性风险并设计去免疫化策略。
关键步骤 :
输出 : T 细胞表位列表、风险评分细目、去免疫化策略、临床比较。
代码示例请参见 WORKFLOW_DETAILS.md 阶段 6。
目标 : 评估表达、纯化、制剂和 CMC 可行性。
关键步骤 :
输出 : 表达评估、纯化策略、制剂推荐、CMC 时间线。
详细的生产内容请参见 MANUFACTURING.md,代码请参见 WORKFLOW_DETAILS.md 阶段 7。
目标 : 将所有发现汇总成带有验证计划的排序建议。
关键输出 :
完整报告模板请参见 REPORT_TEMPLATE.md。
IMGT_search_genes: 搜索种系基因 (IGHV, IGKV 等)IMGT_get_sequence: 获取种系序列IMGT_get_gene_info: 数据库信息SAbDab_search_structures: 搜索抗体结构SAbDab_get_structure: 获取结构详情TheraSAbDab_search_therapeutics: 按名称搜索TheraSAbDab_search_by_target: 按靶抗原搜索iedb_search_epitopes: 搜索表位iedb_search_bcell: B 细胞表位iedb_search_mhc: MHC-II 表位iedb_get_epitope_references: 引用AlphaFold_get_prediction: 结构预测UniProt_get_protein_by_accession: 靶点信息PDB_get_structure: 实验结构STRING_get_interactions: 蛋白质相互作用STRING_get_enrichment: 通路分析| 文件 | 内容 |
|---|---|
QUICK_START.md | 快速入门指南,SOAP 工具参数,Python SDK 和 MCP 用法 |
WORKFLOW_DETAILS.md | 所有 8 个阶段的代码示例 |
REPORT_TEMPLATE.md | 完整的报告模板,包含章节格式和示例表格 |
MANUFACTURING.md | 详细的生产内容 (表达、纯化、制剂、CMC) |
EXAMPLES.md | 完整的临床场景示例 (人源化、亲和力、双特异性) |
CHECKLISTS.md | 证据分级、完整性检查清单、评分细节、特殊注意事项 |
每周安装次数
140
代码库
GitHub 星标
1.2K
首次出现
Feb 12, 2026
安全审计
安装于
codex134
gemini-cli134
opencode133
github-copilot131
amp126
kimi-cli126
AI-guided antibody optimization pipeline from preclinical lead to clinical candidate. Covers sequence humanization, structure modeling, affinity optimization, developability assessment, immunogenicity prediction, and manufacturing feasibility.
KEY PRINCIPLES :
Apply when user asks:
antibody_optimization_report.mdoptimized_sequences.fasta - All optimized variantshumanization_comparison.csv - Before/after comparisondevelopability_assessment.csv - Detailed scoresSee REPORT_TEMPLATE.md for the full report template with section formats.
Every optimization MUST include per-variant documentation with:
| Tool | Purpose | Category |
|---|---|---|
IMGT_search_genes | Germline gene identification | Humanization |
IMGT_get_sequence | Human framework sequences | Humanization |
SAbDab_search_structures | Antibody structure precedents | Structure |
TheraSAbDab_search_by_target | Clinical antibody benchmarks | Validation |
AlphaFold_get_prediction |
CRITICAL : SOAP tools (IMGT, SAbDab, TheraSAbDab) require an operation parameter. See QUICK_START.md for correct usage.
Phase 1: Input Analysis & Characterization
├── Sequence annotation (CDRs, framework)
├── Species identification
├── Target antigen identification
├── Clinical precedent search
└── OUTPUT: Input characterization
↓
Phase 2: Humanization Strategy
├── Germline gene alignment (IMGT)
├── Framework selection
├── CDR grafting design
├── Backmutation identification
└── OUTPUT: Humanization plan
↓
Phase 3: Structure Modeling & Analysis
├── AlphaFold prediction
├── CDR conformation analysis
├── Epitope mapping
├── Interface analysis
└── OUTPUT: Structural assessment
↓
Phase 4: Affinity Optimization
├── In silico mutation screening
├── CDR optimization strategies
├── Interface improvement
└── OUTPUT: Affinity variants
↓
Phase 5: Developability Assessment
├── Aggregation propensity
├── PTM site identification
├── Stability prediction
├── Expression prediction
└── OUTPUT: Developability score
↓
Phase 6: Immunogenicity Prediction
├── MHC-II epitope prediction (IEDB)
├── T-cell epitope risk
├── Aggregation-related immunogenicity
└── OUTPUT: Immunogenicity risk score
↓
Phase 7: Manufacturing Feasibility
├── Expression level prediction
├── Purification considerations
├── Formulation stability
└── OUTPUT: Manufacturing assessment
↓
Phase 8: Final Report & Recommendations
├── Ranked variant list
├── Experimental validation plan
├── Next steps
└── OUTPUT: Comprehensive report
Goal : Annotate sequences, identify species/germline, find clinical precedents.
Key steps :
IMGT_search_genesTheraSAbDab_search_by_targetUniProt_get_protein_by_accessionOutput : Sequence information table, CDR annotation, target info, clinical precedent list.
See WORKFLOW_DETAILS.md Phase 1 for code examples.
Goal : Select human framework, design CDR grafting, identify backmutations.
Key steps :
Output : Framework selection rationale, grafting design, backmutation analysis, humanized sequences.
See WORKFLOW_DETAILS.md Phase 2 for code examples.
Goal : Predict structure, analyze CDR conformations, map epitope.
Key steps :
AlphaFold_get_prediction (VH:VL)iedb_search_epitopesSAbDab_search_structuresOutput : Structure quality table, CDR conformation analysis, epitope mapping, structural comparison.
See WORKFLOW_DETAILS.md Phase 3 for code examples.
Goal : Design affinity-improving mutations via computational screening.
Key steps :
Output : Ranked mutation list, combination strategy, expected affinity improvements.
See WORKFLOW_DETAILS.md Phase 4 for code examples.
Goal : Comprehensive developability scoring (0-100) across five dimensions.
Key steps :
Scoring : Weighted average (aggregation 0.30, PTM 0.25, stability 0.20, expression 0.15, solubility 0.10). Tiers: T1 (>75), T2 (60-75), T3 (<60).
Output : Component scores, overall score, tier classification, mitigation recommendations.
See WORKFLOW_DETAILS.md Phase 5 and CHECKLISTS.md for scoring details.
Goal : Predict immunogenicity risk and design deimmunization strategy.
Key steps :
Output : T-cell epitope list, risk score breakdown, deimmunization strategy, clinical comparison.
See WORKFLOW_DETAILS.md Phase 6 for code examples.
Goal : Assess expression, purification, formulation, and CMC feasibility.
Key steps :
Output : Expression assessment, purification strategy, formulation recommendation, CMC timeline.
See MANUFACTURING.md for detailed manufacturing content and WORKFLOW_DETAILS.md Phase 7 for code.
Goal : Compile all findings into a ranked recommendation with validation plan.
Key outputs :
See REPORT_TEMPLATE.md for the full report template.
IMGT_search_genes: Search germline genes (IGHV, IGKV, etc.)IMGT_get_sequence: Get germline sequencesIMGT_get_gene_info: Database informationSAbDab_search_structures: Search antibody structuresSAbDab_get_structure: Get structure detailsTheraSAbDab_search_therapeutics: Search by nameTheraSAbDab_search_by_target: Search by target antigeniedb_search_epitopes: Search epitopesiedb_search_bcell: B-cell epitopesiedb_search_mhc: MHC-II epitopesiedb_get_epitope_references: CitationsAlphaFold_get_prediction: Structure predictionUniProt_get_protein_by_accession: Target infoPDB_get_structure: Experimental structuresSTRING_get_interactions: Protein interactionsSTRING_get_enrichment: Pathway analysis| File | Contents |
|---|---|
QUICK_START.md | Getting started guide, SOAP tool parameters, Python SDK and MCP usage |
WORKFLOW_DETAILS.md | Code examples for all 8 phases |
REPORT_TEMPLATE.md | Full report template with section formats and example tables |
MANUFACTURING.md | Detailed manufacturing content (expression, purification, formulation, CMC) |
EXAMPLES.md | Complete clinical scenario examples (humanization, affinity, bispecific) |
CHECKLISTS.md |
Weekly Installs
140
Repository
GitHub Stars
1.2K
First Seen
Feb 12, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex134
gemini-cli134
opencode133
github-copilot131
amp126
kimi-cli126
AI 代码实施计划编写技能 | 自动化开发任务分解与 TDD 流程规划工具
50,900 周安装
| Structure modeling |
| Structure |
iedb_search_epitopes | Epitope identification | Immunogenicity |
iedb_search_bcell | B-cell epitope prediction | Immunogenicity |
UniProt_get_protein_by_accession | Target antigen information | Target |
STRING_get_interactions | Protein interaction network | Bispecifics |
PubMed_search | Literature precedents | Validation |
| Evidence grading, completeness checklists, scoring details, special considerations |