Council Config banner
xrf9268-hue xrf9268-hue

Council Config

AI community

Description

--- description: View and manage LLM Council configuration settings. argument-hint: "[set <key> <value> | reset]" model: claude-haiku-4-5-20251001 --- # Council Config View and manage LLM Council configuration settings. ## Usage ``` /council-config # Show current configuration /council-config set <key> <value> # Set a configuration value /council-config reset # Reset to default configuration ``` ## Configuration Keys | Key | Default | Description | |----

Installation

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

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

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

Full documentation available on GitHub

View Source Repository