一键导入
structure-agent
Structural biology deep-dive — all PDB structures, AlphaFold prediction, variant mapping onto structure, domain architecture, and literature
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structural biology deep-dive — all PDB structures, AlphaFold prediction, variant mapping onto structure, domain architecture, and literature
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full clinical variant workup — gnomAD population frequency, ClinVar significance, protein domain impact, AlphaFold structure context, and PubMed literature
Compare a gene across multiple species — find orthologs, retrieve sequences, compute alignments, and summarize conservation
Druggability assessment — protein function, 3D structures, ligand-bound PDBs, binding sites, interaction network, disease associations, and literature
Functional analysis of a gene list — batch summaries, pathway mapping, protein interactions, tissue expression, and phenotype associations
Generate a comprehensive gene report by combining data from NCBI, Ensembl, UniProt, ClinVar, PDB, InterPro, STRING, and KEGG
Research session lab notebook — start, annotate, update, report, or check status
| name | structure-agent |
| description | Structural biology deep-dive — all PDB structures, AlphaFold prediction, variant mapping onto structure, domain architecture, and literature |
Perform a comprehensive structural biology analysis for: $ARGUMENTS
Use the MCP tools to gather structural data from all relevant sources, then synthesize a detailed structural report. Follow the steps below in order. If a step fails or returns no data, note the gap and continue.
Determine the input type:
1TUP, 6W9C) — start with PDB lookup, then identify the proteinP04637) — resolve gene symbol, then search PDBTP53) — resolve to UniProt, then search PDBuniprot_search with the symbol and organism_id:9606 (reviewed: true) to get the canonical UniProt accession.uniprot_get_protein with the accession to get protein length, function, and gene name.pdb_get_structure first, extract the UniProt mapping from entity details, then call uniprot_get_protein.interpro_get_domains with the UniProt accession.uniprot_get_features with the UniProt accession to get detailed feature annotations (active sites, binding sites, disulfide bonds, metal binding).pdb_search with the gene symbol or protein name (limit: 20) to find all available structures.pdb_get_structure to get detailed metadata:
alphafold_get_prediction with the UniProt accession.clinvar_search with the gene symbol to get pathogenic/likely pathogenic variants.string_get_interactions with the gene symbol (species: 9606, limit: 10, required_score: 700).pubmed_search with the gene symbol + "crystal structure" OR "cryo-EM structure" (max_results: 8).# Structural Biology Report: [PROTEIN NAME] ([GENE SYMBOL])
## Summary
One-paragraph overview: structural knowledge for this protein, key structural features, druggable pockets, and gaps in structural coverage.
## Protein Overview
- Gene: [symbol], Protein: [name], UniProt: [accession]
- Length: [N] amino acids
- Function: [brief description]
- Key domains: [list with positions]
## Domain Architecture
[1]---[Domain A: 50-150]---[Domain B: 200-350]---[N]
Table of all domains with InterPro/Pfam IDs, positions, and descriptions.
## Experimental Structures
### Structure Inventory
| PDB ID | Method | Resolution | Chains | Coverage | Ligands | Year |
|--------|--------|-----------|--------|----------|---------|------|
[All structures found, sorted by resolution]
**Total structures:** [N] | **Best resolution:** [X.X Å] | **Methods:** X-ray ([N]), Cryo-EM ([N]), NMR ([N])
### Key Structures Highlighted
#### Best Overall: [PDB ID] — [Title]
- Method: [X-ray/Cryo-EM], Resolution: [X.X Å]
- Coverage: residues [start]-[end] ([%] of protein)
- Key features: [what makes this structure notable]
#### Best Ligand-Bound: [PDB ID] — [Title]
- Ligand: [name/identifier]
- Binding site residues: [list]
- Drug relevance: [if applicable]
#### Best Complex: [PDB ID] — [Title]
- Complex partners: [proteins/DNA/RNA]
- Interface residues: [key contacts]
### Structure Coverage Map
Visual representation of which protein regions are covered by experimental structures:
Protein: [1]=========================[N] Domain A: [====50-150====] Domain B: [====200-350====] PDB 1XXX: [--30---------180--] PDB 2YYY: [--120--------300--] PDB 3ZZZ: [--280---350--] Gap: [1-29] [181-199] [351-N]
## AlphaFold Prediction
- Mean pLDDT: [score]
- High-confidence regions (pLDDT > 90): [ranges]
- Confident regions (70-90): [ranges]
- Low-confidence / disordered (< 50): [ranges]
- Comparison with PDB: [which gaps in PDB are predicted well by AlphaFold?]
- Model URLs: [PDB file], [CIF file]
## Pathogenic Variants on Structure
### Variant Hotspots
| Domain/Region | Variants | Significance |
|--------------|----------|-------------|
[Domains ranked by number of pathogenic variants]
### Key Pathogenic Variants
| Variant | Position | Domain | ClinVar Significance | Structural Context |
|---------|----------|--------|---------------------|-------------------|
[Top 10 pathogenic variants with structural interpretation]
**Interpretation:** [Where do pathogenic variants cluster? Do they affect active sites, stability, or interfaces?]
## Protein Interaction Interfaces
- Top interaction partners (STRING):
| Partner | Score | Co-crystal Structure? |
|---------|-------|--------------------|
- Structurally characterized interfaces: [which interactions have PDB structures?]
- Key interface residues: [from complex structures]
## Structural Literature
| # | Title | Year | Journal | PMID |
|---|-------|------|---------|------|
[Top 5-8 structural papers]
## Druggability Assessment
- Known ligand-binding sites from PDB structures
- Druggable pockets: [based on ligand-bound structures]
- Allosteric sites: [if any structures reveal allosteric mechanisms]
- Drug candidates: [if any PDB ligands are known drugs or clinical candidates]
## Key Takeaways
- [3-5 bullet points summarizing structural knowledge, gaps, variant hotspots, and druggability]
## Data Sources
List which databases were queried and whether each returned data successfully.
Keep the report factual — only include data returned by the tools. Do not fabricate PDB IDs, resolutions, or structural details. If a section has no data, write "No data available from [source]."