What problem does it solve? Authoring and maintaining Open Slide decks requires following strict framework conventions—fixed 1920x1080 canvases, specific export shapes, inspector comment markers, and design system contracts—that are easy to get wrong without guidance. ## Core Features & Use Cases - Deck Authoring: Create new decks under slides/<id>/index.tsx with correct Page components, meta, design, and speaker notes exports. - Inspector Comment Resolution: Decode and apply base64url-encoded @slide-comment JSX markers, then remove them after editing. - Current Slide Context: Read node_modules/.open-slide/current.json to resolve deictic references like "this slide" to the exact page and element. - Use Case: A user asks to add a pricing page to their pitch deck; the skill reads the existing deck, matches its visual style, adds a new page component that fits the 1080px vertical budget, and validates the result. ## Quick Start Ask the assistant to create a new Open Slide deck about your chosen topic with a specified page count and visual style.