Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:56 +08:00
commit 8df9e3685a
5 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "dev-utils",
"description": "Utility commands and skill for general development",
"version": "1.0.0",
"author": {
"name": "Simon Kelly",
"email": "skelly@dimagi.com",
"url": "https://github.com/dimagi"
},
"commands": [
"./commands"
]
}