elite-powerpoint-designer

willem4130/claude-code-skills · updated Jun 2, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/willem4130/claude-code-skills --skill elite-powerpoint-designer
0 commentsdiscussion
summary

Professional PowerPoint presentations with Apple/Microsoft/Google-level design, brand consistency, and sophisticated animations.

  • Five pre-built brand styles (Tech Keynote, Corporate Professional, Creative Bold, Financial Elite, Startup Pitch) with matching typography, color systems, and transition rules
  • Intelligent content analysis that auto-detects slide types (titles, metrics, comparisons, timelines, data) and maps them to 25+ professional templates
  • Strict design system enforcement
skill.md

Elite PowerPoint Designer

Transform content into world-class presentations with the design quality of Apple keynotes, Microsoft product launches, and Google I/O. This skill applies 2024-2025 presentation design trends and brand-level consistency to create stunning, professional slide decks.

Core Design Philosophy

Principles:

  1. Minimalism First - Remove everything that doesn't serve a clear purpose
  2. Bold & Clear - Large typography, high contrast, confident colors
  3. Visual Hierarchy - Guide attention through size, color, and spacing
  4. Consistent Branding - Every element follows the design system
  5. Purposeful Motion - Animations only where they add clarity or emphasis

When to Use This Skill

  • User requests a "professional presentation" or "pitch deck"
  • Converting markdown or text to PowerPoint
  • User mentions "world-class," "high-quality," or "brand-level" design
  • Creating presentations for business, sales, product launches, or keynotes
  • User wants "Apple/Microsoft/Google style" presentations
  • Request includes terms: slides, deck, presentation, PowerPoint, PPTX

Design System & Brand Styles

Available Brand Styles

