21 lines
382 B
JSON
21 lines
382 B
JSON
{
|
|
"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"
|
|
]
|
|
} |