Use when designing, running, adapting, reviewing, or debugging a multi-LLM council workflow inspired by karpathy/llm-council. Trigger for parallel first-pass model answers, anonymized peer review and ranking, chairman/synthesizer responses, OpenRouter model configuration, transparent tabbed review UIs, ranking parsers, multi-model answer quality comparisons, and local FastAPI/React council apps.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Use when designing, running, adapting, reviewing, or debugging a multi-LLM council workflow inspired by karpathy/llm-council. Trigger for parallel first-pass model answers, anonymized peer review and ranking, chairman/synthesizer responses, OpenRouter model configuration, transparent tabbed review UIs, ranking parsers, multi-model answer quality comparisons, and local FastAPI/React council apps.
LLM Council
Overview
Use this skill to build or reason about a transparent multi-model deliberation system. The reference pattern is: collect independent answers, anonymize them for peer review, aggregate rankings, then ask a designated synthesizer to produce the final answer.
Core Rule
Do not treat the final synthesis as automatically correct. Preserve raw model outputs, peer reviews, ranking parse results, and the anonymized label mapping so a user can audit how the answer was produced.
Reference Repository
The public reference is https://github.com/karpathy/llm-council. If the task depends on exact implementation details, inspect the current repository before making claims or code changes. As of the reference reviewed for this skill, the project is a local FastAPI plus React app using OpenRouter, not a ready-made Codex skill.
Workflow
Classify the request:
Running or modifying the reference app: inspect README.md, backend config, API routes, frontend API client, and stage components first.
Designing a council from scratch: start from the three-stage workflow below.
Debugging quality: inspect prompts, anonymization, ranking parser behavior, model failures, and aggregation logic.
Productizing the pattern: add cost controls, timeouts, retries, observability, persistence, abuse controls, and evaluation.
Define the council:
Council models: diverse enough to add signal, limited enough to control cost and latency.
Chairman model: chosen for synthesis quality and context handling.