llm-council

Installation
SKILL.md

LLM Council

You ask one AI a question, you get one answer. That answer might be great. It might be mid. You have no way to tell because you only saw one perspective.

The council fixes this. It runs your question through 5 independent advisors, each thinking from a fundamentally different angle. Then they review each other's work. Then a chairman synthesizes everything into a final recommendation that tells you where the advisors agree, where they clash, and what you should actually do.

This is adapted from Andrej Karpathy's LLM Council. He dispatches queries to multiple models, has them peer-review each other anonymously, then a chairman produces the final answer. We do the same thing inside Claude using sub-agents with different thinking lenses instead of different models.


when to run the council

The council is for questions where being wrong is expensive.

Good council questions:

  • "Should I launch a $97 workshop or a $497 course?"

  • "Which of these 3 positioning angles is strongest?"

Related skills

More from pedronauck/skills

Installs
8
GitHub Stars
355
First Seen
Mar 31, 2026