Skip to content

Commit 62a96a6

Browse files
feat: add root marketplace.json for claude plugin install
Enables: /plugin → SpillwaveSolutions/codebase-mentor Lists codebase-wizard plugin with source at ./plugins/codebase-wizard Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 433a878 commit 62a96a6

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
3+
"name": "codebase-mentor",
4+
"version": "1.2.2",
5+
"description": "Marketplace for Codebase Wizard — wizard-style codebase exploration, documentation, and Q&A",
6+
"owner": {
7+
"name": "Spillwave Solutions",
8+
"email": "hello@spillwave.io"
9+
},
10+
"plugins": [
11+
{
12+
"name": "codebase-wizard",
13+
"description": "Explore and document any codebase through conversational Q&A with auto-captured sessions",
14+
"version": "1.0.0",
15+
"author": {
16+
"name": "Spillwave Solutions",
17+
"email": "hello@spillwave.io"
18+
},
19+
"source": "./plugins/codebase-wizard",
20+
"category": "productivity"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)