From f779212f8bf44375feae3104531d501e483e8c2c Mon Sep 17 00:00:00 2001 From: kostasnoreika Date: Sun, 12 Oct 2025 15:16:52 +0300 Subject: [PATCH] Add debate-consensus plugin Multi-model AI consensus through structured debates. - 7 AI models (Claude, GPT, Gemini, Qwen, DeepSeek, GLM) - Intelligent model selection - 90% cost savings - Confidence scoring - Enterprise security https://github.com/KostasNoreika/claude-code-plugin-debate-consensus --- .claude-plugin/marketplace.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bdc31203e..1d876ddb2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -19,8 +19,35 @@ "email": "kieran@every.to" }, "homepage": "https://github.com/EveryInc/compounding-engineering-plugin", - "tags": ["ai-powered", "compounding-engineering", "workflow-automation", "code-review", "quality", "knowledge-management"], + "tags": [ + "ai-powered", + "compounding-engineering", + "workflow-automation", + "code-review", + "quality", + "knowledge-management" + ], "source": "./plugins/compounding-engineering" + }, + { + "name": "debate-consensus", + "description": "Multi-model AI consensus through structured debates. Orchestrates debates between Claude, GPT, Gemini, and other AI models with full MCP tool access.", + "version": "1.0.0", + "author": { + "name": "Kostas Noreika", + "url": "https://github.com/KostasNoreika" + }, + "homepage": "https://github.com/KostasNoreika/claude-code-plugin-debate-consensus", + "tags": [ + "debate", + "consensus", + "multi-model", + "ai", + "decision-making", + "architecture", + "code-review" + ], + "source": "KostasNoreika/claude-code-plugin-debate-consensus" } ] }