From ea8df8becd36c108bcb637c1a35e5451c3b9347c Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Thu, 2 Jul 2026 10:50:55 -0500 Subject: [PATCH] Add honeycomb + b12-claude-plugin plugins --- .claude-plugin/marketplace.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2817f3e6..8e984010 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -902,6 +902,32 @@ "sha": "3331cc8b908e038df5ec1b199c55b2f763943511" }, "homepage": "https://www.grasp-ai.com/" + }, + { + "name": "honeycomb", + "displayName": "Honeycomb", + "description": "Skills, agents, and workflows for Honeycomb observability — query patterns, production investigations, SLOs, OpenTelemetry instrumentation, and Beeline migration. Designed to complement the Honeycomb MCP server.", + "category": "monitoring", + "source": { + "source": "git-subdir", + "url": "https://github.com/honeycombio/agent-skill.git", + "path": "honeycomb", + "ref": "main", + "sha": "53e6bb80242d4667dd730e7cc2150a4a2f9a83bf" + }, + "homepage": "https://github.com/honeycombio/agent-skill" + }, + { + "name": "b12-claude-plugin", + "displayName": "B12", + "description": "B12 plugin with two skills: Website Generator (create a B12 website from a brief description) and B12 Website Editor (edit a live B12 website using Claude's browser access in Claude Cowork).", + "category": "design", + "source": { + "source": "url", + "url": "https://github.com/b12io/b12-claude-plugin.git", + "sha": "a53638c2b23b82c6be7c4e5b1e3cecd6a59f9fb8" + }, + "homepage": "https://github.com/b12io/b12-claude-plugin" } ] }