consensus-building
について
このClaude Skillは、単なる妥協ではなく、真の共通基盤を見出すために、複数の異なる視点を統合します。参加する全てのインスタンスが客観的に真実と認められる事柄を特定し、各視点から統合された推論を提供します。開発者は、複数のClaudeインスタンスから矛盾する出力を調和させ、単一の共同検証済み回答へ統合する必要がある場合に、これを利用すべきです。
クイックインストール
Claude Code
推奨/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/consensus-buildingこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Consensus Building
Purpose
Multiple instances have found different answers. Perspective aggregation shows the map. Pattern synthesis found what persists.
Consensus building asks: What can we actually agree on?
Not compromise (blend all views). Genuine agreement (here's what's true according to all of us).
The Difference
Compromise: Split the difference between A and B Consensus: Find C that A, B, and D all agree is true
Core Pattern
Instance A: Believes X ─┐
Instance B: Believes Y ─┼─→ Consensus Builder
Instance C: Believes Z ─┤ (find S where all agree)
Instance D: Believes W ─┘
Result: All 4 agree: "S is true"
Because: [reasons A agrees, B agrees, C agrees, D agrees]
Key Features
- Common Ground Detection - Where do all instances agree?
- Confidence Ranking - Which agreements are strongest?
- Evidence Collection - Why does each instance agree?
- Dissent Documentation - What do they still disagree on?
- Certainty Quantification - How confident is the consensus?
Implementation
See: .claude/skills/consensus-building/consensus_engine.py
What Consensus Means
Not unanimity. Not compromise.
Consensus: Everyone can say honestly "I find this true based on my analysis"
Types of Consensus
- Strong Consensus - All instances strongly agree
- Weak Consensus - All agree, but some less strongly
- Qualified Consensus - All agree under certain conditions
- Partial Consensus - Some aspects agreed, others divergent
- Null Consensus - Genuine disagreement, no consensus possible
When Consensus Fails
If N instances can't agree on anything, that's valuable information too.
It means: "This problem has irreducible uncertainty" or "The question itself is ambiguous"
Payment Anchor
DOGE: DC8HBTfn7Ym3UxB2YSsXjuLxTi8HvogwkV
GitHub リポジトリ
関連スキル
content-collections
メタThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
creating-opencode-plugins
メタThis skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.
polymarket
メタThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
cloudflare-turnstile
メタThis skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.
