effect-uai-model-council
Installation
SKILL.md
effect-uai model-council
Three models answer the same question, each scores the others'
answers, and the highest-rated answer is streamed as the winner.
Everything flows through one Stream<CouncilEvent> — no Queue, no
Deferred, no manual forks. The dependency graph is implicit in
where flatMap runs.
Reach for this when the user says any of:
- "Vote across multiple models for the best answer"
- "Cross-evaluation between models"
- "Pick a winner among ensemble outputs"
For side-by-side without scoring, use effect-uai-multi-model-compare.