frontend-slides

Installation
SKILL.md

Frontend Slides — Zero-Dep HTML Presentations

Quick Start

Generate a single slides.html file. Open in browser. Present.

Slide Structure

Each presentation is a single HTML file with this structure:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>{{PRESENTATION_TITLE}}</title>
  <style>
    /* All styles inline — zero dependencies */
Related skills
Installs
1
GitHub Stars
9
First Seen
8 days ago