Add superpowers plugin to marketplace

Add new community plugin for superpowers, teaching Claude brainstorming,
subagent driven development with built-in code review, systematic debugging,
and red/green TDD.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-01-07 03:04:24 +00:00
parent 76334d1f67
commit 14d1b5b575

View File

@@ -512,6 +512,16 @@
"url": "https://github.com/pinecone-io/pinecone-claude-code-plugin.git" "url": "https://github.com/pinecone-io/pinecone-claude-code-plugin.git"
}, },
"homepage": "https://github.com/pinecone-io/pinecone-claude-code-plugin" "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"
} }
] ]
} }