From agent-council
Collects opinions from multiple AI agents via bash scripts and synthesizes a unified response. Activates on multi-perspective requests or via /agent-council.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-council:agent-councilThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Collect multiple AI opinions and synthesize one answer.
Collect multiple AI opinions and synthesize one answer.
Run a job and collect results:
JOB_DIR=$(./skills/agent-council/scripts/council.sh start "your question here")
./skills/agent-council/scripts/council.sh wait "$JOB_DIR"
./skills/agent-council/scripts/council.sh results "$JOB_DIR"
./skills/agent-council/scripts/council.sh clean "$JOB_DIR"
One-shot:
./skills/agent-council/scripts/council.sh "your question here"
references/overview.md — workflow and background.references/examples.md — usage examples.references/config.md — member configuration.references/requirements.md — dependencies and CLI checks.references/host-ui.md — host UI checklist guidance.references/safety.md — safety notes.npx claudepluginhub team-attention/plugins-for-claude-natives --plugin agent-councilExecutes council queries by running the query pipeline across selected AI providers (Gemini, OpenAI, Grok, Perplexity), displays formatted responses verbatim, and generates a synthesis of consensus, divergence, and recommendations.
Starts AI council deliberation querying Codex, Gemini, and OpenCode in parallel for multi-perspective answers to coding questions or tasks. Returns task ID for async status checks.
Runs 3 AI models in parallel (gpt-5.2-pro, gemini-3-pro-preview, claude-opus-4-5-20251101) for diverse perspectives on code queries. Invoke via /ask-council or auto-activates.