RevealJS Presenter Skill When to Use This Skill Use this skill when: - Creating a RevealJS presentation from content/outline - Converting document content into slide format - Building a pitch deck, technical talk, or educational presentation - User requests "slides," "presentation," "deck," or mentions RevealJS This skill produces a single self-contained HTML file with embedded CSS and CDN references. --- Part 1: RevealJS Foundation 1.1 Required Configuration Always initialize RevealJS with these settings: Why these values: - — Let RevealJS handle vertical centering. Do not fight this with fl…