DA

dair-ai/dair-academy-plugins

Code review
534 stars Quality 42 Trend 42

Open-source plugin marketplace for Claude Code by DAIR.AI Academy.

Overview

Open-source plugin marketplace for Claude Code by DAIR.AI Academy.

README

DAIR Academy Plugins

Open-source plugin marketplace for Claude Code by DAIR.AI Academy.

Installation

Add the marketplace to Claude Code:

/plugin marketplace add dair-ai/dair-academy-plugins

Then install any plugin:

/plugin install @dair-academy-plugins

Available 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

Try These Without Setup

Most of these skills also run inside the DAIR Academy AI Builder — the easiest way to try them without installing anything locally.

Contributing

We welcome community contributions. To add a plugin:

  1. Create a new directory under plugins/ following the standard structure
  2. Include a .claude-plugin/plugin.json with plugin metadata
  3. Add your skill(s) under skills//SKILL.md
  4. Include a README.md with setup instructions and usage examples
  5. Submit a pull request

Plugin Structure

plugins//
├── .claude-plugin/
│   └── plugin.json          # Plugin metadata (name, description, version, author)
├── README.md                # User-facing documentation
└── skills/
    └── /
        ├── SKILL.md          # Skill definition with YAML frontmatter
        ├── .env.example      # Environment variable template (if needed)
        └── [other files]     # Reference docs, templates, etc.

License

Open source - see individual plugins for their specific licenses.

View this README on GitHub

Recommended Tools

Try a different keyword or remove a filter.

Install

npx skillfish add dair-ai/dair-academy-plugins