🤝
AI EngineeringShell

Council Execution

by hex

Council Execution is an AI Engineering skill for Claude Code, published by hex in claude-council.

658 stars80 forkson hex/claude-councilAdded 2026/08/24+2% in starsRepository updated 2026/08/12
ai-agentsantigravityclaude-codeclaude-code-plugincodexgeminigrokkimillmmulti-agentollamaopenaiperplexity
Install in seconds
Install Council Execution
Copy Council Execution into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/hex/claude-council/tree/main/skills/council-execution ~/.claude/skills/council-execution

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/hex/claude-council.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/council-execution/SKILL.md in hex/claude-council
Installs to
~/.claude/skills/council-execution
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering2451 skills

What Council Execution does

Council Execution runs council queries across selected AI providers, prints their responses verbatim, and adds a synthesis of consensus, divergence, and recommendations. Use it for standard non-agent council queries.

Council Execution is cataloged under AI Engineering on DirSkills. Council Execution comes from a repository tagged ai-agents, antigravity, claude-code, claude-code-plugin and codex.

Documentation

README

Council Query Execution

Step 1: Run Query and Save to File

bash ${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.

Step 2: Read and Display the Output VERBATIM

Use the Read tool to read the output file path returned by Step 1.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Council Execution

  • What else does hex publish alongside Council Execution?

    Council Execution is one of 4 skills that DirSkills catalogs from hex/claude-council, the repository it ships in. Its siblings there include Deep Execution, Local Council Execution and Provider Integration. Each one is a separate skill with its own page in this directory, installs the same way Council Execution does, and is maintained by hex in that same repository. The rest of the collection is listed on the hex/claude-council page.

  • How does Council Execution compare to other AI Engineering skills?

    Council Execution ranks #1854 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Council Execution against them. Open each page to compare what they document and how they install.