> 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.
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
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.