By nexusentis
Multi-agent quorum workflow — fans out tasks to Claude, Codex, Copilot, Cursor, and Gemini in parallel, then reconciles their outputs into a high-confidence recommendation. Use for planning, code review, implementation validation, bug diagnosis, and architecture decisions.
npx claudepluginhub nexusentis/quorum --plugin quorumDirectly analyzes code and answers prompts using filesystem exploration tools. Used exclusively by the /quorum skill for parallel fan-out alongside the relay agents.
Dispatches a prompt to OpenAI Codex CLI via the quorum-codex MCP server and returns the raw structured result. Used exclusively by the /quorum skill for parallel fan-out.
Dispatches a prompt to GitHub Copilot CLI (ACP mode with plain fallback) via the quorum-copilot MCP server and returns the raw structured result. Used exclusively by the /quorum skill for parallel fan-out.
Dispatches a prompt to Cursor CLI (Composer 1.5) via the quorum-cursor MCP server. Returns the raw structured result. Used exclusively by the /quorum skill for parallel fan-out.
Dispatches a prompt to Google Gemini CLI (gemini-3-pro) via the quorum-gemini MCP server and returns the raw structured result. Used exclusively by the /quorum skill for parallel fan-out.
Run a single quorum agent (claude, codex, copilot, cursor, or gemini) with a prompt. Usage - /quorum:agent <agent> <prompt>
Fan out a task to Claude, Codex, Copilot, Cursor, and Gemini in parallel, then reconcile their outputs into a high-confidence recommendation. Use for planning, code review, implementation validation, bug diagnosis, and architecture decisions — not for quick changes.
Cross-check: OpenAI Codex CLI wrapper (gpt-5.3-codex)
Cross-check: GitHub Copilot CLI wrapper (ACP + fallback)
Cross-check: Cursor CLI wrapper (Composer 1.5)
Cross-check: Google Gemini CLI wrapper (gemini-3-pro)
Quorum: fan out to all agents in parallel and return collected results
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer