
Best Minds
Answer hard questions by simulating the world’s top domain experts instead of generic AI opinions.
Overview
Best Minds is a journey-wide agent skill that answers by simulating whoever in the world best understands the question—usable whenever a solo builder needs expert-grade framing before committing.
Install
npx skills add https://github.com/ceeon/best-minds --skill best-mindsWhat is this skill?
- Karpathy-style simulator framing: treat the model as channeling experts, not as “the AI’s opinion”
- Selects the strongest real-world thinkers for the question—not a fixed roster
- Grounds answers in public writings, talks, and quotable original lines
- Uses one expert by default; adds multiple only when collision adds insight
- Complements preset-coach skills by searching globally for domain mastery
- Four core principles: question-driven expert count, strongest match, reality-grounded simulation, quote original lines
Adoption & trust: 726 installs on skills.sh; 101 GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You get generic LLM takes on important decisions instead of the lens the top practitioner in that field would actually use.
Who is it for?
Founders facing ambiguous strategy, technical bets, or positioning where a named expert mental model clarifies the path.
Skip if: Tasks needing executable code, legal filings, live data pulls, or a fixed internal coach persona list without researching who fits the question.
When should I use this skill?
触发词:最强大脑、顶级专家、世界级、best minds、谁最懂这个.
What do I get? / Deliverables
You receive an expert-styled, evidence-anchored viewpoint you can sanity-check against sources and feed into specs, pitches, or next planning skills.
- Expert-styled answer with named thinkers and sourced rationale
- Optional multi-expert dialogue when collision is warranted
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
Simulate a renowned PM’s take on which customer segment to pursue first.
Channel a pricing authority’s public framework before you set tiers.
Adopt a well-known architect’s stated principles for your API boundary design.
Use a growth operator’s documented playbook lens for your launch channel mix.
Align content strategy with how a respected creator says they compound audience trust.
How it compares
Dynamic worldwide expert simulation—not a fixed 13-coach picker like preset coach skills.
Common Questions / FAQ
Who is best-minds for?
Solo and indie builders who want decision support framed as top domain experts rather than default chatbot consensus.
When should I use best-minds?
In Idea research for market and tech bets, Validate scope for strategy, Build and Ship for architecture or quality culture, Launch for distribution philosophy, and Grow when lifecycle strategy needs a known operator’s lens.
Is best-minds safe to install?
Check the Security Audits panel on this page; simulations can misattribute quotes—verify against primary sources before acting.
SKILL.md
READMESKILL.md - Best Minds
<!-- input: 用户问题 output: 领域专家视角的回答 pos: 辅助 skill,思维方法论 架构守护者:一旦我被修改,请同步更新: 1. 本文件的头部注释 2. 所属文件夹的 README.md --> # Best Minds > "Don't think of LLMs as entities but as simulators." > — Andrej Karpathy ## 核心 不要问 AI "你怎么看"。 要问:**这个问题,世界上谁最懂?TA 会怎么说?** 然后模拟那个人。 ## 原则 1. **问题决定人数** — 一个人够就一个,需要碰撞才多个 2. **找真正最懂的** — 不是找"合适的",是找"最强的" 3. **基于真实** — 模拟要基于 TA 公开的思想、著作、言论 4. **引用原话** — 尽可能用 TA 说过的话 ## vs ai-coaches | ai-coaches | best-minds | |------------|------------| | 从 13 个预设智者选 | 从全世界找 | | 基于关键词匹配 | 基于问题本质 | MIT License Copyright (c) 2025 Chengfeng Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # OS .DS_Store Thumbs.db *.swp *.swo *~ # IDE .vscode/ .idea/ *.code-workspace # Node (if needed) node_modules/ package-lock.json yarn.lock # Environment .env .env.local # Temporary files *.tmp *.temp .cache/