Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aaronvanston avatar

Presentation Design

  • 636 installs
  • 9 repo stars
  • Updated February 19, 2026
  • aaronvanston/skills-presentations

presentation-design is a Claude agent skill that supplies bold, minimal slide layout patterns, typography hierarchy, and color specifications for developers who need visual design guidance when building live technical pr

About

presentation-design is a visual design skill from aaronvanston/skills-presentations for bold, minimal presentations optimized for live presenting. It defines a dark-first, high-contrast theme with black (#000000) backgrounds, white primary text, gray secondary text, sans-serif typography, and tight letter spacing, plus section-specific accent colors and a documented typography hierarchy. Developers reach for presentation-design when asking how a slide should look, requesting layout guidance, or translating bullet content into visual structure for Keynote, PowerPoint, or reveal.js decks. The skill specifies concrete CSS-friendly values—backgrounds, text colors, font weights, and spacing—rather than generic aesthetics advice. With 514 installs on skills.sh, presentation-design helps engineers ship conference decks and internal demos that read modern and tech-forward without hiring a slide designer. Light mode variants (#fafafa background, #09090b text) are included for flexible delivery contexts.

  • presentation-design
  • Development

Presentation Design by the numbers

  • 636 all-time installs (skills.sh)
  • Ranked #584 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/aaronvanston/skills-presentations --skill presentation-design

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs636
repo stars9
Last updatedFebruary 19, 2026
Repositoryaaronvanston/skills-presentations

How should technical presentation slides be visually designed?

For development and infrastructure management.

Who is it for?

Developers preparing conference talks, sprint demos, or architecture reviews who need concrete slide design rules instead of generic template advice.

Skip if: Developers building production web application UI components where HTML/CSS component systems—not slide decks—are the deliverable.

When should I use this skill?

User asks how a slide should look, requests presentation layout guidance, or wants to translate talk content into visual slide structure.

What you get

Slide layout patterns, typography hierarchy rules, color specifications, and composition guidance for a bold minimal deck

  • slide layout patterns
  • typography hierarchy
  • color specifications

By the numbers

  • 514 installs on skills.sh
  • Documents black (#000000) and light (#fafafa) background specifications

Files

SKILL.mdMarkdownGitHub ↗

Presentation Design

Visual design guidance for bold, minimal presentations optimized for live presenting.

Core Style

Theme: Dark-first, high contrast, minimal (light mode supported) Feel: Modern, confident, tech-forward

ElementSpecification
BackgroundBlack (#000000) or near-black; light mode: #fafafa
Primary textWhite (#FFFFFF); light mode: #09090b
Secondary textGray (#9CA3AF)
AccentsSection-specific colors (see below)
TypographySans-serif (e.g. Geist Sans), light weights at large sizes
Letter spacingTight (-0.035em to -0.015em)

Typography Hierarchy

Impact comes from scale, not weight. Use light/regular weights (400-600) at massive sizes.

SECTION LABEL     Small caps, section color, tracked wide
                  Example: "THE PROBLEM" | "WHAT WORKS"

Headline          Massive, primary color, light weight (400-500)
                  Fluid sizing via container queries
                  1-5 words per line typical

Subtitle          Smaller, secondary/muted color, regular weight
                  1-2 lines maximum

Body/Bullets      Medium size, primary or secondary color
                  Bold lead-ins (600 weight) when used

Text Contrast Hierarchy

Use 4 levels of contrast to create depth:

LevelPurposeExample
PrimaryHeadlines, key contentWhite / #FFFFFF
SecondarySubtitles, supporting textLight gray
MutedLabels, metadataMedium gray
FaintBackground elementsDark gray

Section Colors

Each major section of a presentation gets its own accent color. This reinforces structure and helps the audience track where they are.

ColorHex (dark)Typical use
Teal#14b8a6Opening, framing, recap
Red#f87171Problems, challenges, tension
Purple#a78bfaSolutions, features, tools
Amber#fbbf24Data, reality checks, caveats
Green#34d399Best practices, what works
Blue#60a5faTechnical, implementation
Pink#f472b6Highlights, special callouts

Section colors appear in: section labels, gradient backgrounds, progress bars, and accent elements.

Layout Patterns

Full Statement (most common)

┌─────────────────────────────────────────┐
│ SECTION LABEL                           │
│                                         │
│ Massive                                 │
│ Headline                                │
│ Here                                    │
│                                         │
│ Subtitle text in muted color            │
│                                 [ref] ↗ │
└─────────────────────────────────────────┘

Big Statement (maximum impact)

┌─────────────────────────────────────────┐
│ SECTION LABEL                           │
│                                         │
│                                         │
│       Even Bigger                       │
│       Statement                         │
│                                         │
│                                         │
└─────────────────────────────────────────┘

Split Layout

┌─────────────────────────────────────────┐
│ SECTION LABEL                           │
│                                         │
│ Headline        │  • Point one          │
│ Here            │  • Point two          │
│                 │  • Point three        │
│ Subtitle        │  • Point four         │
└─────────────────────────────────────────┘

Section Divider (with gradient)

┌────────────────────┬────────────────────┐
│                    │▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓│
│ Section            │▓▓▓ Gradient ▓▓▓▓▓▓▓│
│ Title              │▓▓▓ Background ▓▓▓▓▓│
│                    │▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓│
│ Subtitle           │▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓│
└────────────────────┴────────────────────┘

Code Slide

┌─────────────────────────────────────────┐
│ SECTION LABEL                           │
│ Headline                                │
│ Subtitle                                │
│                                         │
│ ┌─────────────────────────────────────┐ │
│ │ // syntax-highlighted code block    │ │
│ │ const result = await generate()     │ │
│ │                                     │ │
│ └─────────────────────────────────────┘ │
└─────────────────────────────────────────┘

Data/Metrics

┌─────────────────────────────────────────┐
│        ┌────────┐ ┌────────┐ ┌────────┐ │
│        │  $10M  │ │  ~10%  │ │  NPS   │ │
│        │  ARR   │ │ GROWTH │ │   90   │ │
│        └────────┘ └────────┘ └────────┘ │
│ SECTION LABEL                           │
│ Headline                                │
│ Subtitle                                │
└─────────────────────────────────────────┘

People/Photos Grid

┌─────────────────────────────────────────┐
│ Headline                                │
│ Subtitle                                │
│                                         │
│ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐        │
│ │photo│ │photo│ │photo│ │photo│        │
│ │Name │ │Name │ │Name │ │Name │        │
│ │TITLE│ │TITLE│ │TITLE│ │TITLE│        │
│ └─────┘ └─────┘ └─────┘ └─────┘        │
│                                         │
│ Photo style: Rounded, B&W or consistent │
└─────────────────────────────────────────┘

Slide Type → Layout Mapping

Slide TypeLayout
TitleFull statement, centered
Section dividerSplit with gradient, section color
StatementFull statement, left-aligned
Big statementBig statement, maximum scale
QuestionFull statement, centered
Goals/AgendaSplit layout, bullets right
DataMetrics boxes top
CodeHeadline + syntax-highlighted block
QuoteCentered, large quotation marks
PeoplePhotos grid
RecapSplit layout, labeled bullets
ResourcesGrouped reference links by section
Next stepsTimeline or labeled bullets

Embedded Content

Slides can embed rich media alongside headlines:

  • Code blocks — syntax-highlighted, dark surface background
  • Terminal output — monospace with ANSI color support
  • Tweet cards — styled quote cards with avatar and attribution
  • Video previews — thumbnail with play button
  • Article previews — link cards with title and description

Visual Elements

  • Section labels: Top-left, uppercase, section color
  • Progress bar: Bottom edge, section color, thin (3px)
  • References: Bottom footer with clickable URLs
  • Gradients: Aurora-style background effects using section color
  • Icons: Simple line icons, white or accent color, used sparingly

Things to Avoid

  • Dense paragraphs of text
  • More than 4-5 bullet points
  • Clip art or stock imagery
  • Heavy font weights for headlines (use scale instead)
  • Multiple competing focal points
  • Animation for animation's sake

Related skills

How it compares

Pick presentation-design for concrete slide visual specs; use general frontend-design skills when shipping production web UI instead of presentation decks.

FAQ

What visual style does presentation-design enforce?

presentation-design enforces a bold, minimal, dark-first theme with high contrast, sans-serif typography, tight letter spacing, and section-specific accent colors. Light mode uses #fafafa backgrounds with #09090b primary text.

When should developers invoke presentation-design?

presentation-design activates when developers ask how a slide should look, need layout guidance, or want to translate content into visual structure for live technical presentations.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.