quorum
v0.5.8Pool several AI subscriptions inside Claude Code by delegating to vendor CLIs as subprocesses. Ships field-tested adapters for GLM (Z.AI), Codex (ChatGPT), Copilot, Antigravity (Gemini), Ollama (local) OpenRouter (metered, many vendors behind one key) and a second Claude subscription, a multi-model consultation panel, task delegation into throwaway worktrees you review as a diff, and a probe-driven generator that builds and verifies an adapter for any provider you already have.
By Kourosh MoblLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 10, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install quorum for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install quorum-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/WhereTheTunnelEnds/quorumClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-adapter/SKILL.md├── skills/delegate-task/SKILL.md└── skills/model-panel/SKILL.md
Included Skills3
Use when adding a new model provider to Quorum - wiring up a local model (MLX, Ollama, LM Studio, llama.cpp, vLLM), another vendor's coding CLI (Gemini, Cursor, Amp, Aider), or any OpenAI/Anthropic-compatible endpoint so it can be consulted and delegated to like the built-in ones. Probes the provider empirically, then writes an adapter from what was measured. Also use when an existing adapter broke after a CLI update.
Use when handing an entire unit of work to another vendor's coding agent rather than doing it in this session - offloading implementation to preserve Claude quota, running the same task on several models to compare results, or routing work to a provider with a capability Claude lacks (GLM's 1M context, Copilot's GitHub integration, Codex's repo review). For asking a question rather than assigning work, use model-panel instead.
Use when a decision is expensive to get wrong and a single model's opinion isn't enough - hard architecture calls, risky refactors, security-sensitive code, debugging that has resisted one line of attack, or any "am I sure about this?" moment. Fans the question out to GLM, Codex, Copilot, Antigravity, Ollama and OpenRouter in parallel (read-only), then synthesizes the answers against Claude's own. For handing over whole tasks rather than questions, use delegate-task instead.
Plugin manifests1
{
"name": "quorum",
"version": "0.5.8",
"description": "Pool several AI subscriptions inside Claude Code by delegating to vendor CLIs as subprocesses. Ships field-tested adapters for GLM (Z.AI), Codex (ChatGPT), Copilot, Antigravity (Gemini), Ollama (local) OpenRouter (metered, many vendors behind one key) and a second Claude subscription, a multi-model consultation panel, task delegation into throwaway worktrees you review as a diff, and a probe-driven generator that builds and verifies an adapter for any provider you already have.",
"author": {
"name": "Kourosh Mobl",
"url": "https://github.com/WhereTheTunnelEnds"
},
"homepage": "https://github.com/WhereTheTunnelEnds/quorum",
"repository": "https://github.com/WhereTheTunnelEnds/quorum",
"license": "MIT",
"keywords": [
"claude-code",
"subagents",
"agent-skills",
"multi-model",
"multi-provider",
"codex",
"copilot",
"glm",
"zai",
"mlx",
"openrouter",
"ollama",
"local-llm",
"antigravity",
"gemini",
"delegation",
"code-review",
"second-opinion",
"sandbox",
"worktree",
"claude-alt"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[quorum on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quorum-2)