agentsclimarketplace

Slide design

Skill fabioc-aloha/Alex_Skill_Mall/plugins/media-graphics/slide-design

284 curated plugins for AI assistants across 16 categories: security, Azure, documentation, code quality, cloud infrastructure, and more. Works with GitHub Copilot. Drop into .github/skills/local/ and go.

Install
npx -y skills add fabioc-aloha/Alex_Skill_Mall --skill slide-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Visual hierarchy, data visualization, and minimal text patterns for impactful presentations

SKILL.md

10.1 KB, as published. Nobody here has run it

Skill: Slide Design Principles

Visual hierarchy, data visualization, and minimal text patterns for impactful presentations.

Metadata

FieldValue
Skill IDslide-design
Version1.0.0
CategoryCommunication
DifficultyIntermediate
PrerequisitesNone
Related Skillsexecutive-storytelling, defense-presentation

Overview

Great slides don't display information—they communicate insights. This skill provides principles for designing slides that enhance (not compete with) the speaker's message.

The Core Principle

Slides support the speaker. The speaker is not the slides' teleprompter.


Module 1: Visual Hierarchy

The 3-Second Rule

Viewers should understand the slide's main point in 3 seconds.

Test: Show slide briefly, cover it, ask "What was the point?" If they can't answer, redesign.

Hierarchy Elements

ElementPurposeUsage
TitleMain takeawayFull sentence, not label
VisualEvidence/illustrationCenter of attention
Supporting textClarificationMinimal, if any
SourceCredibilitySmall, bottom corner

Z-Pattern and F-Pattern

Z-Pattern (for sparse slides):

[Title/Headline]
      ↘
[Supporting visual/data]
      ↘
[Conclusion/CTA]

F-Pattern (for text-heavy slides):

[Strong headline] ← First scan
[Key point 1] ← Second scan
[Key point 2]
[Supporting detail fades...]

White Space

White space is not empty—it's breathing room for ideas.

MistakeFix
Cramped margins10% margin on all sides minimum
No padding between elementsVisual grouping with space
Text wallBreak into digestible chunks

Module 2: The Assertion-Evidence Model

Traditional vs. Assertion-Evidence

Traditional (weak):

Title: Q4 Sales Results
• Revenue: $2.3M
• Growth: 15%
• New customers: 47
• Retention: 92%

Assertion-Evidence (strong):

Title: Q4 revenue grew 15% to $2.3M—our best quarter ever
[Bar chart showing growth trend]

Structure

ComponentTraditionalAssertion-Evidence
TitleTopic labelFull-sentence claim
BodyBullet pointsVisual evidence
Cognitive loadHigh (decoding)Low (supporting)

Application

  1. Write the assertion (what you want them to believe)
  2. Find/create visual evidence (chart, diagram, image)
  3. Remove all unnecessary text
  4. Test: Does the visual prove the assertion?

Module 3: Data Visualization

Chart Selection Guide

Data TypeBest ChartAvoid
ComparisonBar chartPie (hard to compare)
Trend over timeLine chartStacked bar
Part of wholeStacked bar, treemap3D pie
RelationshipScatter plotBar chart
DistributionHistogram, box plotPie chart

Visualization Principles

1. Title = Insight

  • ❌ "Revenue 2020-2025"
  • ✅ "Revenue doubled in 5 years"

2. Reduce chart junk

  • Remove gridlines (or make very light)
  • Remove 3D effects
  • Remove unnecessary legends
  • Remove borders and boxes

3. Highlight the insight

  • Color the key data point differently
  • Use annotations to point to insight
  • Grey out non-essential data

4. Simplify scales

  • Round numbers ($2.3M not $2,347,891)
  • Start axis at zero (unless change is the story)
  • Use consistent intervals

Before/After Example

Before (cluttered):

[3D pie chart with 8 slices, legend on side, 
percentages on each slice, title "Q4 Breakdown"]

After (clear):

