‹ 首页

aggregation-method

@yogsoth-ai · 收录于 5 天前 · 上游提交 2 周前

Aggregate multiple ranking ballots into a consensus ranking using a specified social choice method.

适合你,如果你需要从多个人的排名中得出一个综合结果。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add yogsoth-ai/de-anthropocentric-research-engine/aggregation-method
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yogsoth-ai/de-anthropocentric-research-engine/aggregation-method
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify yogsoth-ai/de-anthropocentric-research-engine/aggregation-method
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
388GitHub stars
~259最小装载
~693含声明引用
~693文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 59ace64 · 表述以原文为准
它做什么

安装后,你可以给Claude一组排名投票(ballots)和一种投票方法(method),它会计算出一个共识排名。支持Schulze、Borda、Kemeny-Young、Copeland和Condorcet等方法。

什么时候触发

当你提供投票数据数组和指定的投票方法(如"Borda")时触发。仅当输入包含这两项时才会执行。

装好后可以这样说
Claude将使用Borda计数计算共识排名。
Claude会检查Condorcet获胜者并输出完整排名。
Claude执行Schulze方法得到排序结果。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 59ace64

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) -->

按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。