Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:55 +08:00
commit e732da8316
20 changed files with 4969 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "cc-general-skills",
"description": "General-purpose troubleshooting and debugging skills for Claude Code with systematic methodology",
"version": "1.0.0",
"author": {
"name": "iciakky",
"email": "noreply@example.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}