foundry

Run RosettaCommons Foundry in Docker for RFdiffusion3 constrained design.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables running RosettaCommons Foundry in Docker to support RFdiffusion3 constrained design and related workflows.

Core Features & Use Cases

  • Checkpoint management with the Foundry CLI to list and install models.
  • RFdiffusion3 inference using the rfd3 CLI inside the container.
  • Input specification via JSON/YAML to drive constraints, symmetry, and design scenarios.
  • Use cases include symmetry design, binder design, and small-molecule design from documented templates.

Quick Start

Use the Foundry docker run pattern to start a session and run rfd3 on a provided spec, ensuring /data is mounted for checkpoints and outputs.

Frequently Asked Questions about foundry

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

FAQPage Schema
How do I run RFdiffusion3 inference using Docker?

Manage RFdiffusion3 checkpoints using the Foundry CLI to list and install required models. Checkpoints are stored on host-mounted /data paths, ensuring they persist and are accessible for inference inside the Docker container.

Can I use JSON or YAML to specify constraints for RFdiffusion3 design?

You need a Docker-enabled environment, the RosettaCommons Foundry image, and access to host-mounted /data paths. These prerequisites ensure the container can access installed checkpoints and write design outputs correctly.

What design workflows does Foundry support for RFdiffusion3?

Yes, Foundry supports small-molecule design workflows using documented templates and the rfd3 CLI. You specify the design scenario and constraints via JSON or YAML specs, which are processed inside the Docker container.

Do I need a Docker environment to run RosettaCommons Foundry?

Yes, Foundry requires a Docker-enabled environment to run. You need the Foundry image, access to host-mounted /data paths for checkpoints, and the rfd3 CLI to execute RFdiffusion3 constrained design workflows.