npx claudepluginhub dair-ai/dair-academy-pluginsGenerate and edit images using Gemini's Nano Banana Pro (gemini-3-pro-image-preview) model
Orchestrate multiple open-weight LLMs via Fireworks AI to deliberate on queries using Karpathy's LLM Council concept. Models respond individually, rank each other's responses, then a Chairman synthesizes the best answer. Powered entirely by fast, affordable open-weight models on Fireworks.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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.