AI-guided de novo protein design using RFdiffusion backbone generation, ProteinMPNN sequence optimization, and structure validation for therapeutic protein development.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versiontooluniverse-protein-therapeutic-designExecute the skills CLI command in your project's root directory to begin installation:
Fetches tooluniverse-protein-therapeutic-design 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-protein-therapeutic-design. Access via /tooluniverse-protein-therapeutic-design 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
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
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 de novo protein design using RFdiffusion backbone generation, ProteinMPNN sequence optimization, and structure validation for therapeutic protein development.
KEY PRINCIPLES:
Therapeutic protein design starts with the target interaction. What binding surface do you need to cover? A small pocket = nanobody or peptide. A large flat surface = designed protein. Stability, immunogenicity, and manufacturability constrain the design space.
When uncertain about any scientific fact, SEARCH databases first rather than reasoning from memory. A database-verified answer is always more reliable than a guess.
When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.
Apply when user asks to:
Phase 1: Target Characterization
Get structure (PDB, EMDB cryo-EM, AlphaFold), identify binding epitope
Phase 2: Backbone Generation (RFdiffusion)
Define constraints, generate >= 5 backbones, filter by geometry
Phase 3: Sequence Design (ProteinMPNN)
Design >= 8 sequences per backbone, sample with temperature control
Phase 4: Structure Validation (ESMFold/AlphaFold2)
Predict structure, compare to backbone, assess pLDDT/pTM
Phase 5: Developability Assessment
Aggregation, pI, expression prediction
Phase 6: Report Synthesis
Ranked candidates, FASTA, experimental recommendations
[TARGET]_protein_design_report.md first with section headers[TARGET]_designed_sequences.fasta and [TARGET]_top_candidates.csvEvery design MUST include: Sequence, Length, Target, Method, and Quality Metrics (pLDDT, pTM, MPNN score, binding prediction).
| Tool | Purpose | Key Parameter |
|---|---|---|
NvidiaNIM_rfdiffusion |
Backbone generation | diffusion_steps (NOT num_steps) |
NvidiaNIM_proteinmpnn |
Sequence design | pdb_string (NOT pdb) |
ESMFold_predict_structure |
Fast validation | sequence (NOT seq) |
NvidiaNIM_alphafold2 |
High-accuracy validation | sequence, algorithm |
NvidiaNIM_esm2_650m |
Sequence embeddings | sequences, format |
| Tool | Wrong | Correct |
|---|---|---|
NvidiaNIM_rfdiffusion |
num_steps=50 |
diffusion_steps=50 |
NvidiaNIM_proteinmpnn |
pdb=content |
pdb_string=content |
ESMFold_predict_structure |
seq="MVLS..." |
sequence="MVLS..." |
NvidiaNIM_alphafold2 |
seq="MVLS..." |
sequence="MVLS..." |
NVIDIA_API_KEY environment variable required| Tool | Purpose | Key Parameters |
|---|---|---|
PDBe_get_uniprot_mappings |
Find PDB structures | uniprot_id |
RCSBData_get_entry |
Download PDB file | pdb_id |
alphafold_get_prediction |
Get AlphaFold DB structure | accession |
emdb_search |
Search cryo-EM maps | query |
emdb_get_entry |
Get entry details | entry_id |
UniProt_get_entry_by_accession |
Get target sequence | accession |
InterPro_get_protein_domains |
Get domains | accession |
| Tier | Criteria |
|---|---|
| T1 (best) | pLDDT >85, pTM >0.8, low aggregation, neutral pI |
| T2 | pLDDT >75, pTM >0.7, acceptable developability |
| T3 | pLDDT >70, pTM >0.65, developability concerns |
| T4 | Failed validation or major developability issues |
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
anthropics/claude-code
leonxlnx/taste-skill
sickn33/antigravity-awesome-skills
erichowens/some_claude_skills
hyperb1iss/hyperskills
omer-metin/skills-for-antigravity
I recommend tooluniverse-protein-therapeutic-design for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
We added tooluniverse-protein-therapeutic-design from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Registry listing for tooluniverse-protein-therapeutic-design matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend tooluniverse-protein-therapeutic-design for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in tooluniverse-protein-therapeutic-design — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend tooluniverse-protein-therapeutic-design for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in tooluniverse-protein-therapeutic-design — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
tooluniverse-protein-therapeutic-design fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in tooluniverse-protein-therapeutic-design — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
tooluniverse-protein-therapeutic-design has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 48