Compare commits

..

2 Commits

Author SHA1 Message Date
Claude
7cf238943c 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
2026-01-13 16:24:39 -08:00
Noah Zweben
f70b65538d Add circleback plugin to marketplace (#209)
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-12 15:05:15 -08:00

View File

@@ -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"
}
]
}