CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. neolabhq
  4. /
  5. context-engineering-kit
  6. /
  7. Judge With Debate

Judge With Debate

Editor's Note

This implements multi-agent debate for code evaluation. It spins up a meta-judge to create scoring rubrics, then three independent judges (all Opus) analyze your solution in parallel. They debate their assessments over up to three rounds, defending scores with evidence and revising when convinced by counter-arguments. The whole thing runs through filesystem coordination with reports in .specs/reports. It's serious overkill for most code reviews, but if you need rigorous evaluation of critical components or you're comparing complex architectural approaches, the structured conflict actually surfaces issues single-pass reviews miss. Think of it as forcing your code through peer review by three specialists who have to publicly justify their positions.

Install

npx skills add https://github.com/neolabhq/context-engineering-kit --skill judge-with-debate
Votes
0
Installs504
GitHub Stars1.1k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment