Skip to content
Development
Command

/status

Check connectivity and configuration status of all council providers

From plugin
5613 skills1 agents3 commands1 hooks
shell
$ npx -y skills add hex/claude-council --agent claude-code

Ships with claude-council. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/status

Context preview

What this command does when you run it.

Check connectivity and configuration status of all council providers

Command definition

status.md
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.

Execution

Run the status check script:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-status.sh

Output

Present the script output directly - it includes formatted status for each provider:

  • Connection status (connected, timeout, auth error, not configured)
  • Response time in milliseconds
  • Configured model name
  • Per-provider fix command for anything not available
  • Summary of available providers

No additional formatting needed - the script handles all presentation.

Background Jobs

Also list any background council jobs:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/run-council.sh --jobs

If 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.

Read it on GitHub ↗
Ships withclaude-council

A Claude Code plugin that consults multiple AI coding agents in parallel and shows you their answers side-by-side.

Get the whole plugin, auto-invoked
Stats
561
Stars
0
Views
72
Forks
Active
Maintenance
Shell
Language
MIT
License
5h ago
Last commit
7mo ago
Created

Repo: hex/claude-council