1
0

plugin.json 632 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "superpowers",
  3. "displayName": "Superpowers",
  4. "description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
  5. "version": "5.0.6",
  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. "agents": "./agents/",
  23. "commands": "./commands/",
  24. "hooks": "./hooks/hooks-cursor.json"
  25. }