From 169035f90274656497cc4ac20b0dc0cd9a3bc5b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 7 Jan 2026 02:12:54 +0000 Subject: [PATCH] Add superpowers plugin to marketplace Adds the superpowers plugin which teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally teaches Claude how to author and test new skills. Source: https://github.com/obra/superpowers.git --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3da9e35..ee457d8 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -512,6 +512,16 @@ "url": "https://github.com/pinecone-io/pinecone-claude-code-plugin.git" }, "homepage": "https://github.com/pinecone-io/pinecone-claude-code-plugin" + }, + { + "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" } ] }