Fire Presentations banner
lexanderg lexanderg

Fire Presentations

Documentation community

Description

Claude Code skill: generate single-file HTML slide decks from markdown

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

image

A Claude Code skill that turns a markdown file into a slide deck. The output is a single self-contained HTML file with no build step, no dependencies, and no framework — just open it in a browser.

What it does

Point it at a markdown file, pick a visual style, and it generates a full-screen scrolling presentation with:

  • Scroll-snap slides, each exactly 100dvh tall
  • Keyboard navigation (arrow keys, space, page up/down, home/end)
  • Side dot navigation with slide counter
  • Reveal animations (disabled automatically if the user prefers reduced motion)
  • Five built-in style presets, or describe your own

Style presets

Name Feel
Brutalist Monochrome Black and white, Inter, sharp edges
Editorial Serif Warm paper tones, Playfair Display
Terminal Retro Dark background, green JetBrains Mono
Sunset Magazine Peach and coral gradients, Instrument Serif
Midnight Galaxy Deep violet, Space Grotesk, glowing accents

Previews


Terminal Retro — hero

Midnight Galaxy — hero

Brutalist Monochrome — hero

Slide types

Seven layouts are available: hero, section-divider, content, cards, split, diagram, and quote. The skill infers the right type from your markdown structure, or you can use fenced blocks to be explicit.

Plain markdown w