From 6ec1e4963adb43681d23b4e47ffb0747e2140f76 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 1 Feb 2026 02:40:20 +0000 Subject: [PATCH] fix: add marketplace.json for plugin discovery Claude Code plugin marketplaces require .claude-plugin/marketplace.json Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..c55f35d --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,11 @@ +{ + "name": "core-claude", + "description": "Claude Code plugins for Host UK monorepo", + "plugins": [ + { + "name": "core", + "path": "..", + "description": "Host UK unified framework - Go CLI, PHP framework, multi-repo management" + } + ] +} \ No newline at end of file