aggregation-method
Aggregate multiple ranking ballots into a consensus ranking using a specified social choice method.
适合你,如果你需要从多个人的排名中得出一个综合结果。
npx oh-my-skill add yogsoth-ai/de-anthropocentric-research-engine/aggregation-methodcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yogsoth-ai/de-anthropocentric-research-engine/aggregation-methodnpx oh-my-skill verify yogsoth-ai/de-anthropocentric-research-engine/aggregation-method怎么用
商店整理自技能原文 · 版本 59ace64 · 表述以原文为准安装后,你可以给Claude一组排名投票(ballots)和一种投票方法(method),它会计算出一个共识排名。支持Schulze、Borda、Kemeny-Young、Copeland和Condorcet等方法。
当你提供投票数据数组和指定的投票方法(如"Borda")时触发。仅当输入包含这两项时才会执行。
技能原文 SKILL.md
Aggregation Method
Applies a social choice aggregation method to a set of ranking ballots to produce a consensus ranking. Supports Schulze, Borda, Kemeny-Young, Copeland, and Condorcet methods.
Execution
Runs as a subagent. Receives ballots and method specification, returns the aggregated consensus ranking.
Why Subagent
Aggregation algorithms (especially Kemeny-Young) involve combinatorial computation and method-specific logic. Isolating this ensures correct algorithm application and clear separation from collection and interpretation.
HARD-GATE
Output MUST produce a complete ranking of all candidates. The method field MUST match the input method. If a Condorcet winner exists, it MUST be ranked first (for Condorcet-consistent methods).
<!-- BEGIN available-tables (generated) -->
Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use | | --- | --- | | spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |
<!-- END available-tables (generated) -->