Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:21 +08:00
commit bacee10b89
6 changed files with 619 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "debug",
"description": "Systematic debugging and root cause analysis framework - four-phase investigation process ensuring understanding before fixes",
"version": "0.1.0",
"author": {
"name": "zbeyens"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}