Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:49 +08:00
commit 385ceec14a
41 changed files with 6889 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "3.5.1",
"author": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}