Add superpowers plugin to marketplace

- Added superpowers plugin entry to marketplace.json
- Plugin provides brainstorming, subagent driven development, code review, debugging, and TDD capabilities
- Plugin also teaches Claude how to author and test new skills
This commit is contained in:
Claude
2026-01-07 03:29:02 +00:00
committed by Noah Zweben MacBook
parent f70b65538d
commit 7cf238943c

View File

@@ -566,6 +566,16 @@
"url": "https://github.com/circlebackai/claude-code-plugin.git" "url": "https://github.com/circlebackai/claude-code-plugin.git"
}, },
"homepage": "https://github.com/circlebackai/claude-code-plugin.git" "homepage": "https://github.com/circlebackai/claude-code-plugin.git"
},
{
"name": "superpowers",
"description": "Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills.",
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/obra/superpowers.git"
},
"homepage": "https://github.com/obra/superpowers.git"
} }
] ]
} }