team-attention/agent-council
136 stars · Last commit 2025-12-24
Multi-agent collaboration plugin for Claude Code - orchestrate multiple AI agents (Codex CLI, Gemini CLI, etc.) for diverse perspectives
README preview
# Agent Council **[한국어 버전 (Korean)](./README.ko.md)** > A skill that gathers opinions from multiple AI CLIs (Codex, Gemini, ...) and lets a configurable Chairman synthesize a conclusion. > Inspired by [Karpathy's LLM Council](https://github.com/karpathy/llm-council) ## Key Difference from LLM Council **No additional API costs!** Unlike Karpathy's LLM Council which directly calls each LLM's API (incurring costs), Agent Council uses your installed AI CLIs (Claude Code, Codex CLI, Gemini CLI, ...). This is especially useful if you mainly use one host CLI and occasionally consult others via subscriptions. Skills are much simpler and more reproducible than MCP. We recommend installing via npx and customizing it yourself! ## Demo https://github.com/user-attachments/assets/c550c473-00d2-4def-b7ba-654cc7643e9b ## How it Works