plugin.json 469 B

12345678910111213
  1. {
  2. "name": "superpowers",
  3. "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
  4. "version": "5.0.5",
  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": ["skills", "tdd", "debugging", "collaboration", "best-practices", "workflows"]
  13. }