From 2d407bb05d9966cc1374355b66c9daace4e958d0 Mon Sep 17 00:00:00 2001 From: qxbyte <126648675+qxbyte@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:03:56 +0800 Subject: [PATCH] chore: refresh marketplace top-level metadata (add ragkit to description, add $schema) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The marketplace-level `description` still listed only 3 plugins (missing ragkit); updated to name all four. Added `$schema` (SchemaStore's claude-code-marketplace.json) for editor validation, matching the official marketplaces. Top-level metadata — no plugin version bump; propagates when the host runs "Update marketplace". Co-Authored-By: Claude Fable 5 Co-Authored-By: qxbyte <126648675+qxbyte@users.noreply.github.com> --- .claude-plugin/marketplace.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ce14c8d..c562780 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,6 +1,7 @@ { + "$schema": "https://json.schemastore.org/claude-code-marketplace.json", "name": "pluginhub", - "description": "qxbyte's Claude Code / CodeBuddy plugin marketplace. Currently hosts specode (spec-driven workflow), task-swarm (multi-agent orchestration) and obsidian-wiki (Obsidian LLM-Wiki maintenance); more plugins to come.", + "description": "qxbyte's Claude Code / CodeBuddy plugin marketplace — hosts specode (spec-driven workflow), task-swarm (multi-agent orchestration), obsidian-wiki (Obsidian LLM-Wiki maintenance), and ragkit (knowledge-base RAG). More plugins to come.", "owner": { "name": "qxbyte", "url": "https://github.com/qxbyte"