1. Tech Keynote (Apple/Tesla Style)

  • Colors: Deep blacks (#000000), whites (#FFFFFF), accent blue (#0071E3)
  • Typography: SF Pro Display (title 72-96pt), SF Pro Text (body 32-44pt)
  • Layout: Extreme whitespace, single focal point per slide
  • Transitions: Push, Fade (duration: 0.6s)
  • Style: Minimalist, premium, product-focused

2. Corporate Professional (Microsoft/IBM Style)

  • Colors: Navy (#003366), steel blue (#0078D4), warm gray (#F3F2F1)
  • Typography: Segoe UI (title 54-72pt), body (24-32pt)
  • Layout: Balanced, grid-based, data-friendly
  • Transitions: Morph, Fade (duration: 0.8s)
  • Style: Trustworthy, data-driven, enterprise-ready

3. Creative Bold (Google/Airbnb Style)

  • Colors: Bright primaries, gradients, bold combinations
  • Typography: Product Sans or Montserrat (title 64-84pt)
  • Layout: Dynamic, asymmetric, playful spacing
  • Transitions: Zoom, Reveal (duration: 0.5s)
  • Style: Energetic, innovative, design-forward

4. Financial Elite (Goldman Sachs/McKinsey Style)

  • Colors: Charcoal (#2C3E50), gold accent (#D4AF37), white
  • Typography: Garamond or Georgia (serif, elegant)
  • Layout: Traditional hierarchy, centered, balanced
  • Transitions: Subtle Fade only (duration: 0.4s)
  • Style: Sophisticated, authoritative, premium

5. Startup Pitch (Y Combinator/500 Startups Style)

  • Colors: High contrast black/white with brand accent
  • Typography: Inter or Roboto (modern sans-serif)
  • Layout: Problem-solution focused, metric-heavy
  • Transitions: Quick Push (duration: 0.3s)
  • Style: Energetic, data-driven, founder-friendly

Workflow Process

Step 1: Analyze Content & Select Style

python scripts/analyze_content.py input.md

Analysis considers:

  • Content type (business, creative, technical, financial)
  • Audience (executives, investors, customers, technical)
  • Tone indicators in content (formal, energetic, innovative)
  • Explicit style requests in frontmatter

Auto-selects brand style or asks user:

  • Tech Keynote for product launches, demos
  • Corporate Professional for business reports, proposals
  • Creative Bold for marketing, design showcases
  • Financial Elite for investor decks, financial reports
  • Startup Pitch for fundraising, accelerator demos

Step 2: Parse Content & Map to Templates

Slide Type Detection:

# Title → title_slide (hero treatment)
## Section → chapter_intro (section divider)
### Main Points → key_message_slide (1-3 key points)
* Bullets → bullet_hierarchy_slide (visual bullets)
> Quote → quote_slide (large, impactful)
![image] → full_bleed_image (immersive)
| table | → data_visualization (auto-chart if numeric)
---metrics--- → metrics_dashboard (KPI showcase)

Step 3: Apply Design System

Typography Hierarchy:

Hero Title: 72-96pt, Bold, 1.1x line height
Section Title: 54-72pt, Semibold, 1.2x line height
Slide Title: 44-54pt, Semibold, 1.3x line height
Body Large: 32-36pt, Regular, 1.4x line height
Body: 24-28pt, Regular, 1.5x line height
Caption: 18-20pt, Light, 1.6x line height

Spacing System:

Gutter: 100-120px from edges
Title margin-bottom: 60-80px
Section spacing: 40-60px
Paragraph spacing: 24-32px
Bullet indent: 40px
Element padding: 20-30px

Color Application:

Background: Brand background (usually white/black)
Primary: Titles, key elements, CTAs
Secondary: Subtitles, secondary text
Accent: Highlights, data points, emphasis
Text: 95% opacity for readability

Step 4: Intelligent Template Selection

Use Office-PowerPoint-MCP-Server's 25+ templates with intelligent mapping:

Content Type → Template

Opening/Closing → title_slide, thank_you_slide
New Section → chapter_intro
Key Points (1-3) → key_metrics_dashboard
Comparison → before_after_comparison, chart_comparison
Process → process_flow, timeline_slide
Team → team_introduction
Data → data_table_slide, chart layouts
Mixed Content → two_column_text, three_column_layout
Full Image → full_image_slide
Quote/Testimonial → quote_testimonial

Step 5: Apply Professional Polish

Transitions & Animations:

  • Slide Transitions: 1-2 types max per deck, matching brand style
  • Duration: 0.3s (fast), 0.6s (medium), 0.8s (slow) based on brand
  • Entrance Animations: Fade In for text (0.4s), optional Wipe for images
  • Emphasis: Pulse on key numbers/metrics (once, subtle)
  • Exit: Fade Out only (0.3s)
  • Rule: Never more than 3 animated elements per slide

Visual Effects:

# Apply to all text boxes
shadow = {
    "distance": 2,
    "angle": 135,
    "blur": 4,
    "transparency": 60%
}

# Apply to images
overlay = {
    "gradient": "linear",
    "opacity": 20%  # for text readability
}

Step 6: Consistency Validation

python scripts/validate_consistency.py output.pptx

Checks:

  • Font consistency (max 2 font families)
  • Color palette adherence (all colors from design system)
  • Spacing consistency (margins, gutters, padding)
  • Template usage (appropriate for content)
  • Animation timing (within brand guidelines)
  • Image quality (minimum 1920x1080)

Template Mapping Reference

High-Impact Opening

# Your Big Idea
## Transforming the Future of X

→ title_slide
- Title: 96pt, brand primary
- Subtitle: 36pt, brand secondary
- Background: Gradient or solid brand color
- Animation: Fade in title (0.8s), then subtitle (0.6s)

Key Message (The "One Thing")

### 94% Customer Satisfaction
Our users love the new experience

→ key_metrics_dashboard (single metric variation)
- Metric: 144pt, center, brand accent
- Context: 28pt, below metric
- Background: Clean, minimal
- Animation: Count up number (1.2s)

Problem/Solution

## The Challenge
Current systems are slow and complex

## Our Solution
Fast, simple, and intuitive

→ before_after_comparison
- Split screen: left (problem) vs right (solution)
- Visual contrast: muted left, bright right
- Icons or images to reinforce message

Process or Timeline

## Our Roadmap
1. Q1: Foundation
2. Q2: Growth
3. Q3: Scale
4. Q4: Leadership

→ timeline_slide or process_flow
- Horizontal flow with arrows
- Color progression (light to bold)
- Dates: 32pt, stages: 44pt

Data Visualization

| Quarter | Revenue | Growth |
|---------|---------|--------|
| Q1      | $2.4M   | 15%    |
| Q2      | $3.1M   | 29%    |

→ Auto-convert to chart_comparison or data_table_slide
- If trends: Line or column chart
- If comparisons: Bar chart
- If parts/whole: Pie chart (use sparingly)
- Keep it simple: 1 chart per slide

Animation & Transition Guidelines

Professional Transition Rules

Tier 1: Always Safe (Use liberally)

  • Fade (0.6s) - Universal, elegant
  • Push (0.4s) - Clean, directional
  • Morph (0.8s) - PowerPoint only, sophisticated

Tier 2: Use Sparingly (Special moments)

  • Zoom (0.5s) - Product reveals, before/after
  • Reveal (0.6s) - Section transitions
  • Wipe (0.5s) - Image-heavy decks

Tier 3: Avoid (Unprofessional)

  • Ferris Wheel, Curtains, Dissolve, Origami - Never use

Animation Best Practices

The "AHA!" Moment Rule:

  • Pick 1-2 critical slides per deck
  • Apply single emphasis animation (Pulse, Grow)
  • Duration: 0.8-1.0s
  • Happens once, not on loop

Text Animation:

# Professional entrance
effect = "Fade In"
duration = 0.4
delay_between_bullets = 0.3  # If bullets, stagger

Image Animation:

# Optional for product shots or key visuals
effect = "Wipe" or "Fade In"
duration = 0.6
direction = "From Bottom" # Natural, like rising

Advanced Features

Auto-Generated Section Dividers

===
# Part Two: Growth Strategy
===

→ Auto-creates chapter_intro with:
- Full-screen background (brand gradient)
- Large centered text (84pt)
- Fade to black transition (1.0s)

Smart Image Handling

![hero](image.jpg)
![thumb](small.jpg) ![thumb](small2.jpg)

→ Detects image size/role:
- Large/hero: full_image_slide with overlay for text
- Multiple: two_column or grid layout
- Auto-crops to 16:9
- Applies subtle gradient overlay (20%) if text present

Metrics Auto-Emphasis

We achieved **94%** customer satisfaction and **$2.4M** in revenue.

→ Auto-detects numbers with emphasis:
- Extracts: 94%, $2.4M
- Creates: key_metrics_dashboard
- Animates: Count-up effect (1.2s)
- Styling: Large (144pt), brand accent color

Quality Checklist

Before finalizing, ensure:

Visual Consistency:

  • All slides use design system colors (no random colors)
  • Typography follows hierarchy (no more than 4 font sizes)
  • Spacing is consistent (same margins, padding throughout)
  • Ali
how to use elite-powerpoint-designer

How to use elite-powerpoint-designer on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add elite-powerpoint-designer
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/willem4130/claude-code-skills --skill elite-powerpoint-designer

The skills CLI fetches elite-powerpoint-designer from GitHub repository willem4130/claude-code-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/elite-powerpoint-designer

Reload or restart Cursor to activate elite-powerpoint-designer. Access the skill through slash commands (e.g., /elite-powerpoint-designer) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

Task Automation & Efficiency

Automate repetitive workflows and reduce manual effort

Example

Generate reports, summarize documents, draft communications

Save 3-5 hours per week on routine tasks

Knowledge Enhancement

Learn new skills, understand complex topics, get expert guidance

Example

Explain concepts, provide examples, suggest learning resources

Accelerate learning and skill development by 2x

Quality Improvement

Enhance output quality through reviews, suggestions, and refinements

Example

Review drafts, suggest improvements, catch errors

Improve work quality by 30-40% with less effort

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client with skill support
  • Clear understanding of task or problem to solve
  • Willingness to iterate and refine outputs

Time Estimate

15-45 minutes depending on use case complexity

Installation Steps

  1. 1.Install skill using provided installation command
  2. 2.Test with simple use case relevant to your work
  3. 3.Evaluate output quality and relevance
  4. 4.Iterate on prompts to improve results
  5. 5.Integrate into regular workflow if valuable

Common Pitfalls

  • Expecting perfect results without iteration
  • Not providing enough context in prompts
  • Using skill for tasks outside its intended scope
  • Accepting outputs without review and validation

Best Practices

✓ Do

  • +Start with clear, specific prompts
  • +Provide relevant context and constraints
  • +Review and refine all outputs before using
  • +Iterate to improve output quality
  • +Document successful prompt patterns

✗ Don't

  • Don't use without understanding skill limitations
  • Don't skip validation of outputs
  • Don't share sensitive information in prompts
  • Don't expect skill to replace human judgment

💡 Pro Tips

  • Be specific about desired format and style
  • Ask for multiple options to choose from
  • Request explanations to understand reasoning
  • Combine AI efficiency with human expertise

When to Use This

✓ Use When

Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.

✗ Avoid When

Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.

Learning Path

  1. 1Familiarize yourself with skill capabilities and limitations
  2. 2Start with low-risk, non-critical tasks
  3. 3Progress to more complex and valuable use cases
  4. 4Build expertise through regular use and experimentation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.674 reviews
  • Kabir Wang· Dec 16, 2024

    elite-powerpoint-designer reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Hassan Diallo· Dec 16, 2024

    Solid pick for teams standardizing on skills: elite-powerpoint-designer is focused, and the summary matches what you get after install.

  • Ganesh Mohane· Dec 8, 2024

    Registry listing for elite-powerpoint-designer matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Yusuf Abbas· Dec 8, 2024

    Useful defaults in elite-powerpoint-designer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Chen Thomas· Dec 4, 2024

    We added elite-powerpoint-designer from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Henry Torres· Nov 27, 2024

    I recommend elite-powerpoint-designer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Rahul Santra· Nov 23, 2024

    Solid pick for teams standardizing on skills: elite-powerpoint-designer is focused, and the summary matches what you get after install.

  • Emma Garcia· Nov 23, 2024

    elite-powerpoint-designer reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Benjamin Thompson· Nov 7, 2024

    We added elite-powerpoint-designer from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Layla Iyer· Nov 7, 2024

    Registry listing for elite-powerpoint-designer matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 74

1 / 8