Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ANcpLua
Orchestrate complex tasks with a five-agent AI council using Anthropic models and Teams API: Opus captain decomposes and synthesizes, Sonnet agents research and synthesize in parallel while cross-pollinating, Clarity probes coverage gaps via follow-ups, Haiku janitor flags and cuts bloat for concise final outputs.
npx claudepluginhub ancplua/ancplua-claude-plugins --plugin councilCouncil janitor. Runs last on captain's draft. Flags bloat, returns BLOAT_FLAG + CUTS list + WORD_COUNT. Never trims itself — captain removes. Uses claude-haiku-4-5-20251001.
Council captain. Decomposes tasks, dispatches sonnet-researcher and sonnet-synthesizer in parallel, then sonnet-clarity on their output, then haiku-janitor on the draft. Synthesizes the final answer. Uses claude-opus-4-6.
Council clarity agent. Runs after researcher and synthesizer complete — reads their raw output to find gaps, unstated assumptions, and misalignment before the captain synthesizes. Returns GAPS/ASSUMPTIONS/MISALIGNMENT/RESEARCHER_SYNTHESIZER_CONFLICT output. Uses claude-sonnet-4-6.
Council researcher. Finds evidence, verifies claims, cites sources. Never speculates. Returns structured FINDING/SOURCE/DATE/CONFIDENCE/GAPS output. Uses claude-sonnet-4-6.
Council synthesizer. Rigorous logic, code verification, step-by-step reasoning chains. Shows all work. Returns REASONING/CONCLUSION/CONFIDENCE/BREAKS output. Uses claude-sonnet-4-6.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent deliberation for AI coding assistants
Delegate tasks to Codex, Gemini, and OpenCode AI agents via Owlex MCP
v9.44.0 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Convene parallel role-specialized peer agents (dynamic roster, plan card first) to debate a cross-domain decision or audit a codebase in real time. Invoking Claude acts as CEO: convenes, routes peer-DMs, arbitrates deadlocks, writes a one-page decision log.
Dynamically assemble expert agent teams for complex tasks using Claude Code's agent teams feature
Multi-agent code-elegance workflow: 4 scouts, 2 judges, 1 planner, 1 verifier, 1 gated implementer. Persistent state manager with stage gates and implementation signal.
Guided feature development with specialized agents for codebase exploration, architecture design, code review, and quality assurance.
Cognitive amplification stack: epistemic hooks, competitive review, commit integrity checks, CI verification scripts, and deep-thinking agents.
Multi-agent workflow orchestration: 9 commands (fix, turbo-fix, fix-pipeline, tournament, mega-swarm, deep-think, batch-implement, red-blue-review, baryon-mode) + 2 skills (eight-gates, hades).
Dynamic God Team discovery for workflow and code-review skills.
Claude Code plugin marketplace. 13 plugins for parallel agent orchestration, quality gates, and automated enforcement in Claude Code sessions.
Spawns up to 12 parallel subagents for audits, fixes, and reviews. Each phase is gated — work only advances when the gate passes. No manual babysitting.
| Plugin | What it does in plain language |
|---|---|
| exodia | Summons up to 12 AI workers that tackle different parts of your code simultaneously. One finds problems, another fixes them, another reviews the fix — all at the same time |
| metacognitive-guard | Watches the AI while it works. If it's about to cut corners, guess instead of verify, or say "done" when it isn't — this blocks it before the mistake happens |
| feature-dev | A guided process for building new things: understand what exists, design the plan, build it, review it. No skipping steps |
| hookify | Custom tripwires you set up. "Never do X" or "Always check Y before Z." The AI physically cannot proceed if it violates your rules |
| otelwiki | Built-in reference for OpenTelemetry monitoring standards so the AI writes correct telemetry code instead of guessing |
| dotnet-architecture-lint | Enforces .NET project structure rules automatically — catches version mismatches and structural violations before they ship |
| council | Five-agent council for complex tasks. Opus captain decomposes and dispatches, three Sonnet specialists research/synthesize/check, Haiku janitor flags bloat |
| design-studio | Design intelligence helpers for visual direction, UX patterns, and design-system generation |
| elegance-pipeline | Multi-agent pipeline that scores code elegance and optionally refactors the weakest files through gated stages |
| code-simplifier | Simplifies implementations while preserving behavior — measures elegance as problem-complexity / solution-complexity |
| qyl-instrumentation | Observability orchestration for OpenTelemetry instrumentation across the qyl platform |
| qyl-continuation | Smart continuation heuristic that reduces unnecessary model calls while preserving quality checks |
Every step is a gate. Work only moves forward if the gate says PROCEED. If it says HALT — the work stops, gets diagnosed, and gets fixed before anything else continues. No hoping. No skipping. No "it probably works."
Add the marketplace, then install plugins individually:
# Add the marketplace
/plugin marketplace add ANcpLua/ancplua-claude-plugins
# Install plugins you want
/plugin install exodia@ancplua-claude-plugins
/plugin install metacognitive-guard@ancplua-claude-plugins
/plugin install hookify@ancplua-claude-plugins
13 plugins, 28 commands, 6 skills, 25 agents.
Tri-AI review system: Claude, Copilot, and CodeRabbit review PRs independently.
Codex review lives in .github/workflows/codex-code-review.yml.
OPENAI_API_KEY repository secret to enable the workflowread-only sandbox with drop-sudo