Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:41 +08:00
commit b00ba92993
8 changed files with 971 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "dev-agents",
"description": "Development agents - debugging, UX design, autonomous development, prompt engineering",
"version": "1.0.0",
"author": {
"name": "TechNickAI",
"url": "https://github.com/TechNickAI"
},
"agents": [
"./agents"
]
}