From c554ce45e37858e4e98909710d7ebd13ccafcc1b Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 16 Mar 2026 17:26:15 +0000 Subject: [PATCH 1/4] Update Vercel plugin to point to vercel-labs/vercel-plugin Replace the marketplace pointer for the Vercel plugin from vercel/vercel-deploy-claude-code-plugin to vercel-labs/vercel-plugin. --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 58ed66b..a266ab3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -594,9 +594,9 @@ "category": "deployment", "source": { "source": "url", - "url": "https://github.com/vercel/vercel-deploy-claude-code-plugin.git" + "url": "https://github.com/vercel-labs/vercel-plugin.git" }, - "homepage": "https://github.com/vercel/vercel-deploy-claude-code-plugin" + "homepage": "https://github.com/vercel-labs/vercel-plugin" }, { "name": "stripe", From 1086e0cc1af51d8dc37a5a5240f434a947aced8e Mon Sep 17 00:00:00 2001 From: Tobin South Date: Mon, 16 Mar 2026 17:58:57 +0000 Subject: [PATCH 2/4] vercel-labs to vercel --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a266ab3..99244a8 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -594,9 +594,9 @@ "category": "deployment", "source": { "source": "url", - "url": "https://github.com/vercel-labs/vercel-plugin.git" + "url": "https://github.com/vercel/vercel-plugin.git" }, - "homepage": "https://github.com/vercel-labs/vercel-plugin" + "homepage": "https://github.com/vercel/vercel-plugin" }, { "name": "stripe", From 124fcfaa1ed511bc20eeded8cca52f97e32c478f Mon Sep 17 00:00:00 2001 From: Tobin South Date: Mon, 16 Mar 2026 13:49:40 -0700 Subject: [PATCH 3/4] Add neon to marketplace --- .claude-plugin/marketplace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7dbb484..bc32d49 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1015,6 +1015,19 @@ "url": "https://github.com/MicrosoftDocs/mcp.git" }, "homepage": "https://github.com/microsoftdocs/mcp" + }, + { + "name": "neon", + "description": "Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.", + "category": "database", + "source": { + "source": "git-subdir", + "url": "neondatabase/agent-skills", + "path": "plugins/neon-postgres", + "ref": "main", + "sha": "54d7a9db2ddd476f84d5d1fd7bac323907858a8b" + }, + "homepage": "https://github.com/neondatabase/agent-skills/tree/main/plugins/neon-postgres" } ] } From 3d0d05576d373ff694fd7c329f751c4527a939bc Mon Sep 17 00:00:00 2001 From: Tobin South Date: Mon, 16 Mar 2026 23:05:02 +0000 Subject: [PATCH 4/4] Remove qodo SHA --- .claude-plugin/marketplace.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 58ed66b..506f5e9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -709,8 +709,7 @@ "category": "development", "source": { "source": "url", - "url": "https://github.com/qodo-ai/qodo-skills.git", - "sha": "623eb4ed4364d8111f9a9132a791d7497d814b6a" + "url": "https://github.com/qodo-ai/qodo-skills.git" }, "homepage": "https://github.com/qodo-ai/qodo-skills.git" },