2026-02-13 12:00:52 -05:00
|
|
|
{
|
|
|
|
|
"name": "superpowers",
|
|
|
|
|
"displayName": "Superpowers",
|
|
|
|
|
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
|
2026-03-31 12:23:25 -07:00
|
|
|
"version": "5.0.7",
|
2026-02-13 12:00:52 -05:00
|
|
|
"author": {
|
|
|
|
|
"name": "Jesse Vincent",
|
|
|
|
|
"email": "jesse@fsck.com"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/obra/superpowers",
|
|
|
|
|
"repository": "https://github.com/obra/superpowers",
|
|
|
|
|
"license": "MIT",
|
2026-03-25 11:08:09 -07:00
|
|
|
"keywords": [
|
|
|
|
|
"skills",
|
|
|
|
|
"tdd",
|
|
|
|
|
"debugging",
|
|
|
|
|
"collaboration",
|
|
|
|
|
"best-practices",
|
|
|
|
|
"workflows"
|
|
|
|
|
],
|
2026-02-13 12:00:52 -05:00
|
|
|
"skills": "./skills/",
|
|
|
|
|
"agents": "./agents/",
|
|
|
|
|
"commands": "./commands/",
|
2026-03-15 19:35:18 +00:00
|
|
|
"hooks": "./hooks/hooks-cursor.json"
|
2026-02-13 12:00:52 -05:00
|
|
|
}
|