From 85ae6605e73950c9b3ea77999933cc064a313b54 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Mon, 15 Jun 2026 11:54:54 -0500 Subject: [PATCH] Add confidence plugin --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7374b3bb..f0dbb50c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -819,6 +819,20 @@ "category": "productivity", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/commit-commands" }, + { + "name": "confidence", + "description": "Access Confidence feature flags, experiments, and migration tools directly from Claude Code.", + "author": { + "name": "Spotify Confidence" + }, + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/spotify/confidence-ai-plugins.git", + "sha": "2da1d97dfb319335d9d85f9da8c090c82d296a60" + }, + "homepage": "https://confidence.spotify.com" + }, { "name": "context7", "description": "Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.",