council

Fetch second opinions from multiple AI models via OpenRouter in Claude Code.

12|4|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/FC-FUZ/claude-code-governance --skill council-fc-fuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: council
Source: https://github.com/FC-FUZ/claude-code-governance/tree/main/skills/council
Command: npx skills add https://github.com/FC-FUZ/claude-code-governance --skill council-fc-fuz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides direct access to second opinions from competing AI models (OpenAI, Google, MoonshotAI) without leaving Claude Code, helping teams avoid single-model bias and stagnation during debugging and planning.

Core Features & Use Cases

  • In-editor multi-model consultations via a unified council workflow
  • Three invocation modes: auto-routed, explicit model override, and fan-out for diverse perspectives
  • Automatic logging, model performance tracking, and council-based decision synthesis to inform next steps

Quick Start

Ask Claude Code to fetch second opinions from multiple models via OpenRouter for a given task.

Frequently Asked Questions about council

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get second opinions from multiple AI models inside Claude Code?

You can get second opinions from multiple AI models by using a unified council workflow that routes queries to competing providers like OpenAI and Google via OpenRouter, aggregating their responses for in-context comparison.

How do I compare different AI models for debugging and design decisions?

Comparing different AI models for debugging is done by fanning out your prompt to multiple providers simultaneously, allowing you to review diverse perspectives and avoid single-model bias without leaving your editor.

Do I need an OpenRouter API key to fetch opinions from other AI models?

Yes, you need an OpenRouter API key. The council workflow uses the OPENROUTER_API_KEY for model discovery, parallel execution across providers, and routing requests to competing AI models.

Can I explicitly override which AI model reviews my code inside Claude Code?

Yes, you can explicitly override the AI model. The system supports auto-routed opinions by default, but allows explicit model overrides and fan-out to multiple providers for diverse perspectives during code review.

How do I track multi-model consultation decisions for traceability?

You can track multi-model consultation decisions through automatic logging. The system writes to a per-project council log, capturing model performance tracking and decision synthesis to ensure traceability and safety.