Agent skill · Design & Presentation

proteina-complexa

Proteina-Complexa flow-based protein backbone generation with fold-conditioned sampling guidance. Use this skill when: (1) Generating de novo protein backbones with hierarchical fold conditioning, (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 "Pr

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill proteina-complexa --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/bioclaw_hub/proteina-complexa/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Proteina-Complexa Backbone Generation **Plain-language role**: Use this skill when you want a flow-based backbone generator with fold-class conditioning, especially for exploratory de novo design. ## Source Notes - Public upstream reference: `NVIDIA-Digital-Bio/proteina` - Publicly described as a large-scale flow-based protein backbone generator with hierarchical fold class conditioning - Upstream setup and weights may change over time, so verify the current README and license before running - Check the upstream NVIDIA license before commercial use or redistribution of model artifacts ## Prerequisites | Requirement | Minimum | Recommended | |-------------|---------|-------------| | Python | 3.10+ | 3.11 | | CUDA | 12.0+ | 12.1+ | | GPU VRAM | 24GB | 40GB+ | | Environment manager | conda | mamba or micromamba | ## How to Run ### Option 1: Upstream Proteina environment ```bash 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: ```bash echo "DATA_PATH=/path/to/proteina-data" > .env ``` ### Additional files The upstream project docum

What's inside
Steps it walks through
  1. Source Notes
  2. Prerequisites
  3. How to Run
  4. Option 1: Upstream Proteina environment
  5. Additional files
  6. Recommended Use Pattern
  7. 1. Start from backbone generation
  8. 2. Prefer fold-conditioned exploration
  9. 3. Hand off to sequence design
  10. 4. Validate and filter
  11. Typical Workflow
  12. When to Prefer This Over Other Tools
  13. Key Ideas to Preserve
  14. Common Mistakes
Ships with 2 files
  • README.md
  • references/upstream-notes.md
Commands it runs
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 .
echo "DATA_PATH=/path/to/proteina-data" > .env
More from awesome-bio-agent-skills
All skills →
About this skill
What does the proteina-complexa skill do?

Proteina-Complexa flow-based protein backbone generation with fold-conditioned sampling guidance. Use this skill when: (1) Generating de novo protein backbones with hierarchical fold conditioning, (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 "Pr

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill proteina-complexa --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going