TOKREPO · Arsenal IA
Nouveau · cette semaine

Kit de Leçon IA pour Enseignants

Dix choix pour enseignants K-12, profs universitaires et créateurs de cours en ligne qui veulent l'IA dans la boucle sans perdre le plan de cours. Patterns prompt + slides + générateur de fiches + quiz + LMS + tuteur personnalisé + couche mémoire. Dans l'ordre.

10 ressources

What's in this pack

This is the stack for a working teacher — not the 30-tab "AI for Education" Pinterest board. Every pick here earns a slot in a real week: Monday you plan, Tuesday-Thursday you teach, Friday you grade, and on the side you keep a tutor available so the kid who missed Wednesday isn't stuck.

The pack covers five jobs in order: plan the lesson, generate the materials, write the formative quiz, host it in an LMS your school already approves, and stand up a personalized tutor with memory so every student gets follow-up that knows what they already learned. Everything is open-source or has a clear free tier. Nothing here ships student data to an opaque vendor without you opting in.

Install in this order (plan → material → quiz → grade → tutor)

  1. Fabric — start here. It is a library of 100+ AI prompt patterns (summarize, extract_wisdom, create_quiz, write_essay). One CLI, one consistent shape. Use extract_wisdom on a textbook chapter to get a clean outline before you plan a lesson around it.
  2. Mr. Ranedeer — Personalized AI Tutor Prompt — the famous GPT system prompt that turns ChatGPT/Claude into a tutor that adapts to language and level. Use it yourself first to dogfood — read three Ranedeer sessions and you know what a good AI tutor sounds like before you point students at one.
  3. Marp — Create Presentation Slides from Markdown — write lecture slides in plain Markdown, export to PDF/HTML/PPTX. Pair with Fabric: extract_wisdom chapter.pdf | tee outline.md then hand-edit into Marp. 30 minutes to a 25-slide deck.
  4. notebooklm-py (NotebookLM CLI) — Google NotebookLM grounds answers in your uploaded sources (textbooks, PDFs, lecture recordings). The CLI lets you scriptably create a notebook per unit and generate study guides, briefing docs, or audio overviews students can listen to on the bus.
  5. Heyform — Open-Source Conversational Form Builder — self-hosted, GDPR-safe Typeform alternative for formative quizzes, exit tickets, and end-of-unit surveys. Conditional logic lets you branch a quiz based on prior answers — closer to real assessment than 10 multiple-choice in a row.
  6. Moodle — Open-Source Learning Management System — the LMS most schools/universities will already accept (or already run). Use it as the gradebook of record and the place to publish the Marp PDFs and Heyform links.
  7. Canvas LMS — Open-Source Learning Management System — if your district uses Canvas (most US K-12 do), this is the integration target. Use whichever LMS your school standardised on — don't fork the gradebook into a third tool.
  8. Claude Code Agent: Microsoft Study Mode — a Claude Code agent that teaches Microsoft/Azure topics through guided discovery (Socratic questions, not answer-dumping). The underlying pattern — "ask, don't tell" — is the template for the tutor persona you want students using, even outside the MS stack.
  9. DeepTutor — AI-Powered Personalized Learning Assistant — multi-agent tutoring grounded in a document you provide. Upload a paper or chapter; students get interactive Q&A, scaffolded hints, and worked examples. The closest open-source thing to "every student gets a TA on demand."
  10. Mem0 — Memory Layer for AI Applications — the piece that makes #2/#8/#9 actually personalized. Without Mem0 (or equivalent), your AI tutor re-asks "what's your current level?" every session. With it, the tutor remembers a student struggled with quadratics last Thursday and picks up there on Tuesday.

How they fit together

        Fabric  ─────► extract_wisdom / create_quiz patterns
           │
           ▼
     Marp (slides) ──┐
           +         ├──► published in ──► Moodle / Canvas LMS
     NotebookLM ─────┘                        │
     (study packs)                            │
                                              ▼
                                       Heyform (formative quiz)
                                              │
                                              ▼
                                       gradebook + feedback
                                              │
                          ┌───────────────────┴───────────────────┐
                          ▼                                       ▼
              Mr. Ranedeer  /  Microsoft Study Mode      DeepTutor
                  (system prompts)                   (document-grounded)
                          │                                       │
                          └─────────────► Mem0 ◄──────────────────┘
                                  (persistent per-student memory)

