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.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versiontooluniverse-antibody-engineeringExecute the skills CLI command in your project's root directory to begin installation:
Fetches tooluniverse-antibody-engineering from mims-harvard/tooluniverse and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate tooluniverse-antibody-engineering. Access via /tooluniverse-antibody-engineering in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
1.2K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
1.2K
stars
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:
When uncertain about any scientific fact, SEARCH databases first (PubMed, UniProt, ChEMBL, ClinVar, etc.) rather than reasoning from memory. A database-verified answer is always more reliable than a guess.
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 |
Structure modeling | Structure |
iedb_search_epitopes |
Epitope identification | Immunogenicity |
iedb_search_bcell |
B-cell epitope prediction | Immunogenicity |
UniProt_get_entry_by_accession |
Target antigen information | Target |
STRING_get_interaction_partners |
Protein interaction network | Bispecifics |
PubMed_search_articles |
Literature precedents | Validation |
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_entry_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_entry_by_accession: Target infoRCSBData_get_entry: Experimental structuresSTRING_get_interaction_partners: 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 |
Evidence grading, completeness checklists, scoring details, special considerations |
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
tooluniverse-antibody-engineering reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added tooluniverse-antibody-engineering from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
tooluniverse-antibody-engineering reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend tooluniverse-antibody-engineering for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
I recommend tooluniverse-antibody-engineering for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: tooluniverse-antibody-engineering is focused, and the summary matches what you get after install.
tooluniverse-antibody-engineering has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in tooluniverse-antibody-engineering — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Useful defaults in tooluniverse-antibody-engineering — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
tooluniverse-antibody-engineering has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 47