plugin.json 578 B

1234567891011121314151617181920212223
  1. {
  2. "name": "superpowers",
  3. "displayName": "Superpowers",
  4. "description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
  5. "version": "5.1.0",
  6. "author": {
  7. "name": "Jesse Vincent",
  8. "email": "jesse@fsck.com"
  9. },
  10. "homepage": "https://github.com/obra/superpowers",
  11. "repository": "https://github.com/obra/superpowers",
  12. "license": "MIT",
  13. "keywords": [
  14. "skills",
  15. "tdd",
  16. "debugging",
  17. "collaboration",
  18. "best-practices",
  19. "workflows"
  20. ],
  21. "skills": "./skills/",
  22. "hooks": "./hooks/hooks-cursor.json"
  23. }