Agent skill · AI & Agents

debate

Structured multi-perspective deliberation through adversarial dialogue

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill debate-simhacker-moollm-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: -read_file-write_file-list_dir
Path: skills/analysis/debate-simhacker-moollm-2/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

# Debate > **"No single story is true — but the ensemble approximates actionable wisdom."** Structured deliberation that forces genuine exploration through adversarial dialogue. --- ## Why Debate? Traditional LLM chat gives you **the statistical center** — the most likely answer averaged across all training data. This misses: - Outlier perspectives that might matter most - Hidden assumptions embedded in the "obvious" answer - Genuine trade-offs between competing values - The shape of the possibility space **Debate fixes this** by simulating multiple perspectives that must defend their positions against cross-examination. --- ## The Debate Card ```yaml # debate.card — the master ensemble card card: name: "Structured Debate" type: ensemble emoji: "🎭" # Data flow components components: generators: CREATE_TOPIC: description: "Define what we're debating" params: question: required context: optional stakes: optional outputs: [topic_stream] CREATE_SIDE: description: "Create a position with advocates" params: name: required position: required advocates: "1-3 personas" outputs: [arguments, rebuttals] transformers: CREATE_MODERATOR: description: "Facilitate fair debate" params: style: ["rob

What's inside
Steps it walks through
  1. Why Debate?
  2. The Debate Card
  3. Debate Session State
  4. Debate Flow
  5. Commands
  6. Setup Commands
  7. Robert's Rules Commands
  8. Flow Commands
  9. Side Definition
  10. Transcript Format
  11. Integration with Other Skills
  12. With adversarial-committee
  13. With roberts-rules
  14. With rubric
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the debate skill do?

Structured multi-perspective deliberation through adversarial dialogue

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill debate-simhacker-moollm-2 --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