From ee2f7266264580ef92b04e6d02980396e0336fb5 Mon Sep 17 00:00:00 2001 From: Noah Zweben Date: Wed, 14 Jan 2026 18:03:36 -0800 Subject: [PATCH] Add superpowers plugin to marketplace (#148) - 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 Co-authored-by: Claude --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c4a1e16..51910ed 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -566,6 +566,16 @@ "url": "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" } ] }