Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
It introduces a novel multi-agent deliberation process that leverages existing agent CLI installations without requiring additional APIs or daemons, and logs all interactions for auditability.
An agent skill that stops your coding agent from winging it: before giving you a final plan, whichever agent you're talking to must convene the other agent CLIs installed on your machine and deliberate.
Say:
council, 2 turns: should we migrate this app from Express to Hono?
and the lead agent (Claude Code, Codex, Cursor, Gemini, Grok, or OpenCode — whoever you asked) will:
SHIP IT / SHIP WITH CHANGES / RETHINK, strongest objections first). Members never see each other's replies.Everything is one-shot CLI invocations under the hood (no ACP, no daemons, no API keys beyond the CLIs you already have installed and logged in). All member invocations are read-only: they may read your repo, never touch it. Failed or missing members are skipped gracefully and noted in the transcript.
The skill is a single SKILL.md. Clone it where your agent looks for skills:
# Claude Code (personal)
git clone https://github.com/kitze/council ~/.claude/skills/council
# Claude Code (per-project)
git clone https://github.com/kitze/council .claude/skills/council
For other agents that support the Agent Skills format, clone into their skills directory (e.g. ~/.codex/skills/council), or just hand your agent the SKILL.md as instructions — it's self-contained.
At least one other agent CLI installed and logged in: claude, codex, cursor-agent, gemini, grok, or opencode. The more you have, the bigger the council.
~/.council/ so you can audit what every member actually said.SKILL.md embeds the exact headless flags each CLI needs (cursor --trust, gemini --skip-trust, codex read-only sandbox, and the grok --system-prompt-override workaround for its silent headless cancellation) — found the hard way so you don't have to.MIT
🏛 Agent skill: your coding agent must convene the other agent CLIs on your machine and deliberate for X turns before giving you a plan
Similar projects matched by category, topics, and programming language.
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.