plugin.json 597 B

123456789101112131415161718
  1. {
  2. "name": "superpowers",
  3. "displayName": "Superpowers",
  4. "description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
  5. "version": "5.0.2",
  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": ["skills", "tdd", "debugging", "collaboration", "best-practices", "workflows"],
  14. "skills": "./skills/",
  15. "agents": "./agents/",
  16. "commands": "./commands/",
  17. "hooks": "./hooks/hooks.json"
  18. }