From vote-sim
群体决策模拟器。用正态分布温度控制N个独立LLM agent投票,模拟人类群体对任意问题的意见分布。适用于技术选型、产品决策、生活选择、政策讨论等。用法: /vote-sim "问题" 选项1 选项2 [选项3...]
How this skill is triggered — by the user, by Claude, or both
Slash command
/vote-sim:vote-sim "决策问题" 选项1 选项2 [选项3...] [--n=100] [--mean=0.6] [--std=0.20] [--context="..."]"决策问题" 选项1 选项2 [选项3...] [--n=100] [--mean=0.6] [--std=0.20] [--context="..."]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
用正态分布温度(μ=0.6, σ=0.20)控制多个独立 LLM agent 投票,模拟不同理性程度的人群对同一问题的意见分布。温度低 → 理性坚定,温度高 → 情绪化易偏离立场。
用正态分布温度(μ=0.6, σ=0.20)控制多个独立 LLM agent 投票,模拟不同理性程度的人群对同一问题的意见分布。温度低 → 理性坚定,温度高 → 情绪化易偏离立场。
适用场景:技术选型、产品功能优先级、团队决策、生活选择、政策讨论、任何多选项问题。
$ARGUMENTS
解析规则:
--n=<数量> --mean=<温度均值> --std=<标准差> --concurrency=<并发数> --context=<背景信息>示例:
/vote-sim "下一个功能优先级" 性能优化 新功能 技术债务清理 --n=60 --context="团队5人,产品成长期"/vote-sim "新项目用哪个前端框架" React Vue Svelte --n=50/vote-sim "周末活动怎么安排" 爬山 海边 宅家看剧 --n=30/vote-sim "应该先做哪个" A功能 B功能 C功能 --n=40 --context="用户反馈数据"/vote-sim "是否支持这个提案" 支持 反对 弃权 --n=100 --mean=0.5用 Bash 工具运行以下命令(保持参数顺序,问题用引号包裹):
node .claude/skills/vote-sim/scripts/vote_sim.mjs $ARGUMENTS
如果 $ARGUMENTS 包含多个词,需要将问题部分用引号保护。若用户的原始输入中问题已有引号则直接传入;若无引号,将第一个空格前的内容当作问题用引号包裹。
脚本会自动完成:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub quantumiodb/quantwise --plugin vote-sim