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…
Fetch, list, or cancel background council jobs started with --async
$ npx -y skills add hex/claude-council --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/resultContext preview
What this command does when you run it.
Fetch, list, or cancel background council jobs started with --async
description: Fetch, list, or cancel background council jobs started with --async argument-hint: '[job-id] | list | cancel <job-id>' allowed-tools: Bash(bash */scripts/run-council.sh *), Read
Manage background council jobs.
bash ${CLAUDE_PLUGIN_ROOT}/scripts/run-council.sh --jobsPresent the output as a table (job id, status, created). If empty, tell the user there are no background council jobs and that `/claude-council:ask` with `--async` starts one.
bash ${CLAUDE_PLUGIN_ROOT}/scripts/run-council.sh --cancel=<job-id>Relay the confirmation verbatim.
bash ${CLAUDE_PLUGIN_ROOT}/scripts/run-council.sh --result=<job-id>content VERBATIM (same rules as the council-execution skill: no reformatting, no summarizing). Then complete the synthesis under the `## Synthesis` header following `${CLAUDE_PLUGIN_ROOT}/prompts/synthesis.md`.
`/claude-council:result <job-id>` in a little while.
which includes the tail of the job log for failures.
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…