byhex· 4 skills
Runs a local council when no external AI providers are configured. Spawns N independent Claude subagents (one per role, blind to each other) that each answer the question from a single assigned lens, then synthesizes their perspectives. Invoked by the ask command via --local, or when the user accepts the local-council offer after no providers are found. This is a same-model (Claude-only) panel, not a cross-vendor council.
$npx -y skills add hex/claude-council --skill local-council-executionInstalls into the current project.
Run `npx skills use "https://github.com/hex/claude-council" --skill "hex/claude-council/local-council-execution"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hex/claude-council" that are relevant to the current task. Run `npx skills add "https://github.com/hex/claude-council"` and select the relevant skills, then follow their instructions.