claudeers.
// Developer Tools

claude-consensus

Multi-model consensus code review and plan review plugin for Claude Code

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up claude-consensus (claude-plugin project) into my current project.
Found on https://claudeers.com/claude-consensus
Repo: https://github.com/AltimateAI/claude-consensus
Homepage/docs: https://altimate.ai/
Detected install method: claude-plugin → /plugin install claude-consensus@AltimateAI/claude-consensus
Category: devtools. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
unknown; community-verified: false. Confirm the source before running anything.
// or install directly (claude-plugin)

Unverified / not recently updated — review before pasting a run-this config.

/plugin marketplace add AltimateAI/claude-consensus
/plugin install claude-consensus@AltimateAI/claude-consensus
// or clone
git clone https://github.com/AltimateAI/claude-consensus

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
Language

claude-consensus

Multi-model code review, plan review, and general review for Claude Code and Codex

Multiple AI models independently review code, implementation plans, documents, or technical proposals, then converge through structured synthesis and approval rounds. The lead host participates directly: Claude leads in Claude Code, and Codex leads in Codex.

Quick Start

Claude Code

Tell Claude:

"Set up claude-consensus: https://github.com/AltimateAI/claude-consensus"

Manual install:

/plugin marketplace add AltimateAI/claude-consensus
/plugin install consensus
/consensus-setup

Then use:

/code-review "staged changes"
/plan-review "Add caching to the API layer"
/consensus:review docs/architecture.md

Codex

From a local clone, add this repo marketplace to Codex and install the consensus plugin:

git clone https://github.com/AltimateAI/claude-consensus.git

Use the repo marketplace at:

.agents/plugins/marketplace.json

Then configure and run:

consensus-setup
consensus-code-review staged changes
consensus-plan-review Add caching to the API layer
consensus-review docs/architecture.md

Alias skills are also provided for code-review, plan-review, plan-reviwe, and claude-consensus.

Prerequisites

RequirementRequired?Notes
Claude Code or CodexYesThe host environment determines the lead reviewer
Kilo CLIRecommendedRoutes OpenRouter models with one API key
OpenRouter API keyRecommendedRequired for Kilo/OpenRouter models
Native CLIsOptionalClaude supports codex, Antigravity CLI (agy), and qwen; Codex supports non-Codex native CLIs
CodeRabbit CLIOptionalSupplementary static analysis for code reviews

Minimal setup: the host lead plus 1 external model is enough for consensus reviews.

Supported Panels

ModelProviderOpenRouter IDClaude nativeCodex external
ClaudeAnthropicbuilt-inleadnot used
Codex / GPTOpenAIopenai/gpt-5.4-codexcodexlead, not external
Gemini 3.1 ProGooglegoogle/gemini-3.1-pro-previewAntigravity CLI (agy)Antigravity CLI (agy)
Kimi K2.6Moonshotmoonshotai/kimi-k2.6KiloKilo
Grok 4.20xAIx-ai/grok-4.20-betaKiloKilo, disabled by default
MiniMax M2.7MiniMaxminimax/minimax-m2.7KiloKilo
GLM-5.1Zhipu AIzai-coding-plan/glm-5.1KiloKilo
Qwen 3.6 PlusAlibabaqwen/qwen3.6-plusqwen or KiloKilo by default
MiMo V2 ProXiaomixiaomi/mimo-v2-proKiloKilo
DeepSeek V4 ProDeepSeekdeepseek/deepseek-v4-proKiloKilo

Codex intentionally excludes Codex/GPT from the external panel because Codex is already the lead reviewer.

Configuration

HostUser configDefault configEnv file
Claude Code~/.claude/consensus.jsonplugins/consensus/consensus.config.json~/.claude/.env
Codex~/.codex/consensus.jsonplugins/consensus/consensus.codex.config.json~/.codex/.env first, then ~/.claude/.env read-only fallback

Claude setup can smoke-test live model calls. Codex setup does not run live smoke tests unless you ask, because they consume credits.

Example Codex config:

{
  "version": "1.7.0",
  "lead": {
    "id": "codex",
    "name": "Codex",
    "excluded_model_ids": ["gpt", "codex"]
  },
  "models": [
    {
      "id": "gemini",
      "name": "Gemini via Antigravity",
      "command": "agy",
      "resume_flag": "",
      "enabled": true
    },
    {
      "id": "kimi",
      "name": "Kimi K2.6",
      "command": "kilo run -m openrouter/moonshotai/kimi-k2.6 --auto",
      "resume_flag": "-c",
      "enabled": true
    }
  ],
  "min_quorum": 3
}

Commands And Skills

HostCommand / skillPurpose
Claude/consensus-setupConfigure models, API keys, and quorum
Claude/code-review [target]Multi-model code review with convergence
Claude/plan-review [task]Multi-model implementation planning
Claude/consensus:review [target]General document/topic review
Codexconsensus-setupConfigure the Codex consensus panel
Codexconsensus-code-review [target]Codex-led code review with convergence
Codexconsensus-plan-review [task]Codex-led implementation plan review
Codexconsensus-review [target]Codex-led document/topic review

How It Works

Host lead  Model 1  Model 2  Model N
    |         |        |        |
    v         v        v        v
Independent review or planning
    |_________|________|________|
              |
              v
Synthesis: consensus, conflicts, comparison table
              |
              v
Convergence: APPROVE / CHANGES NEEDED, max 2 rounds
              |
              v
Final result with attribution
  • Quorum: configurable per host.
  • Graceful degradation: unavailable models are skipped if quorum still holds.
  • Session artifacts: saved in /tmp/ for debugging and auditability.
  • Independent reviews: each model starts from the same prompt with no cross-contamination.
  • Codex isolation: Codex uses separate config and never writes Claude user config.

Contributing

Contributions are welcome. Please read the Contributing Guide before submitting a PR.

This project follows the Contributor Covenant Code of Conduct.

License

MIT License. Copyright (c) 2026 Altimate AI.

// faq

What is claude-consensus?

Multi-model consensus code review and plan review plugin for Claude Code. It is open-source on GitHub.

Is claude-consensus free to use?

claude-consensus is open-source under the MIT license, so it is free to use.

What category does claude-consensus belong to?

claude-consensus is listed under devtools in the Claudeers registry of Claude-compatible tools.

3 views
32 stars
unclaimed
updated 7 days ago

// embed badge

claude-consensus on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-consensus.svg)](https://claudeers.com/claude-consensus)

// retro hit counter

claude-consensus hit counter
[![Hits](https://claudeers.com/api/counter/claude-consensus.svg)](https://claudeers.com/claude-consensus)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript240,305MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript128,278MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// devtoolssafishamsi/Python109,277MIT[ claude ]
🔓

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

// devtoolsDietrichGebert/JavaScript104,762MIT[ claude ]
→ see how claude-consensus connects across the ecosystem