From 04f0122b3891c644d144f58694fdbe4d988e8c9d Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Mon, 15 Jun 2026 15:55:58 -0500 Subject: [PATCH] Add boltz plugin (#2855) --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2d5315e..9363e87 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -448,6 +448,22 @@ }, "homepage": "https://github.com/gemini-cli-extensions/bigquery-data-analytics" }, + { + "name": "boltz", + "description": "Predict structures, screen molecules and proteins, and design binders with Boltz from Claude Code.", + "author": { + "name": "Boltz" + }, + "category": "development", + "source": { + "source": "git-subdir", + "url": "https://github.com/boltz-bio/boltz-api-skills.git", + "path": "plugins/boltz", + "ref": "main", + "sha": "dee5b9962b5edd8cedc7b8405d14261852441d96" + }, + "homepage": "https://boltz.bio" + }, { "name": "box", "description": "Work with your Box content directly from Claude Code — search files, organize folders, collaborate with your team, and use Box AI to answer questions, summarize documents, and extract data without leaving your workflow.",