| 1234567891011121314151617181920212223 |
- {
- "name": "superpowers",
- "displayName": "Superpowers",
- "description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
- "version": "6.3.0",
- "author": {
- "name": "Jesse Vincent",
- "email": "jesse@fsck.com"
- },
- "homepage": "https://github.com/obra/superpowers",
- "repository": "https://github.com/obra/superpowers",
- "license": "MIT",
- "keywords": [
- "skills",
- "tdd",
- "debugging",
- "collaboration",
- "best-practices",
- "workflows"
- ],
- "skills": "./skills/",
- "hooks": "./hooks/hooks-cursor.json"
- }
|