From 72380681f3215fff10df4c59da0463043d95c036 Mon Sep 17 00:00:00 2001 From: Tym Rabchuk Date: Thu, 9 Apr 2026 17:33:59 -0400 Subject: [PATCH] Fix marketplace install command to use github shorthand Using the full git URL (`https://github.com/5uck1ess/marketplace.git`) registers the marketplace with source type "git" instead of "github". The "Update Now" button in Claude Code's plugin UI only works with "github" source types. Using the shorthand (`5uck1ess/marketplace`) fixes this so manual updates work without restarting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b47ee9..df0b73c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Works with just Claude. Optionally adds Codex and Gemini for multi-agent consens ### 1. Devkit (required) ```bash -/plugin marketplace add https://github.com/5uck1ess/marketplace.git +/plugin marketplace add 5uck1ess/marketplace /plugin install devkit@5uck1ess-plugins ```