revealjs-slides

Installation
SKILL.md

reveal.js Slide Generator

Workflow

  1. Copy template from assets/template.html to the user's target path (default: slides.html in cwd)
  2. Replace {{TITLE}}, {{SUBTITLE}}, {{AUTHOR}}, {{DATE}} placeholders
  3. Generate <section> elements for each slide between the TITLE SLIDE and closing comments
  4. Serve and open the presentation (see Running below)

Running

After generating the HTML file, always serve and open it for the user.

npx live-server --port=8765 --open=slides.html
Related skills

More from alahmadiq8/skills

Installs
59
First Seen
Feb 13, 2026