Agent skill

consensus-building

From multiple perspectives, build genuine consensus on what's true

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill consensus-building --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Requires: - perspective-aggregation - pattern-synthesis - divergence-control
Path: skills/analysis/consensus-building/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 1. **Common Ground Detection** - Where do all instances agree? 2. **Confidence Ranking** - Which agreements are strongest? 3. **Evidence Collection** - Why does each instance agree? 4. **Dissent Documentation** - What do they still disagree on? 5. **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

What's inside
Steps it walks through
  1. Purpose
  2. The Difference
  3. Core Pattern
  4. Key Features
  5. Implementation
  6. What Consensus Means
  7. Types of Consensus
  8. When Consensus Fails
  9. Payment Anchor
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the consensus-building skill do?

From multiple perspectives, build genuine consensus on what's true

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill consensus-building --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going