By dair-ai
Orchestrate a council of open-weight LLMs on Fireworks AI to deliberate on your queries: models generate individual responses, rank peers' outputs, and a Chairman synthesizes the best consensus answer using Karpathy's LLM Council pattern.
Open-source plugin marketplace for Claude Code by DAIR.AI Academy.
Add the marketplace to Claude Code:
/plugin marketplace add dair-ai/dair-academy-plugins
Then install any plugin:
/plugin install <plugin-name>@dair-academy-plugins
| Plugin | Description |
|---|---|
| image-generator | Generate and edit images using Gemini's Nano Banana Pro model |
| llm-council | Orchestrate multiple open-weight LLMs via Fireworks AI to deliberate on queries using the LLM Council approach |
We welcome community contributions. To add a plugin:
plugins/ following the standard structure.claude-plugin/plugin.json with plugin metadataskills/<skill-name>/SKILL.mdREADME.md with setup instructions and usage examplesplugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (name, description, version, author)
├── README.md # User-facing documentation
└── skills/
└── <skill-name>/
├── SKILL.md # Skill definition with YAML frontmatter
├── .env.example # Environment variable template (if needed)
└── [other files] # Reference docs, templates, etc.
Open source - see individual plugins for their specific licenses.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimGenerate and edit images using Gemini's Nano Banana Pro (gemini-3-pro-image-preview) model
Build multi-agent AI systems with Claude Agent SDK, Exa search, and Vercel Sandbox. Supports orchestrator patterns, SSE streaming, and production deployment.
npx claudepluginhub dair-ai/dair-academy-plugins --plugin llm-councilMulti-LLM Council for adversarial debate, cross-validation, and structured decision-making
Use when you want a delegated second opinion or implementation from GPT (Codex), Gemini, Grok (xAI), or OpenRouter (config-driven, 400+ models) - seven expert subagents (Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger) and bundled ask-gpt/ask-gemini/ask-grok/ask-openrouter/ask-all/consensus commands, advisory (read-only) or implementation (write; Grok and OpenRouter are advisory-only).
Inference-time scaling for LLMs — generate multiple candidates and select the best using voting, scoring, or search
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and gemini CLIs when installed) to get diverse perspectives on coding problems
Multi-agent deliberation for AI coding assistants