Leaderboard/Presentations/revealjs-skill
Last commit on February 16, 2026·Created on November 30, 2025

ryanbbrown/revealjs-skill

Turns a slide request into a browser-ready reveal.js deck.
Combined rank
#565
across all skills
In Presentations
#9
category rank
Stars
407
+0.5% in last 7d
Forks
38
0.0% in last 7d
Watchers
3
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Reveal.js Presentations converts requests for slides into a complete HTML+CSS presentation built on reveal.js. It handles themes, multi-column layouts, code highlighting, animations, speaker notes, and custom styling—no build step required. The skill also guides the design process: choosing color palettes, varying slide layouts, and running visual reviews. It gives anyone who needs to present a way to produce a polished deck directly from the conversation.

WHO IT'S FOR
Technical presenters
create slide decks with code examples
Educators
develop lecture slides with animations
Sales engineers
build demo presentations for clients
Product managers
prepare pitch decks with custom branding
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Claude Code plugin (recommended)

Installs: Complete revealjs plugin from the revealjs-skill marketplace · Claude Code

Before you start
  • Claude Code with plugin marketplace support
  • npm available for installing the documented dependencies
  1. Enter these commands in a Claude Code session to add the marketplace and install the revealjs plugin. These are agent-session commands, not terminal commands.

    /plugin marketplace add ryanbbrown/revealjs-skill
    /plugin install revealjs@revealjs-skill
  2. Run this command in a terminal to install the plugin dependencies needed for overflow checking and PDF export.

    npm install --prefix ~/.claude/plugins/cache/revealjs
README.md · Checked Sep 18, 2026skills/revealjs/SKILL.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026.claude-plugin/plugin.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a renewable-energy presentation

Uses revealjs

  • Presentation topic: renewable energy trends
  • Desired slide count: 10
Use the revealjs skill to create a 10-slide presentation about renewable energy trends. Before writing the HTML and CSS, briefly state the content-informed design approach and color palette you will use.
README.md · Checked Sep 18, 2026skills/revealjs/SKILL.md · Checked Sep 18, 2026