Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:28 +08:00
commit 2e4023d279
18 changed files with 1001 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "development-essentials",
"description": "Essential development commands for coding, debugging, testing, optimization, and documentation",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Claude Code Dev Workflows",
"email": "contact@example.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}