Skip to content

Commit cc76b31

Browse files
committed
feat(claude): add .claude-plugin
1 parent 274a1db commit cc76b31

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.claude-plugin/plugin.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "ai-devkit",
3+
"version": "0.12.0",
4+
"description": "Structured AI-assisted development with phase workflows, persistent memory, and reusable skills",
5+
"author": {
6+
"name": "Codeaholicguy",
7+
"url": "https://github.com/Codeaholicguy"
8+
},
9+
"homepage": "https://ai-devkit.com/docs/",
10+
"repository": "https://github.com/Codeaholicguy/ai-devkit",
11+
"license": "MIT",
12+
"keywords": [
13+
"ai",
14+
"development",
15+
"cli",
16+
"memory",
17+
"skills",
18+
"sdlc",
19+
"templates",
20+
"mcp"
21+
],
22+
"commands": "./commands/",
23+
"skills": "./skills/",
24+
"mcpServers": {
25+
"ai-devkit-memory": {
26+
"command": "node",
27+
"args": ["${CLAUDE_PLUGIN_ROOT}/packages/memory/dist/index.js"],
28+
"env": {
29+
"MEMORY_DB_PATH": "${CLAUDE_PLUGIN_ROOT}/data/memory.db"
30+
}
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)