Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:47 +08:00
commit cfbf7369cf
15 changed files with 1251 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "b",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "1.0.0",
"author": {
"name": "Matthew Batchelder",
"email": "borkweb@gmail.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}