Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Executes council queries by running the query pipeline across selected AI providers (Gemini, OpenAI, Grok, Perplexity), displaying formatted responses verbatim, and generating a synthesis of consensus, divergence, and recommendations. Invoked by the ask command during standard (non-agent) council queries.
.claude/skills/hex-council-execution/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-05 | ✓→✗ | ▼ Worse | -51% | 0% |
| case-08 | ✓→✗ | ▼ Worse | -49% | 0% |
| case-09 | ✓→✗ | ▼ Worse | -25% | 0% |
bashbash ${CLAUDE_PLUGIN_ROOT}/scripts/run-council.sh --providers=gemini,openai -- "Your question"
This outputs the path to the saved file (e.g., .claude/council-cache/council-1734567890.md).
Flag syntax: Use = with no spaces: --providers=gemini,openai
CRITICAL: Always place -- before the prompt to prevent prompt text containing dashes from being parsed as flags.
Use the Read tool to read the output file path returned by Step 1.
CRITICAL: Display the file content EXACTLY as written. Do NOT:
---)Simply copy-paste the entire file content into your response.
The file ends with a ## Synthesis header. Read ${CLAUDE_PLUGIN_ROOT}/prompts/synthesis.md and write your synthesis UNDER that header following its structure (Consensus / Divergence / Recommendation) and calibration rules.
After displaying the synthesis, tell the user:
> --- > (use this emoji 💾) Full output saved to .claude/council-cache/council-TIMESTAMP.md (use the actual filename)
This lets them review the complete responses later.
The output file uses emoji prefixes to visually distinguish providers. Preserve this format when displaying results:
| Provider | Prefix | |----------|--------| | Gemini | 🟦 Gemini | | OpenAI | 🔳 OpenAI | | Grok | 🟥 Grok | | Perplexity | 🟩 Perplexity |
Other measured skills in the registry, with their headline benchmark lift.