fix: correct Claude Code plugin install commands and add marketplace.json

This commit is contained in:
Giancarlo Erra
2026-03-16 00:39:44 +00:00
parent 2b121683c7
commit 157b353bc4
2 changed files with 24 additions and 4 deletions
+18
View File
@@ -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"
}
]
}
+6 -4
View File
@@ -90,8 +90,9 @@ The first Qdrantbased MCP/Claude Plugin/Skill that pairs automanaged, 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: