One-click install
npx skills add https://github.com/yjcyxky/biominer-skills --skill rfdiffusion-yjcyxky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rfdiffusion
Source: https://github.com/yjcyxky/biominer-skills/tree/main/rfdiffusion
Command: npx skills add https://github.com/yjcyxky/biominer-skills --skill rfdiffusion-yjcyxky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RFdiffusion provides a diffusion-model-based approach to generating novel protein backbones and designs, addressing the challenge of de novo design, motif scaffolding, binder design, and symmetric assembly in protein engineering.

Core Features & Use Cases

  • Unconditional monomer generation, motif scaffolding, binder design, and symmetric oligomer design for protein engineering and therapeutics.
  • Integration with ProteinMPNN for coupled sequence design and validation workflows.
  • GPU-accelerated design via Docker images for scalable, reproducible experiments.

Quick Start

Install Docker and run RFdiffusion with a default 100-residue test design: docker run --rm --gpus all -v /data/rfdiffusion:/data ghcr.io/open-prophetdb/rfdiffusion:arm64-blackwell inference.output_prefix=/data/outputs/test inference.model_directory_path=/data/models 'contigmap.contigs=[100-100]' inference.num_designs=10

Frequently Asked Questions about rfdiffusion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate protein backbones for de novo design using a diffusion model?

To generate protein backbones for de novo design, RFdiffusion applies a diffusion model to create novel protein scaffolds. It executes GPU-accelerated runs via Docker to output structural backbones for computational biology workflows.

What do I need to run motif scaffolding and binder design workflows?

Motif scaffolding and binder design require a GPU-enabled Docker environment and pre-downloaded model checkpoints. You must mount local data volumes to the Docker container to execute RFdiffusion and store generated protein structures.

Can I design symmetric oligomers using diffusion-based protein generation?

Yes, you can design symmetric oligomers using diffusion-based protein generation. RFdiffusion explicitly supports symmetric assembly design, enabling the creation of oligomeric protein structures for protein engineering and therapeutics.

Does RFdiffusion integrate with sequence design tools for protein validation?

RFdiffusion integrates with ProteinMPNN for coupled sequence design and validation workflows. This combination allows you to validate generated protein backbones by designing and testing their corresponding amino acid sequences.

What is the best way to start a 100-residue protein backbone test design?

The best way to start a 100-residue test design is running the provided RFdiffusion Docker command with the 'contigmap.contigs=[100-100]' parameter. This GPU-accelerated Docker execution generates ten default design outputs in your mounted data volume.