Skip to content

Commit 18119a3

Browse files
committed
chore: update claude plugin.json
1 parent cc76b31 commit 18119a3

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

.claude-plugin/plugin.json

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,21 @@
33
"version": "0.12.0",
44
"description": "Structured AI-assisted development with phase workflows, persistent memory, and reusable skills",
55
"author": {
6-
"name": "Codeaholicguy",
7-
"url": "https://github.com/Codeaholicguy"
6+
"name": "Hoang Nguyen",
7+
"email": "hoang@codeaholicguy.com"
88
},
9-
"homepage": "https://ai-devkit.com/docs/",
9+
"homepage": "https://ai-devkit.com/",
1010
"repository": "https://github.com/Codeaholicguy/ai-devkit",
1111
"license": "MIT",
1212
"keywords": [
1313
"ai",
1414
"development",
15-
"cli",
15+
"sdlc",
16+
"workflow",
1617
"memory",
1718
"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-
}
19+
"testing",
20+
"code-review",
21+
"debugging"
22+
]
3323
}

0 commit comments

Comments
 (0)