Agent skill · Frontend

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorMIT
Install
npx skills add gooseworks-ai/goose-skills --skill create-html-slides --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 32 KB
Bundled scripts: none
Path: skills/design/capabilities/create-html-slides/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. This skill helps non-designers discover their preferred aesthetic through visual exploration, then generates production-quality slide decks from scratch or by converting PowerPoint files.

How it works

  • Emphasizes zero dependencies: single HTML files with inline CSS/JS (no npm or build tools).
  • Operates on a show-don't-tell principle: generates visual previews to reveal design choices rather than asking for abstract preferences.
  • Enforces production-quality standards: well-commented, accessible, performant code.
  • Requires each slide to fit exactly in the viewport (100vh/100dvh) with no scrolling within slides and content-density rules.
  • Provides a phased workflow (New Presentation, PPT Conversion, or Enhancement), then Style Discovery via mood-based presets or direct preset selection, with an option to apply client branding if available.
  • Delivers style previews as self-contained mini HTML files in a dedicated previews directory and guides the user to select a preferred style.

When to use it

  • When creating new HTML slide decks from scratch and you want animation-rich, viewport-fitted slides.
  • When converting PPT/PPTX to web-based slides while preserving a distinctive design language.
  • When enhancing an existing HTML presentation or aligning visuals to a client branding aesthetic.

What it can touch

  • No external dependencies are required for the output presentations themselves.
  • Tools listed for potential use during flow: "claude-code", "codex", "cursor" (declared tools in the skill).

Caveats

  • Deprecated: superseded by goose-graphics in the repository; this skill remains for one release cycle before removal.
  • The skill enforces strict viewport-fitting rules (no scrolling within slides) and requires content density limits per slide. It uses specific CSS architecture and includes a mandatory viewport-fitting base.
  • If client branding is requested but no brand file exists, it will offer to extract branding via a separate skill and then continue.
From the SKILL.md

> **Deprecated:** This skill is superseded by `goose-graphics`. See `skills/composites/goose-graphics/` (install with `npx goose-skills install goose-graphics`). The slides format is one of seven formats in the newer skill and supports 36 style presets plus image sourcing and PNG export. This skill is retained for one release cycle before removal. # Frontend Slides Skill Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. This skill helps non-designers discover their preferred aesthetic through visual exploration ("show, don't tell"), then generates production-quality slide decks. ## Core Philosophy 1. **Zero Dependencies** — Single HTML files with inline CSS/JS. No npm, no build tools. 2. **Show, Don't Tell** — People don't know what they want until they see it. Generate visual previews, not abstract choices. 3. **Distinctive Design** — Avoid generic "AI slop" aesthetics. Every presentation should feel custom-crafted. 4. **Production Quality** — Code should be well-commented, accessible, and performant. 5. **Viewport Fitting (CRITICAL)** — Every slide MUST fit exactly within the viewport. No scrolling within slides, ever. This is non-negotia

What's inside
Steps it walks through
  1. Core Philosophy
  2. CRITICAL: Viewport Fitting Requirements
  3. The Golden Rule
  4. Content Density Limits
  5. Required CSS Architecture
  6. Overflow Prevention Checklist
  7. When Content Doesn't Fit
  8. Testing Viewport Fit
  9. Phase 0: Detect Mode
  10. Phase 1: Content Discovery (New Presentations)
  11. Step 1.1: Presentation Context
  12. Phase 2: Style Discovery (Visual Exploration)
  13. How Users Choose Presets
  14. Step 2.0: Style Path Selection
Ships with 3 files
  • README.md
  • STYLE_PRESETS.md
  • skill.meta.json
More from goose-skills
All skills →
About this skill
What does the frontend-slides skill do?

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill create-html-slides --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going