Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:50:51 +08:00
commit c038fe4ef3
13 changed files with 1293 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "core",
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
"version": "1.0.5",
"author": {
"name": "Adam Wallis"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}