What problem does it solve? This Skill addresses the need to produce multi-slide HTML presentations with consistent scaling, slide-type templates, speaker notes, and a live presenter view for screen-shared meetings. Note: this Skill is deprecated and superseded by presentations:creating-presentations, which should be preferred for all new decks. ## Core Features & Use Cases - Deck-stage engine: Every slide is a <section> inside a <deck-stage> custom element on a 1920x1080 canvas, scaled to any viewport via CSS transforms. - Slide-type catalog: Ten slide types including Title, SectionDivider, Agenda, Content, Stat, Capabilities, Comparison, Quote, Timeline, and Closing. - Presenter mode: A second window synced over BroadcastChannel with speaker notes from a JSON island, live note editing, blackout keys, and a timer. - Use Case: A user needs a 15-slide deck for a Zoom presentation with speaker notes visible only to them; this Skill produces the HTML deck plus presenter sidecar, and the user shares only the deck window. ## Quick Start Ask the AI to build a multi-slide HTML presentation with speaker notes and a presenter view using the crafting-presentations skill.