Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:38 +08:00
commit ed3e4c84c3
76 changed files with 20449 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "withzombies-hyper",
"description": "Ryan's riff on obra/superpowers: strong guidance for Claude Code as a software development assistant",
"version": "2.2.0",
"author": {
"name": "Ryan Stortz",
"email": "ryan@withzombies.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}