From fc7e09619d061f354581cd052cae6d5c24e0a175 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 12 Feb 2026 22:05:31 +0000 Subject: [PATCH] Add showInstallCountsForOfficialOnly flag to marketplace config Only show install counts in the plugin marketplace for official claude-plugins-official plugins (those with author.email set to support@anthropic.com). Unofficial/external plugins will not display install counts. Slack thread: https://anthropic.slack.com/archives/C09UPL58BUZ/p1770933725150989 https://claude.ai/code/session_01Ba5UH1rQKgRc3WznA6RAoc --- .claude-plugin/marketplace.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b372cc3..f9f278a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,6 +6,7 @@ "name": "Anthropic", "email": "support@anthropic.com" }, + "showInstallCountsForOfficialOnly": true, "plugins": [ { "name": "typescript-lsp",