From 8518bfc43d31a3f29790a8b8b4e34000f461c16a Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 17 Apr 2026 08:53:58 -0500 Subject: [PATCH 1/2] Add miro plugin --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 37c369d..a70f9c1 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -886,6 +886,22 @@ }, "homepage": "https://www.mintlify.com/" }, + { + "name": "miro", + "description": "Secure access to Miro boards. Enables AI to read board context, create diagrams, and generate code with enterprise-grade security.", + "author": { + "name": "Miro" + }, + "category": "design", + "source": { + "source": "git-subdir", + "url": "https://github.com/miroapp/miro-ai.git", + "path": "claude-plugins/miro", + "ref": "main", + "sha": "748bd6afbf60ebc1a1a42bc2e275bfaee53a3eb6" + }, + "homepage": "https://miro.com" + }, { "name": "mongodb", "description": "Official Claude plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best practices, develop advanced features, and more.", From 5c5c5f9896921013ce83ebbeb0f2271122a22ef8 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 17 Apr 2026 08:57:39 -0500 Subject: [PATCH 2/2] Remove SHA pin from miro entry --- .claude-plugin/marketplace.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a70f9c1..aa34976 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -897,8 +897,7 @@ "source": "git-subdir", "url": "https://github.com/miroapp/miro-ai.git", "path": "claude-plugins/miro", - "ref": "main", - "sha": "748bd6afbf60ebc1a1a42bc2e275bfaee53a3eb6" + "ref": "main" }, "homepage": "https://miro.com" },