From 92e5b4d415a0928d1f2d6b1126a5c982b107d895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20P=C4=99dzim=C4=85=C5=BC?= Date: Sun, 12 Apr 2026 21:45:31 +0200 Subject: [PATCH] fix: rename plugin id from ecc to everything-claude-code in manifests The marketplace is registered externally as `everything-claude-code`, so the Claude Code CLI looks for a plugin named `everything-claude-code` within it. Both `.claude-plugin/marketplace.json` and `.claude-plugin/plugin.json` used the short alias `ecc` for the plugin `name` field, causing a lookup miss at install/update time: Error: Plugin everything-claude-code not found in marketplace everything-claude-code Change the `name` field in both files to match the external identifier. --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8250c266..2e4cbac2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "ecc", + "name": "everything-claude-code", "owner": { "name": "Affaan Mustafa", "email": "me@affaanmustafa.com" @@ -9,7 +9,7 @@ }, "plugins": [ { - "name": "ecc", + "name": "everything-claude-code", "source": "./", "description": "The most comprehensive Claude Code plugin — 38 agents, 156 skills, 72 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning", "version": "1.10.0", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 44a6b536..9ccf8884 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "ecc", + "name": "everything-claude-code", "version": "1.10.0", "description": "Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use", "author": {