Skip to content

Commit 7aead73

Browse files
committed
Add codex plugin config
1 parent b442f3d commit 7aead73

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.codex-plugin/plugin.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "ai-devkit",
3+
"version": "0.21.1",
4+
"description": "AI-assisted development toolkit for Codex with structured workflows, reusable commands, persistent memory, and 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+
"codex",
16+
"workflow",
17+
"memory",
18+
"skills",
19+
"commands",
20+
"testing",
21+
"code-review",
22+
"debugging"
23+
],
24+
"commands": "./commands/",
25+
"skills": "./skills/"
26+
}

0 commit comments

Comments
 (0)