Skip to content

Commit d5403db

Browse files
committed
Add .cursor-plugin
1 parent 3ebc939 commit d5403db

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.cursor-plugin/plugin.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "ai-devkit",
3+
"version": "0.12.0",
4+
"description": "AI-assisted development toolkit with structured SDLC workflows, persistent memory, and reusable skills",
5+
"author": {
6+
"name": "Hoang Nguyen",
7+
"email": "hoang@codeaholicguy.com"
8+
},
9+
"homepage": "https://ai-devkit.com",
10+
"repository": "https://github.com/Codeaholicguy/ai-devkit",
11+
"license": "MIT",
12+
"keywords": [
13+
"ai",
14+
"development",
15+
"sdlc",
16+
"workflow",
17+
"memory",
18+
"skills",
19+
"testing",
20+
"code-review",
21+
"debugging"
22+
],
23+
"commands": "./packages/cli/templates/commands/",
24+
"skills": "./skills/"
25+
}

0 commit comments

Comments
 (0)