Consilium — Development skill for Claude Code
A cross-agent consultation bus: a CLI coding agent asks a different-provider agent for a second opinion — one advisor, or a multi-agent council that audits code and verifies every finding against its.
How to install Consilium
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Lexus2016/consilium and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Consilium does
A cross-agent consultation bus: a CLI coding agent asks a different-provider agent for a second opinion — one advisor, or a multi-agent council that audits code and verifies every finding against its file:line. 12 agents: Claude, Codex, Gemini/agy, Grok, OpenCode, Hermes, Kimi, Cursor, Kilo, Cline, Goose, Pi.
Alternatives in Development
- Kimi CLI Agent — Answers one council question as plain text, with no tool access 664 ★
- Contributing To Claude Skills Marketplace — Thank you for your interest in contributing 480 ★
- Cto Advisor 334 ★
README
consilium
**English** · [Українська](README.uk.md) · [Русский](README.ru.md)
Let one AI ask a different AI when it isn't sure.
What this is, in one breath
There's a kind of AI that lives in your terminal and writes code *with* you — it reads your files, edits them, runs commands. Claude Code, Codex, Gemini's `agy`, and OpenCode are all this kind of tool. People call them coding assistants, or just "agents."
They're good. But like anyone working alone, an agent can't always tell when it's wrong. It will talk itself into a risky change, miss a bug it wrote two minutes ago, and keep retrying the same broken fix long after it should have stopped.
**consilium adds one command, `consult`, that lets your agent phone a _different_ AI for a second opinion.** Your agent hands the same code or question to a model from another company and asks: *what do you think?* The other AI reads it and answers in plain text. It advises; it doesn't act for you.
consult codex -- "Is it safe to run this migration twice?"
You — or your agent — type that. A different AI reads the question, looks at the code in your current folder, and prints back what it thinks. You decide what to do with the answer.
Still early, but I reach for it most days.
Why ask a *different* AI, and not just ask the same one again
Think of it like checking your own homework. Re-read your own answer and you see what you *meant* to write, not what's actually on the page. Hand it to someone from a different class — who studied from different notes and has no reason to agree with you — and they spot the mistake in five seconds.
An AI has the same blind spot. Ask the same model to "double-check," and it mostly nods along with itself. Ask a *rival* model from another company — trained differently, with no stake in the first answer — and it actually pushes back. That pushback is the whole point. It's where the useful catches come from.
So the rule is short: **ask someone other than the AI you're
Related Skills
Atry Cross Review
Second-opinion cross-review of an agent-relay change using plan.md, implement artifacts, and the prior Self-Re
Company OS
AGENTIC · OPERATIONS — A second brain for your company, and the team of agents that runs it. Duplicable Compan
Ask Grok
Get Grok (xAI) second opinion on a question or current work. Single-shot, advisory, no contamination.
Codex Consult
Consult OpenAI Codex (codex exec) for a second opinion on a prompt. Handles the argv-hang, stdin-mode, reasoni
Agy Review
Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments
Midflight
Consult Codex, Gemini, Antigravity, OpenCode, or Oz for a second opinion mid-development, or analyze video wit
Related Agents
Codex Consultant
An independent code review and debugging subagent that uses Codex MCP as its sole execution engine, acting as
Pi
Delegates to the pi CLI in an isolated pi session. Use for work you want done by pi's model and tools rather t
Agy Reviewer
Cross-family review by Gemini via the agy CLI, for a genuinely different-provider perspective on a diff, desig