biotender-max/proteina-complexa
> Proteina-Complexa flow-based protein backbone generation with fold-conditioned sampling guidance. (2) Exploring long-chain backbone generation beyond standard diffusion baselines, (3) Using NVIDIA Proteina-style flow matching workflows for controllable backbone design, (4) Comparing flow-based backbone generation against RFdiffusion or BoltzGen, (5) Prototyping fold-guided backbone campaigns before sequence design. This skill is based on the public NVIDIA Digital Bio Proteina project and uses "Proteina-Complexa" as the BioClaw-facing skill label. For sequence design after backbone generation, use proteinmpnn or solublempnn. For QC thresholds, use protein-design-qc.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill proteina-complexa
Plain-language role: Use this skill when you want a flow-based backbone generator with fold-class conditioning, especially for exploratory de novo design.
NVIDIA-Digital-Bio/proteina| Requirement | Minimum | Recommended |
|-------------|---------|-------------|
| Python | 3.10+ | 3.11 |
| CUDA | 12.0+ | 12.1+ |
| GPU VRAM | 24GB | 40GB+ |
| Environment manager | conda | mamba or micromamba |
git clone https://github.com/NVIDIA-Digital-Bio/proteina.git
cd proteina
mamba env create -f environment.yaml
conda activate proteina_env
pip install -e .
Create a .env file in the repository root:
echo "DATA_PATH=/path/to/proteina-data" > .env
The upstream project documents extra data and weight bundles that must live under DATA_PATH.
At minimum, verify:
Use Proteina-Complexa when the main task is generating diverse backbones, not sequence optimization.
The upstream model is especially useful when you want:
After generating promising backbones:
proteinmpnn for general inverse foldingsolublempnn when expression robustness matters moreAfter sequence design:
chai1-structure-prediction, boltz-structure-prediction, or alphafold2-multimerprotein-design-qc for filtering and rankingTarget goal
-> Proteina-Complexa backbone generation
-> ProteinMPNN / SolubleMPNN sequence design
-> Chai / Boltz / AlphaFold validation
-> Protein Design QC
| Need | Prefer |
|------|--------|
| Maximum backbone diversity with established community recipes | rfdiffusion |
| All-atom generation with side-chain awareness | boltzgen |
| Flow-based backbone generation with fold conditioning | proteina-complexa |
| End-to-end integrated binder pipeline | bindcraft |
| Error | Likely cause | Fix |
|-------|--------------|-----|
| Missing DATA_PATH files | Required upstream bundles not downloaded | Re-check upstream setup and place files under the documented directory tree |
| CUDA OOM | Backbone length or batch too large | Reduce batch size or use a larger GPU |
| Config mismatch | Wrong checkpoint/config pair | Keep checkpoint, config, and conditioning mode aligned |
| Weak downstream foldability | Backbone exploration too unconstrained | Tighten fold conditioning and validate more aggressively |
proteinmpnn or solublempnn.Send promising backbones to proteinmpnn or solublempnn, then validate them structurally and filter with protein-design-qc.
Take biotender-max/proteina-complexa from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip.
Without those the skill loads but fails at the first command.