From 157b353bc47e519a35561488967f01107de5b380 Mon Sep 17 00:00:00 2001 From: Giancarlo Erra Date: Mon, 16 Mar 2026 00:39:44 +0000 Subject: [PATCH] fix: correct Claude Code plugin install commands and add marketplace.json --- .claude-plugin/marketplace.json | 18 ++++++++++++++++++ README.md | 10 ++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..40f3418 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,18 @@ +{ + "name": "socraticode", + "owner": { + "name": "Giancarlo Erra", + "email": "giancarlo@altaire.com" + }, + "metadata": { + "description": "SocratiCode — codebase intelligence plugin for Claude Code" + }, + "plugins": [ + { + "name": "socraticode", + "source": "./", + "description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration", + "category": "development" + } + ] +} diff --git a/README.md b/README.md index 0c5eb9a..b7072a9 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,9 @@ The first Qdrant‑based MCP/Claude Plugin/Skill that pairs auto‑managed, zero **Claude Code** — install the plugin (recommended, includes workflow skills for best results): -```bash -claude plugin add --from-github giancarloerra/socraticode +``` +/plugin marketplace add giancarloerra/socraticode +/plugin install socraticode@socraticode ``` Or as MCP only (without skills): @@ -296,8 +297,9 @@ before reading any files directly. The SocratiCode plugin bundles both the MCP server and workflow skills that teach Claude how to use the tools effectively. One install gives you everything: -```bash -claude plugin add --from-github giancarloerra/socraticode +``` +/plugin marketplace add giancarloerra/socraticode +/plugin install socraticode@socraticode ``` The plugin includes: