用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/elevanaltd/debate-hall-mcp --skill debate-hall命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | debate-hall |
| description | Wind/Wall/Door debate orchestration router. Routes to focused skills based on task. |
| triggers | ["debate","wind wall door","dialectic","multi-perspective","run debate","resolve question"] |
| allowed-tools | ["Read","Skill"] |
===DEBATE_HALL===
META: TYPE::SKILL[ROUTER] VERSION::"4.0" PURPOSE::"Route to focused debate skills based on task"
§1::CONCEPT PATTERN::WIND[PATHOS]⇌WALL[ETHOS]→DOOR[LOGOS] VALUE::"Multi-perspective decisions through structured dialectic"
TERMINOLOGY_CLARIFICATION::[ POSITIONS::"Wind/Wall/Door are debate POSITIONS (structural turn order)", COGNITIONS::"PATHOS/ETHOS/LOGOS are COGNITION modes (thinking styles, mapped to positions)", ROLES::"Agent roles (ideator, critical-engineer, etc.) are EXPERTISE identities configured in tiers.yaml" ]
NOTE::"Position determines WHO speaks, Cognition determines HOW they think, Role determines WHAT expertise they bring"
§2::ROUTING[MUST_load_appropriate_skill] AUTO_DEBATES::[ TRIGGERS::["run debate","resolve question","automated debate","tier selection"], ACTION::"MUST load /debate-hall-auto", TOOLS::[run_debate,resolve_question,resume_debate] ]
MANUAL_CONTROL::[ TRIGGERS::["manual debate","turn by turn","init debate","add turn","custom orchestration"], ACTION::"MUST load /debate-hall-manual", TOOLS::[init_debate,add_turn,get_debate,close_debate,pick_next_speaker] ]
GITHUB_OPS::[ TRIGGERS::["github sync","ratify","adr pr","discussion sync"], ACTION::"MUST load /debate-hall-github", TOOLS::[github_sync_debate,ratify_rfc,human_interject] ]
ADMIN_OPS::[ TRIGGERS::["force close","tombstone","admin","safety override"], ACTION::"MUST load /debate-hall-admin", TOOLS::[force_close_debate,tombstone_turn] ]
§3::GRAVITY_MAPPING LOW[<40]::fast[exploration,reversible] MEDIUM[40-60]::standard[design,moderate_impact] HIGH[>60]::premium[production,irreversible]
§4::RESOURCES AGENTS::agents/README.md TIERS::src/debate_hall/config/tiers.yaml PATTERNS::docs/examples/multi-model-debate-patterns.md ADR::docs/adr/adr-0005-skill-hierarchy-architecture.md
===END===