From ecfbbd3da12bab377541d9894e19ac8c21cba51c Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Thu, 22 Jan 2026 15:02:48 -0800 Subject: [PATCH] fix: use relative path './' for plugin source instead of GitHub object Using './' lets Claude Code use the already-cloned marketplace repo directly instead of fetching from GitHub again. This avoids potential double-fetch issues and simplifies the installation. --- .claude-plugin/marketplace.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index be0543e..1b80118 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,10 +11,7 @@ "plugins": [ { "name": "everything-claude-code", - "source": { - "source": "github", - "repo": "affaan-m/everything-claude-code" - }, + "source": "./", "description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use", "version": "1.0.0", "author": {