Skip to content

AI skill that converts any content into stunning Apple Keynote-style HTML presentations. Cinematic animations, glassmorphism, ambient effects. Single self-contained .html file, zero dependencies.

License

Notifications You must be signed in to change notification settings

sacredvoid/presentation-chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation Chef

MIT License GitHub release Live Demo

Convert any content into Apple Keynote-style HTML presentations — from any AI coding tool.

Cinematic animations, glassmorphism, ambient effects, speaker notes, PDF export — all in a single self-contained .html file with zero dependencies. Inspired by ChronicleHQ.

View Live Demo

Sample Output

Hero slide Stats slide

Feature grid slide Comparison slide

CTA slide Speaker notes sidebar

Interactive Workflow

Presentation Chef doesn't just dump slides on you. It walks you through an interactive flow, asking questions at each step so you stay in control of the output.

Interactive workflow showing the 5-step guided process

You choose the content source, pick a theme (with AI-powered recommendations based on your content), customize colors and fonts, review the proposed slide structure, and pick where to save. Only then does it generate.

Installation

Presentation Chef is a markdown-based skill/rule that works with any AI coding assistant. Pick your tool below.

Claude Code

Add the marketplace and install the plugin:

/plugin marketplace add sacredvoid/presentation-chef
/plugin install presentation-chef@sacredvoid-presentation-chef

Or manually copy skills/presentation-chef/SKILL.md to ~/.claude/skills/presentation-chef/SKILL.md.

Then invoke with:

/presentation-chef
Cursor

Copy skills/presentation-chef/SKILL.md into your project:

.cursor/rules/presentation-chef.mdc

Add this frontmatter at the top of the file:

---
description: "Generate cinematic HTML presentations from any content. Invoke when user asks to create a presentation, pitch deck, or slide deck."
alwaysApply: false
---
Windsurf

Copy skills/presentation-chef/SKILL.md to:

.windsurf/rules/presentation-chef.md

Set activation mode to Manual or Model Decision in Windsurf settings.

GitHub Copilot

Copy skills/presentation-chef/SKILL.md to:

.github/instructions/presentation-chef.instructions.md

Add this frontmatter at the top:

---
applyTo: ""
---

Then reference it in Copilot Chat when you want to generate a presentation.

Cline

Copy skills/presentation-chef/SKILL.md to:

.clinerules/presentation-chef.md

Cline will automatically merge it into its rule set.

Continue.dev

Copy skills/presentation-chef/SKILL.md to:

.continue/rules/presentation-chef.md

Add this frontmatter at the top:

---
name: Presentation Chef
alwaysApply: false
description: "Generate cinematic HTML presentations from any content"
---
Aider

Add the skill as a read-only context file in .aider.conf.yml:

read: skills/presentation-chef/SKILL.md

Or reference it directly when starting Aider:

aider --read skills/presentation-chef/SKILL.md
Zed AI

Copy skills/presentation-chef/SKILL.md to your project root as:

.rules

Or append it to an existing .rules file. Zed loads the first rules file it finds in the project root.

Augment Code

Copy skills/presentation-chef/SKILL.md to:

.augment/rules/presentation-chef.md

Set rule type to Manual in Augment settings.

Amazon Q Developer

Copy skills/presentation-chef/SKILL.md to:

.amazonq/rules/presentation-chef.md

Amazon Q will automatically load it as context for chat interactions.

Any Other AI Tool

The skill file at skills/presentation-chef/SKILL.md is plain markdown with a complete design system specification. You can use it with any AI assistant that accepts custom instructions or system prompts — just paste or reference the file contents.

Themes

Theme Vibe Best For
Dark Cinematic Apple keynote aesthetic, ambient orbs, grain Portfolios, product launches, pitch decks
Light Minimal Clean Chronicle-style white canvas Reports, educational, corporate
Warm Editorial Magazine-style with serif typography Personal stories, creative work
Neon Cyberpunk High-energy tech with neon accents Startup pitches, tech demos, hackathons
Earth Organic Calm, natural with rounded aesthetics Wellness, sustainability, nonprofit

All themes support full customization of colors, fonts, animations, and effects.

Slide Types

13 built-in: Hero, Stats, Chapter, Content Card, Feature Grid, Timeline, Comparison, Quote, Image, Data, Split Screen, List, and CTA.

What's Included

  • All CSS, JS, and content inline in one file. Zero dependencies. Open anywhere.
  • Speaker notes (T to toggle), PDF export (P to print)
  • Keyboard, mouse wheel, and touch swipe navigation
  • Cinematic scale+fade transitions with spring easing
  • Staggered reveal animations per slide
  • Responsive across desktop, tablet, and mobile
  • Ambient effects: grain overlay, blurred orbs, hero glow rings, glassmorphism cards

How It Works

Presentation Chef is a markdown-based AI skill — a structured set of instructions that tells any AI coding assistant how to generate presentations. It includes a complete CSS design system, 13 HTML slide templates, a JS engine spec, and a quality checklist.

No build step, no npm install, no framework — just a single HTML file.

License

MIT

About

AI skill that converts any content into stunning Apple Keynote-style HTML presentations. Cinematic animations, glassmorphism, ambient effects. Single self-contained .html file, zero dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors