agent-council

Multi-model AI council for consensus-driven decisions using Claude, Codex, and Gemini

View on GitHub
Author Lukin
Namespace @mylukin/agent-council
Category general
Version 1.0.0
Stars 19
Downloads 3
self.md verified
Table of content

Multi-model AI council for consensus-driven decisions using Claude, Codex, and Gemini

Installation

npx claude-plugins install @mylukin/agent-council/agent-council

Contents

Folders: agents, skills

Included Skills

This plugin includes 1 skill definition:

council-decision

Get multi-model AI consensus on complex questions using Claude, Codex, and Gemini

View skill definition

Council Decision Skill

Get multi-model AI consensus on complex decisions using the agent-council’s 3-stage voting pipeline.

When to Use

Automatically invoke this skill when facing:

How It Works

The skill runs the agent-council CLI which:

  1. Sends your question to Claude, Codex, and Gemini
  2. Each model provides an independent response
  3. Models peer-rank each other’s answers
  4. A chairman synthesizes the final recommendation

Usage

When you encounter a complex decision point:

  1. Formulate the question clearly
  2. Run: agent-council "your question here"
  3. Wait for the 3-stage pipeline to complete
  4. Use the synthesized answer to guide implementation

Example Questions

Prerequisites

The agent-council CLI must be installed:

npm install -g agent-council

Benefits

…(truncated)

Source

View on GitHub

Tags: general multi-modelai-councilconsensusclaudecodexgemini