Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:51 +08:00
commit cd396e3575
13 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "dev-essentials",
"description": "Essential development tools including code review, testing, debugging, and security audit capabilities",
"version": "1.4.0",
"author": {
"name": "androidyue",
"url": "https://github.com/androidyue"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}