From 9e8006c8cac80b43d56787fc493da477aac006af Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Thu, 22 Jan 2026 13:14:19 -0800 Subject: [PATCH] fix: use GitHub source object in marketplace.json Fixes 'Invalid schema: plugins.0.source: Invalid input' error when installing via /plugin marketplace add. The source field needs to be a GitHub source object, not a relative path, when the plugin is at the repo root. --- .claude-plugin/marketplace.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 854edc0..be0543e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,10 @@ "plugins": [ { "name": "everything-claude-code", - "source": ".", + "source": { + "source": "github", + "repo": "affaan-m/everything-claude-code" + }, "description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use", "version": "1.0.0", "author": {