Skip to content
plugin 07 of 06

Presentations

Self-contained HTML slide decks and color palettes from a topic or description.

The problem

Creating presentations means wrestling with PowerPoint templates, finding appropriate layouts for different content types, and manually checking color contrast ratios. Designers spend time on slide mechanics instead of content. And generating a cohesive color palette that meets accessibility standards requires tools that sit outside the design workflow.

How it works

Two skills for visual output. The slide deck generator produces a single self-contained HTML file — no dependencies, no cloud service, works offline. The color palette generator creates coordinated palettes with accessibility checks built in.

Skills

SkillWhat it covers
/slide-deck-generator22 slide types, Helvetica typography, editorial layout, keyboard and touch navigation, responsive design
/color-palette-generatorPalettes from descriptions, images, brands, or hex codes — 8-12 colors with WCAG AA contrast checks and example pairings
/resize-imagesBatch-resize photos for web (WebP at 1920/1200/400px) and print (300 DPI JPEG at ARCH A, B, C)

Output

The slide deck generator produces a single HTML file that works everywhere — open it in a browser, present from any device, share via email. No Google Slides, no Figma, no PowerPoint. The color palette generator produces swatch cards with hex values, RGB, HSL, contrast ratios against white and dark backgrounds, and suggested pairings.

Install

Claude Desktop:

  1. Open CustomizeBrowse plugins
  2. Click +Add marketplace from GitHub
  3. Enter AlpacaLabsLLC/skills-for-architects
  4. Install the Presentations plugin

Claude Code (terminal):

claude plugin marketplace add AlpacaLabsLLC/skills-for-architects
claude plugin install 07-presentations@skills-for-architects

Manual:

git clone https://github.com/AlpacaLabsLLC/skills-for-architects.git
ln -s $(pwd)/skills-for-architects/plugins/07-presentations/skills/slide-deck-generator ~/.claude/skills/slide-deck-generator

Related skills