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 |
| 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 |
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-plugins13 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.
- Set the
OPENAI_API_KEYrepository secret to enable the workflow - Codex runs in a
read-onlysandbox withdrop-sudo - The workflow posts a formal PR review from structured Codex output
- Self-review is blocked when a PR only changes Codex review automation files
plugins/
├── exodia/ # parallel agent orchestration (9 commands + 2 skills)
├── metacognitive-guard/ # quality gates + commit integrity + CI verification
├── hookify/ # user-configurable behavior rules
├── feature-dev/ # guided feature development + code review
├── council/ # five-agent council (Teams API)
├── dotnet-architecture-lint/# .NET build pattern enforcement
├── design-studio/ # design intelligence + BM25 search
├── elegance-pipeline/ # code elegance scoring + gated refactoring
├── code-simplifier/ # complexity reduction agent
└── otelhook/ # OTel GenAI semconv passive context