Generate elegant, minimal HTML presentations with Reveal.js using the Autonomee.ai design system.
- Dark, editorial aesthetic - Dark backgrounds, serif headlines, muted accents
- 12+ slide templates - Title, features, metrics, pricing, timeline, testimonials, and more
- Reveal.js powered - Keyboard navigation, transitions, fullscreen, overview mode
- Self-contained - Single HTML file with embedded styles, works offline
- Customizable - CSS variables for easy brand adaptation
claude /plugin install godago/reveal-presentationsClone this repository and install from local path:
git clone https://github.com/godago/reveal-presentations.git
claude /plugin install ./reveal-presentations/presentation AI Productivity Tools for Solopreneurs
This generates a complete pitch deck with:
- Title slide
- Problem statement
- Solution overview
- Feature cards
- Metrics/traction
- Timeline/roadmap
- Call to action
The skill responds to these prompts:
| Say This | Get This |
|---|---|
| "create presentation about X" | Full presentation |
| "make slides for X" | Full presentation |
| "pitch deck for X" | Full presentation |
| "add slide for X" | Single slide addition |
Create a pitch deck for TechStartup:
- AI-powered analytics platform
- $2M ARR, 500+ customers
- Pricing: $29/79/199 per month
- Founded 2023, Series A ready
Make slides for my workshop on prompt engineering
Create a presentation about the future of AI agents
| Element | Color |
|---|---|
| Background | #0a0a0a (near black) |
| Accent | #7b8fa8 (muted steel blue) |
| Text | #f5f4f0 (warm white) |
| Muted | #666666 |
| Borders | #2a2a2a |
- Headlines: Playfair Display (serif, italic)
- Body: Inter (sans-serif)
- Code: JetBrains Mono
- No gradients - solid colors only
- No rounded corners - sharp edges
- Transparent cards with border outlines
- Outlined buttons (no fills)
- Dash markers instead of bullets
- Section numbers as "01 // SECTION NAME"
| Template | Use For |
|---|---|
| Title | Opening slide with hero headline |
| Section Divider | Transitions between major topics |
| Split Layout | Text + image side by side |
| Feature Cards | 2x2 or 3x3 feature grid |
| Metrics | Big numbers row (stats, KPIs) |
| Comparison | 3-column comparison table |
| Numbered List | Problems, steps, challenges |
| Timeline | Roadmap, milestones |
| Pricing | 3-tier pricing table |
| Testimonials | Quote cards with avatars |
| Checklist | Awards, recognition, features |
| CTA | Closing with contact info |
| Code | Technical slides with syntax highlighting |
| Workflow | Process diagrams |
| Key | Action |
|---|---|
Space / Arrow |
Next slide |
Shift+Space |
Previous |
F |
Fullscreen |
O |
Overview mode |
S |
Speaker notes |
B |
Black screen |
Esc |
Exit overview |
Edit the CSS variables in your generated presentation:
:root {
--accent: #your-brand-color;
--accent-light: #your-light-variant;
}The template supports fixed buttons that appear on all slides:
<!-- Add outside the .reveal container -->
<div style="position: fixed; top: 20px; right: 20px; z-index: 999999;">
<a href="https://yoursite.com" target="_blank"
style="padding: 8px 16px; border: 1px solid #7b8fa8; color: #7b8fa8;">
Your CTA
</a>
</div>- Create a GitHub repo for your presentation
- Push the
index.htmlfile - Enable GitHub Pages in Settings
- Share:
https://username.github.io/repo-name/
vercel --prodJust open index.html in any browser.
MIT License - Use freely, modify, share.
Created by Goda | Autonomee.ai