The critical join is LMS + Mem0: the LMS holds the official grade, Mem0 holds the informal context ("Maya finally got long division; don't make her redo it"). Both matter; neither alone is enough.

Tradeoffs you'll hit (AI grading accuracy, FERPA/privacy)

  • AI-graded vs human-graded — AI grading for multiple choice and short numeric answers is essentially solved. AI grading for essays is not. Use AI for first-pass rubric scoring + comment generation, then spot-check 20% by hand. Never publish an AI-only essay grade without your review — both because it's unreliable and because in many districts it's policy.
  • Moodle vs Canvas — pick the one your institution already runs. Both are fine. Don't fight your IT department on this; the LMS is plumbing, not the lesson.
  • Mr. Ranedeer vs DeepTutor — Mr. Ranedeer is a prompt you paste into any LLM (zero install, zero infra, works in a school's ChatGPT-EDU). DeepTutor is a platform that grounds answers in a document you upload (better citations, requires deployment). Start with Ranedeer to learn what you want; graduate to DeepTutor when you need source-grounded answers per unit.
  • NotebookLM vs uploading a PDF to ChatGPT — NotebookLM grounds every answer in your sources and cites them inline. ChatGPT will happily invent a quote that sounds right. For student-facing material, grounded > fluent.
  • Self-hosting Heyform vs Google Forms — Heyform is open-source and you control the data; Google Forms is one click and your school admin already trusts it. For exit tickets you can use Forms; for anything that touches IEP info or sensitive feedback, self-host.

Common pitfalls (over-trusting AI feedback to students)

  • Letting the AI tutor be the only feedback a student sees — AI tutors are great at scaffolding the next step; they are bad at noticing the student stopped trying. Schedule a 5-minute human check-in per student per unit. The AI is a force multiplier, not a substitute.
  • Pasting student work into a chat tool without checking the data policy — many districts have explicit rules (FERPA in the US, similar laws elsewhere) that prohibit sending identifiable student data to consumer LLMs. Strip names + IDs before pasting, or use the school's enterprise tier (ChatGPT-EDU, Claude for Education, etc.) which has data-processing agreements.
  • Generating a 40-question quiz and not reading it — AI-generated quizzes often have one or two ambiguous items, a duplicate, or a question that requires content you haven't taught yet. Read every generated question before publishing. Twenty minutes saves a class period of "this question doesn't make sense."
  • Telling students "the AI graded you a B" — even if it did, frame the feedback as your feedback informed by the tool. Students react very differently to "the computer says" vs "here is what I'm seeing in your work."
  • Skipping Mem0 and wondering why personalization is shallow — without persistent memory, every tutor session is a goldfish. The first week feels magical; by week three students are bored of re-introducing themselves. Wire memory in from day one.
INSTALLER · UNE COMMANDE
$ tokrepo install pack/teacher-educator-ai-lesson-kit
passez-la à votre agent — ou collez-la dans votre terminal
Ce qu'il contient

10 ressources prêtes à installer

Prompt#01
Fabric — AI Prompt Patterns for Everything

Collection of 100+ AI prompt patterns for real-world tasks. Summarize articles, extract wisdom, analyze code, write essays, create presentations, and more.

by Prompt Lab·188 views
$ tokrepo install fabric-ai-prompt-patterns-everything-6692e725
Skill#02
Mr. Ranedeer — Personalized AI Tutor Prompt

GPT-4 system prompt that creates a personalized AI tutor. Adapts to your learning level, language, and style. Used by 30K+ learners.

by TokRepo精选·438 views
$ tokrepo install mr-ranedeer-personalized-ai-tutor-prompt-08be0198
Skill#03
Marp — Create Presentation Slides from Markdown

A Markdown-based presentation ecosystem with a CLI, VS Code extension, and browser-based engine that converts Markdown files into HTML, PDF, and PowerPoint slide decks.

by AI Open Source·169 views
$ tokrepo install marp-create-presentation-slides-markdown-6d9aa1d3
Skill#04
notebooklm-py — NotebookLM CLI + Python API Skill

notebooklm-py provides a CLI + Python API for NotebookLM with agent hooks; verified 13,142★ and uses Playwright Chromium for browser login.

by Skill Factory·86 views
$ tokrepo install notebooklm-py-notebooklm-cli-python-api-skill
Skill#05
Heyform — Open-Source Conversational Form Builder

Heyform is a self-hosted form builder that creates engaging conversational forms with conditional logic, integrations, and analytics, offering a free alternative to Typeform for surveys, quizzes, and data collection.

by AI Open Source·99 views
$ tokrepo install heyform-open-source-conversational-form-builder-06f95a58
Skill#06
Moodle — Open-Source Learning Management System

The most widely used open-source learning platform, providing course management, assessments, and collaboration tools for educators and organizations worldwide.

by Script Depot·134 views
$ tokrepo install moodle-open-source-learning-management-system-17abee7c
Skill#07
Canvas LMS — Open-Source Learning Management System

Modern learning management system used by schools, universities, and corporations worldwide. Provides course creation, assignments, grading, video conferencing integration, and a mobile-friendly interface.

by AI Open Source·112 views
$ tokrepo install canvas-lms-open-source-learning-management-system-4c84046a
Skill#08
Claude Code Agent: Microsoft Study Mode

Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.

by TokRepo精选·44 views
$ tokrepo install claude-code-agent-microsoft-study-mode-2cf35906
Skill#09
DeepTutor — AI-Powered Personalized Learning Assistant

An agent-native learning platform that uses multi-agent systems and deep research to provide interactive, personalized tutoring from any document or paper.

by AI Open Source·77 views
$ tokrepo install deeptutor-ai-powered-personalized-learning-assistant-bab2efd8
Skill#10
Mem0 — Memory Layer for AI Applications

Add persistent, personalized memory to AI agents and assistants. Mem0 stores user preferences, past interactions, and learned context across sessions.

by Mem0·720 views
$ tokrepo install mem0-memory-layer-ai-applications-96da1f40
Questions fréquentes

Questions fréquentes

Is any of this safe to use with under-13 students under COPPA / FERPA?

It depends entirely on which LLM endpoint you point these tools at. Fabric, Marp, Heyform, Moodle, and Canvas can all run with zero LLM calls or with a self-hosted model — so they're FERPA-compatible by construction. NotebookLM, Mr. Ranedeer, Microsoft Study Mode, DeepTutor, and Mem0 send data to a model provider, so you need either (a) a district-approved enterprise tier with a Data Processing Agreement (ChatGPT-EDU, Claude for Education, Google Workspace for Education) or (b) a self-hosted local model. Don't paste identifiable student work into a consumer ChatGPT.com session — that's almost always against district policy.

How long to set this up if I've never used any of these before?

Realistically a full weekend to wire all ten, but you don't have to. The minimum viable kit is three picks: Fabric (one brew install or pip install), Marp (a VS Code extension), and whatever LMS your school already runs. With those three you can plan + deliver one unit start-to-finish in an afternoon. Add the tutor + memory layer (#2, #8, #10) once you've taught one cycle and know what gaps you actually want a tutor to fill.

Can I really replace my own grading with AI?

No, and the pack doesn't try to. AI is good at first-pass scoring on objective questions (multiple choice, short numeric, code unit tests) and at drafting comments on essays so you can edit instead of writing from scratch. The teacher still owns the gradebook entry and the explanation to the parent. Treat AI grading like spell-check: useful, fallible, never the final word.

Why both Moodle and Canvas in the pack — aren't they competitors?

They are, and you only need one. The pack lists both because which one is right depends entirely on your institution — Moodle dominates outside the US and in vocational/adult education; Canvas dominates US K-12 and higher ed. Pick whichever your district or university already runs and ignore the other. Don't add a second LMS for the AI features; the AI features come from the rest of the pack and plug into whichever LMS you chose.

What's the smallest version of this pack I can try tonight?

Three picks, ~90 minutes: Fabric (install, run fabric -p extract_wisdom on a chapter PDF), Marp (install the VS Code extension, paste the Fabric output, export to PDF), and Mr. Ranedeer (paste the prompt into ChatGPT or Claude, then use it yourself for 20 minutes on a topic you struggle with). You'll have outlined a lesson, drafted slides, and felt what a good AI tutor looks like — in one evening. Layer in the LMS, quiz tool, and memory next weekend.

PLUS DANS L'ARSENAL

12 packs · 80+ ressources sélectionnées

Découvrez tous les packs curatés sur la page d'accueil

Retour à tous les packs