Council Status banner
xrf9268-hue xrf9268-hue

Council Status

AI community

Description

--- description: Check the availability and readiness of all LLM Council components. model: claude-haiku-4-5-20251001 --- # Council Status Check the status and availability of LLM Council components. ## Implementation Instructions When this command is invoked, use the **Bash tool** to run diagnostic checks and format the results for the user. ### Step 1: CLI Availability Check Execute using Bash tool: ```bash # Resolve path to council_utils.sh if [[ -n "${COUNCIL_PLUGIN_ROOT:-}" ]]; then

Installation

Installs to ~/.claude/skills/xrf9268-hue-llm-council-plugin-council-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xrf9268-hue-llm-council-plugin-council-status && curl -fsSL https://raw.githubusercontent.com/xrf9268-hue/llm-council-plugin/HEAD/commands/council-status.md -o ~/.claude/skills/xrf9268-hue-llm-council-plugin-council-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository