Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:38 +08:00
commit fffaa45e39
76 changed files with 14220 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "cc",
"description": "Enhanced Claude Code skills with parallel execution, TDD, debugging, and collaboration patterns",
"version": "3.4.1",
"author": {
"name": "seanGSISG",
"email": "seanGSISG@mail.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}