Ver Fonte

Add superpowers plugin to marketplace

Add new superpowers plugin that teaches Claude brainstorming, subagent driven development with built-in code review, systematic debugging, and red/green TDD.
Claude há 8 meses atrás
pai
commit
7915dbb69e
1 ficheiros alterados com 10 adições e 0 exclusões
  1. 10 0
      .claude-plugin/marketplace.json

+ 10 - 0
.claude-plugin/marketplace.json

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