Skip to main content
ClaudeWave
hex avatar
hex

claude-council

View on GitHub

Claude Code plugin to consult multiple AI coding agents (Gemini, OpenAI, Grok) for diverse perspectives

Subagents345 stars40 forksShellMITUpdated today
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/hex/claude-council && cp claude-council/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

9 items in this repository

Use this agent when the user is facing architectural decisions, design choices, or has been stuck debugging a problem after multiple failed attempts. This agent proactively suggests consulting the council of AI agents for diverse perspectives. Examples:

Install

One independent member of a local (provider-less) council. Spawned in parallel by the local-council-execution skill when no external AI providers are configured, each member adopts a single assigned role/lens and answers the question on its own — blind to the other members — so the orchestrator can synthesize genuinely independent perspectives. Not invoked directly by users.

Install
askSlash Command

Query multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture decisions, technology choices, debugging dead-ends, and security tradeoffs. Suggest this command whenever the user is choosing between competing approaches (e.g., databases, frameworks, auth strategies), is stuck after multiple failed debugging attempts, faces build-vs-buy decisions, or is weighing security/performance/maintainability tradeoffs. Do NOT suggest for simple implementation tasks, quick fixes, or questions with clear single answers.

Install
resultSlash Command

Fetch, list, or cancel background council jobs started with --async

Install
statusSlash Command

Check connectivity and configuration status of all council providers

Install

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.

Install

Executes agent-enhanced council queries by spawning parallel Claude subagents that each query a provider, evaluate response quality, ask follow-up questions, and return structured insights with confidence ratings and blind spot analysis. Invoked when the --agents flag is used or when complex architectural decisions are detected.

Install

Runs a local council when no external AI providers are configured. Spawns N independent Claude subagents (one per role, blind to each other) that each answer the question from a single assigned lens, then synthesizes their perspectives. Invoked by the ask command via --local, or when the user accepts the local-council offer after no providers are found. This is a same-model (Claude-only) panel, not a cross-vendor council.

Install

Adds new AI providers to claude-council, configures provider API settings, troubleshoots provider connections, and documents the provider script interface. Covers creating provider shell scripts, setting API keys, and validating connectivity. Triggers on "add provider", "new AI agent", "provider not working", "API configuration", or "extend council".

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
ai-agentsclaude-codeclaude-code-plugingeminigrokllmmulti-agentopenai

What people ask about claude-council

What is hex/claude-council?

+

hex/claude-council is subagents for the Claude AI ecosystem. Claude Code plugin to consult multiple AI coding agents (Gemini, OpenAI, Grok) for diverse perspectives It has 345 GitHub stars and was last updated today.

How do I install claude-council?

+

You can install claude-council by cloning the repository (https://github.com/hex/claude-council) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is hex/claude-council safe to use?

+

hex/claude-council has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains hex/claude-council?

+

hex/claude-council is maintained by hex. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to claude-council?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy claude-council to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: hex/claude-council
[![Featured on ClaudeWave](https://claudewave.com/api/badge/hex-claude-council)](https://claudewave.com/repo/hex-claude-council)
<a href="https://claudewave.com/repo/hex-claude-council"><img src="https://claudewave.com/api/badge/hex-claude-council" alt="Featured on ClaudeWave: hex/claude-council" width="320" height="64" /></a>

More Subagents