Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:23 +08:00
commit bd9d7e2b88
10 changed files with 1473 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "dev-accelerator",
"description": "AI-powered development accelerator for code quality, testing, and productivity",
"version": "1.0.0",
"author": {
"name": "Omer"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}