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 |
| lesson-generator | Build compact, standalone multi-lesson course artifacts with navigation, objectives, flashcards, quizzes, and source links |
| learn | Help users learn topics through adaptive tutoring, practice exercises, study plans, and feedback |
| llm-council | Orchestrate multiple open-weight LLMs via Fireworks AI to deliberate on queries using the LLM Council approach |
| survey-generator | Generate polished, single-file HTML survey papers on any AI/ML topic, powered by Kimi K2.6 on Fireworks AI |
| youtube-notetaker | Turn YouTube talks into local study deep-dives with extracted slides, timestamped transcripts, editable notes, and a bundled markdown-backed viewer |
| wiki-builder | Start, structure, grow, query, and maintain reusable research wikis with per-wiki configurable structure and flavors |
| x-agent-intelligence | Build readable AI and agent intelligence feeds from the official X MCP server |
Most of these skills also run inside the DAIR Academy AI Builder — the easiest way to try them without installing anything locally.
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.