← All plugins
lesson-generator
v1.0.0Generate compact, standalone multi-lesson course artifacts with navigation, objectives, flashcards, quizzes, and source links
Claude Code1 skill
by DAIR.AI600updated 2 weeks ago
Source
git clone https://github.com/dair-ai/dair-academy-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/lesson-generator/ inside the repository.
Layout
plugins/lesson-generator/
├── .claude-plugin/plugin.json└── skills/lesson-generator/SKILL.md
Skills1
lesson-generatorskills/lesson-generator/SKILL.md
Build compact, standalone multi-lesson course artifacts with lesson navigation, objectives, flashcards, quizzes, and source links.
Manifests1
plugins/lesson-generator/.claude-plugin/plugin.json
{
"name": "lesson-generator",
"description": "Generate compact, standalone multi-lesson course artifacts with navigation, objectives, flashcards, quizzes, and source links",
"version": "1.0.0",
"author": {
"name": "DAIR.AI"
}
}