advise
Put the current conversation to the council — resolve this session's transcript, digest a bounded window of it, show what would leave the machine, and only…
Check connectivity and configuration status of all council providers
$ npx -y skills add hex/claude-council --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/statusContext preview
What this command does when you run it.
Check connectivity and configuration status of all council providers
description: Check connectivity and configuration status of all council providers allowed-tools: Bash(bash */scripts/check-status.sh*), Bash(bash */scripts/run-council.sh *)
Check the status of all configured AI providers.
Run the status check script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-status.shPresent the script output directly - it includes formatted status for each provider:
No additional formatting needed - the script handles all presentation.
Also list any background council jobs:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/run-council.sh --jobsIf the output is non-empty, present it as a table (job id, status, created) and mention `/claude-council:result <job-id>`. If empty, omit the section.
A Claude Code plugin that consults multiple AI coding agents in parallel and shows you their answers side-by-side.
Repo: hex/claude-council
Put the current conversation to the council — resolve this session's transcript, digest a bounded window of it, show what would leave the machine, and only…
Query multiple AI agents (Gemini, OpenAI, Grok, Perplexity, Kimi, any model OpenRouter routes to, and a local ollama model) for diverse perspectives on…