plugins marketplace
← All plugins

learn

v1.0.0

Help users learn topics through adaptive tutoring, practice exercises, retrieval checks, study plans, and feedback.

Claude Code1 skill

by DAIR.AI600updated 2 weeks ago

Source

git clone https://github.com/dair-ai/dair-academy-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/learn/ inside the repository.

Layout

plugins/learn/
├── .claude-plugin/plugin.json
└── skills/learn/SKILL.md

Skills1

learnskills/learn/SKILL.md

Help a user learn a topic through adaptive tutoring, lesson planning, practice, retrieval checks, explanations, study guides, or exercises. Use when the user asks to learn, understand, practice, drill, review, study, or be tutored on something.

Manifests1

plugins/learn/.claude-plugin/plugin.json
{
  "name": "learn",
  "description": "Help users learn topics through adaptive tutoring, practice exercises, retrieval checks, study plans, and feedback.",
  "version": "1.0.0",
  "author": {
    "name": "DAIR.AI"
  }
}