> Transform Claude into an expert in evidence-based educational presentation design. Use when designing presentations for teaching, training, or learning contexts where retention and comprehension matter. Applies Cognitive Load Theory, Mayer's 12 Principles of Multimedia Learning, Gagné's 9 Events of Instruction, C.R.A.P. design principles, and WCAG 2.1 AA accessibility standards. Triggers on requests to (1) create educational or training presentations, (2) design slides for teaching or workshops, (3) improve existing educational presentations, (4) convert content into visual presentations, (5) ensure accessible and inclusive presentations, or (6) apply learning science to presentation design.
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill educational-presentation
Transform any presentation into a cognitively-optimized learning tool based on evidence from learning science.
Prime Directive: Every design decision must serve learning by:
Critical Rule: If a design element doesn't directly support learning, remove it.
Rule: Exclude all extraneous material - no decorative clipart, busy backgrounds, or irrelevant details.
Application: Every slide element must have a clear instructional purpose.
Rule: Do NOT put paragraphs of text on slides that will be read aloud.
Why: Creates "cognitive channel war" - audience can't read and listen simultaneously.
Solution:
Rule: Break content into user-paced chunks using progressive disclosure or multiple slides.
Application: Never overwhelm with one dense slide - chunk across 3-5 slides instead.
For all 12 Mayer principles with detailed applications, read references/quick-reference.md.
Every educational presentation MUST follow this structure:
For detailed templates for each event, read references/slide-templates.md.
Create visual hierarchy with strong differences:
Reuse same fonts, colors, and layouts:
Nothing is placed arbitrarily:
Group related items close together:
For detailed C.R.A.P. applications, read references/quick-reference.md.
60-30-10 Rule:
Accessibility (WCAG 2.1 AA):
Tools: WebAIM Contrast Checker, Adobe Color, Coolors
Free Legal Resources:
PowerPoint: Animations > Add Animation > Appear > Effect Options: On Click
Google Slides: Insert > Animation > Appear/Fade In > On Click
Critical Rules:
PowerPoint: File > Info > Check for Issues > Check Accessibility
Google Slides: Grackle Slides add-on
For complete accessibility checklist, read references/validation.md.
Problem: 8+ bullet points with full sentences, presented all at once
Fix: Chunk across 3-4 slides, one clear message per slide, use progressive disclosure
Problem: Paragraphs of text on slide while presenter reads aloud
Fix: Move ALL paragraph text to speaker notes, leave only keywords/graphics
Problem: Generic clipart that doesn't illustrate the concept
Fix: Use high-quality, relevant photographs or professional icons
Problem: Complex flowchart revealed all at once
Fix: Build piece-by-piece using progressive disclosure
Problem: All text centered on slide
Fix: Left-align all body text, use invisible grid
For detailed before/after transformations, read references/before-after.md.
For comprehensive validation checklist (174 points), read references/validation.md.
Will I read this text aloud?
├─ YES → Move to speaker notes ✅
│ (Use visual + keyword only on slide)
└─ NO → Consider keeping on slide
├─ Is it a keyword/label? → Keep ✅
├─ Is it a technical term that must be referenced? → Keep ✅
└─ Is it a full sentence/paragraph? → Move to notes ✅
What's your data story?
├─ Comparing categories → Bar/Column chart
├─ Showing trend over time → Line graph
├─ Part-to-whole relationship → Pie/Donut (max 5 slices)
└─ Correlation between variables → Scatter plot
Before delivering, verify:
This skill includes detailed reference files for specific needs:
references/quick-reference.mdUse when: You need rapid decisions during creation or want a scannable checklist
Contains:
references/slide-templates.mdUse when: You want ready-to-use templates for specific slide types
Contains:
references/before-after.mdUse when: You want to see concrete transformations or understand common mistakes
Contains:
references/validation.mdUse when: You need comprehensive pre-delivery validation
Contains:
When creating presentations in PowerPoint or Google Slides:
When Claude needs to create actual .pptx files:
pptx skill provides the technical implementation (html2pptx, python-pptx)Workflow:
Foundational Theories:
Design Principles:
Recommended Books:
New to educational presentations? Follow this path:
references/quick-reference.md (10 minutes)references/slide-templates.md (5 minutes per template)Improving existing presentations? Follow this path:
references/before-after.md to identify common mistakes (30 minutes)references/validation.md (15-30 minutes)Quick reference during creation? Keep references/quick-reference.md open
Remember: Beautiful presentations are cognitively efficient presentations. Every design choice should serve learning, not just aesthetics.
| Claude handles | You provide |
|---------------|-------------|
| Applying Gagné's 9 Events structure | Learning objectives and content |
| Enforcing Mayer's 12 Principles | Domain expertise and examples |
| Checking accessibility (WCAG 2.1 AA) | Visual design preferences |
| Suggesting progressive disclosure | Pacing and delivery style |
| Running validation checklist | Final approval and refinement |
| Pass | Focus | Action |
|------|-------|--------|
| 1st | Structure | Apply Gagné's 9 Events framework |
| 2nd | Cognitive Load | Check Coherence, Redundancy, Segmenting |
| 3rd | Design | Apply C.R.A.P. principles |
| 4th | Accessibility | Run WCAG checklist |
name: educational-presentation
category: content
subcategory: presentations
version: 2.0
author: GUIA
source_expert: Richard Mayer, Robert Gagné, Robin Williams
source_work: Multimedia Learning, Conditions of Learning, The Non-Designer's Design Book
difficulty: intermediate
mode: cyborg
tags: [presentation, education, training, cognitive-load, mayer, gagne, accessibility]
created: 2026-02-03
updated: 2026-02-03
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
Take guia-matthieu/educational-presentation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.