Open-source plugin marketplace for Claude Code by DAIR.AI Academy.
개요
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:
- 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.md - Include a
README.mdwith setup instructions and usage examples - 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.
추천 도구
다른 키워드를 입력하거나 필터를 제거해 보세요.
설치
npx skillfish add dair-ai/dair-academy-plugins