
Mylukin Agent Council
- 28 repo stars
- Updated December 10, 2025
- mylukin/agent-council
mylukin-agent-council is a Claude Code plugin that runs a multi-model CLI council so Claude, Codex, and Gemini can produce consensus-driven decisions.
About
mylukin-agent-council is a Claude Code plugin that packages a multi-model AI council CLI. developers use it when a decision matters—feature scope, technical direction, or risk—and they want more than one frontier model in the loop. The tool is described as driving consensus-driven outcomes across Claude, Codex, and Gemini rather than treating any single answer as final. That makes it a decision layer on top of your existing agents, not a replacement for coding skills or MCP integrations. It fits workflows where you cannot afford a review committee but still want disagreement surfaced before you ship. Install it when you already run multiple model providers and want a repeatable CLI ritual for hard calls. Complexity is intermediate because you must configure and trust several APIs and interpret synthesized consensus. It is less about daily autocomplete and more about de-risking commitments during validate and build.
- Multi-model AI council CLI combining Claude, Codex, and Gemini in one workflow
- Consensus-driven decisions instead of a single agent reply
- Terminal-first fit for builders already on Claude Code and Codex
- Community plugin bundle with 1 plugin in the mylukin/agent-council repo
- Oriented toward agent-assisted judgment calls, not file editing inside the IDE
Mylukin Agent Council by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install mylukin-agent-council@mylukin/agent-councilAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 28 |
|---|---|
| Last updated | December 10, 2025 |
| Repository | mylukin/agent-council ↗ |
What it does
Install when you want a CLI that runs Claude, Codex, and Gemini together and surfaces a consensus decision instead of trusting one model.
Who is it for?
Best when you already use Claude Code plus Codex or Gemini and want a structured CLI for high-stakes technical or product choices.
Skip if: Skip if you only need fast inline code edits, lack API access to multiple models, or want a single-model chat without orchestration overhead.
What you get
After you add the plugin, you can invoke a council workflow that weighs multiple models and returns a clearer consensus-backed decision before you build or ship.
- Installed agent-council plugin from the mylukin/agent-council repository
- Runnable multi-model council CLI session
- Consensus-oriented decision output you can act on before implementation
By the numbers
- 1 plugin in the bundle (pluginCount: 1)
- Repository: mylukin/agent-council
- 25 GitHub stars on the catalog snapshot
Recommended Plugins
How it compares
Multi-model decision CLI plugin, not a domain-specific coding skill or MCP server integration.
FAQ
Who is Mylukin Agent Council for?
It is for and small-team developers who run several AI coding agents and want consensus-backed CLI decisions instead of one model’s judgment.
When should I use Mylukin Agent Council?
Use it when you are scoping work, choosing between architectures, or reviewing a risky change and need Claude, Codex, and Gemini aligned or clearly disagreed before you commit.
How do I add Mylukin Agent Council to my agent?
Register the mylukin/agent-council Claude Code plugin from the catalog, complete plugin setup for the council CLI, and invoke it from your terminal alongside your existing Claude Code sessions.