Title: "AI projects drove 40% of Q4 revenue"
[Simple horizontal bar chart, AI highlighted in blue,
others in grey, percentages inline]

Module 4: Typography

Font Guidelines

ElementRecommendation
Font familySans-serif (Calibri, Arial, Segoe UI)
Title size32-44pt
Body size24-28pt
Min readable18pt (even for source notes)
Max fonts2 (one for titles, one for body)

Text Rules

RuleRationale
No sentences in bulletsBullets are prompts, not scripts
6 words or less per bulletForces concision
Max 3 bullets per slideCognitive limit
Left-align textEasier to read than centered
No ALL CAPS paragraphsHarder to read

Contrast

  • Dark text on light background (default)
  • Light text on dark/image requires high contrast
  • Test: Squint at slide—can you still read it?

Module 5: Color and Images

Color Palette

PurposeColor Choice
PrimaryOne dominant brand color
AccentFor highlighting key data
NeutralGreys for supporting elements
AvoidRed/green together (colorblind)

The 60-30-10 Rule

  • 60% primary/neutral (background, most content)
  • 30% secondary (supporting elements)
  • 10% accent (calls to action, key insights)

Image Guidelines

DoDon't
High resolution (1920x1080+)Pixelated images
Relevant to pointClip art
Full-bleed when impactfulStretched/distorted
Consistent styleStock photo clichés

Image Sources

SourceTypeLicense
UnsplashPhotographyFree, attribution optional
PexelsPhotographyFree
FlaticonIconsFree with attribution
The Noun ProjectIconsSubscription or attribution

Module 6: Slide Types

Title Slide

┌─────────────────────────────────────────┐
│                                         │
│         [Compelling Title]              │
│         Subtitle / Context              │
│                                         │
│         Author | Date                   │
└─────────────────────────────────────────┘

Section Divider

┌─────────────────────────────────────────┐
│                                         │
│                                         │
│           Section Title                 │
│                                         │
│                                         │
└─────────────────────────────────────────┘

Minimal text, bold color, signals transition.

Data Slide

┌─────────────────────────────────────────┐
│ Insight as full sentence headline       │
├─────────────────────────────────────────┤
│                                         │
│         [Chart/Visualization]           │
│                                         │
├─────────────────────────────────────────┤
│ Source: Data source                     │
└─────────────────────────────────────────┘

Full-Image Slide

┌─────────────────────────────────────────┐
│                                         │
│   [Full-bleed image]                    │
│                                         │
│         Quote or key point              │
│         (white text with shadow)        │
│                                         │
└─────────────────────────────────────────┘

Comparison Slide

┌─────────────────────────────────────────┐
│ Comparison headline                     │
├──────────────────┬──────────────────────┤
│    Option A      │      Option B        │
│    [Visual]      │      [Visual]        │
│    Key points    │      Key points      │
└──────────────────┴──────────────────────┘

Quick Reference

Slide Design Checklist

  • One main point per slide
  • Title is a full sentence (assertion)
  • Visual evidence supports assertion
  • Minimal text (bullets < 6 words)
  • High contrast (readable from back of room)
  • Consistent font sizes
  • White space for breathing room
  • Source cited for data

The "Billboard Test"

Pretend your slide is a highway billboard:

  • Would someone get the point at 65 mph?
  • Can they read it in 3 seconds?
  • Is one thing clearly most important?

Common Mistakes

MistakeFix
Reading slides aloudSlides are visual aid, not script
Too many animationsSimple fades, if any
Inconsistent stylingUse master slides/templates
Busy backgroundsSolid colors or very subtle
Logos on every slideTitle and closing only

Activation Patterns

TriggerResponse
"slide design", "presentation design"Full skill activation
"data visualization", "charts"Module 3
"assertion-evidence"Module 2
"too much text", "clean up slides"Simplification guidance
"defense slides", "dissertation presentation"Link to defense-presentation skill

Skill created: 2026-02-10 | Category: Communication | Status: Active


Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.