AlterLab AlphaFold (via ColabFold)

Uruchamia AlphaFold2 za pośrednictwem ColabFold do fałdowania białek/kompleksów i interpretacji pewności pLDDT/pTM/ipTM/PAE.

Autor: AlterLab-IEU · AlterLab-IEU/AlterLab-Academic-Skills

Działa po konfiguracji ★ 8.8/10

AlterLab AlphaFold (via ColabFold) — Uruchamia AlphaFold2 za pośrednictwem ColabFold do fałdowania białek/kompleksów i interpretacji pewności pLDDT/pTM/ipTM/PAE.

Co robi ten skill

Przewiduje trójwymiarowe struktury białek z FASTA sequence using AlphaFold2 through ColabFold's MMseqs2-accelerated MSA pipeline, covering single-chain monomers and AlphaFold2-Multimer complexes. Explains how to read per-residue and per-interface confidence metrics and how to validate a designed sequence via self-consistency refolding. Part of a larger AlterLab suite; explicitly defers to sibling skills for ligand co-folding, antibody complexes, embeddings, or database lookups. Requires a CUDA GPU and ColabFold install.

Raport z testu

Correctly routes a ProteinMPNN-designed peptide into the self-consistency fold-and-check loop and hands the GPU step off to alterlab-remote-compute -- but actual folding needs a CUDA GPU plus multi-GB AlphaFold2 weights that this sandbox doesn't have, so only the guidance layer could be verified.

Testowano: 2026-07-14 · Claude Code 2.x (agent harness)

Instalacja

git clone https://github.com/AlterLab-IEU/AlterLab-Academic-Skills
cd AlterLab-Academic-Skills
mkdir -p ~/.claude/skills
cp -r skills/bioinformatics/alterlab-alphafold ~/.claude/skills/alterlab-alphafold

Komendy i przykładowe prompty

  • /alterlab-alphafoldUruchamia AlphaFold2 za pośrednictwem ColabFold do fałdowania białek/kompleksów i interpretacji pewności pLDDT/pTM/ipTM/PAE.

Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):

  • Fold this FASTA sequence and give me pLDDT confidence scores.
  • Predict this protein complex structure with AlphaFold2-Multimer.
  • I designed this peptide with ProteinMPNN, check if it folds back.