Open-source plugin marketplace for Claude Code by DAIR.AI Academy.
Add the marketplace to Claude Code:
/plugin marketplace add dair-ai/dair-academy-pluginsThen 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:
- Create a new directory under
plugins/following the standard structure - Include a
.claude-plugin/plugin.jsonwith plugin metadata - Add your skill(s) under
skills/<skill-name>/SKILL.md - Include a
README.mdwith setup instructions and usage examples - Submit a pull request
plugins/<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.