Skip to content

Commit 08180a8

Browse files
Juan C. Guerrerowarp-agent
authored andcommitted
Add marketplace.json for Claude Code plugin discovery
Follows the official Anthropic marketplace schema so users can install with: /plugin marketplace add dojocodinglabs/code-sensei /plugin install code-sensei Co-Authored-By: Warp <agent@warp.dev>
1 parent d76e1ca commit 08180a8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.claude-plugin/marketplace.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
3+
"name": "code-sensei",
4+
"version": "1.0.0",
5+
"description": "Learn to code while you vibecode. Free, open-source AI mentor by Dojo Coding — contextual explanations, quizzes, and belt progression built into every Claude Code session.",
6+
"owner": {
7+
"name": "Dojo Coding",
8+
"email": "team@dojocoding.io"
9+
},
10+
"plugins": [
11+
{
12+
"name": "code-sensei",
13+
"description": "AI coding mentor that teaches programming while you vibecode. Contextual explanations, micro-quizzes, and a martial arts belt progression system — from White Belt to Black Belt. Adapts to your skill level and professional background.",
14+
"version": "1.0.0",
15+
"author": {
16+
"name": "Dojo Coding",
17+
"email": "team@dojocoding.io"
18+
},
19+
"source": "./",
20+
"homepage": "https://dojocoding.io/code-sensei",
21+
"category": "education",
22+
"keywords": [
23+
"learning",
24+
"education",
25+
"vibecoding",
26+
"beginner",
27+
"tutorial",
28+
"gamification"
29+
]
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)