plugin.json 497 B

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