Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wentorai avatar

Kai Slide Creator

  • 9 installs
  • 849 repo stars
  • Updated August 1, 2026
  • wentorai/research-claw

Helps with ai & agent building tasks during AI-assisted development.

About

kai-slide-creator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • kai-slide-creator
  • AI & Agent Building
  • AI-coding skill

Kai Slide Creator by the numbers

  • 9 all-time installs (skills.sh)
  • Ranked #12,152 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wentorai/research-claw --skill kai-slide-creator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9
repo stars849
Last updatedAugust 1, 2026
Repositorywentorai/research-claw

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Slide Creator

Generate zero-dependency HTML presentations that run entirely in the browser.

---

Core Philosophy

PrincipleDescription
Zero DependenciesSingle HTML files with inline CSS/JS. No npm, no build tools.
Show, Don't TellGenerate visual style previews; design preferences emerge from seeing options.
Distinctive DesignAvoid generic AI aesthetics (Inter font, purple gradients, predictable heroes).
Viewport FittingSlides fit exactly in the viewport. Overflowing content gets split, not squished.
Plan Before Generate--plan creates outline; --generate produces HTML from it.

---

Generation Contract (Non-Negotiable)

Every generated HTML file MUST include:

1. Presentation Mode — F5 / ▶ button, fullscreen scaling, PresentMode class 2. Edit Mode — top-left hotzone, ✏ Edit toggle, contenteditable on all text, notes panel

---

Command Routing

CommandWhat to LoadWhat to Do
--plan [prompt]planning-template.mdCreate PLANNING.md. Stop — no HTML.
--generatehtml-template.md + style file + base-css.mdRead PLANNING.md, generate HTML.
No flag (interactive)workflow.md + html-template.mdFollow Phase 0–5.
Content + style given directlyhtml-template.md + style file + base-css.mdGenerate immediately — no Phase 1/2.

---

Content-Type → Style Hints

Content TypeSuggested Styles
Data report / KPI dashboardData Story, Enterprise Dark, Swiss Modern
Business pitch / VC deckBold Signal, Aurora Mesh, Enterprise Dark
Developer tool / API docsTerminal Green, Neon Cyber, Neo-Retro Dev Deck
Research / thought leadershipModern Newspaper, Paper & Ink, Swiss Modern
Creative / personal brandVintage Editorial, Split Pastel, Neo-Brutalism
Product launch / SaaSAurora Mesh, Glassmorphism, Electric Studio
Education / tutorialNotebook Tabs, Paper & Ink, Pastel Geometry
Chinese contentChinese Chan, Aurora Mesh, Blue Sky
Hackathon / indie devNeo-Retro Dev Deck, Neo-Brutalism, Terminal Green

---

Style Reference Files

StyleFile
Blue Skyblue-sky-starter.html (full base)
Aurora Meshaurora-mesh.md
Chinese Chanchinese-chan.md
Data Storydata-story.md
Enterprise Darkenterprise-dark.md
Glassmorphismglassmorphism.md
Neo-Brutalismneo-brutalism.md
All other stylesSTYLE-DESC.md

---

For AI Agents

# From a topic or notes
/slide-creator Make a pitch deck for [topic]

# From a plan file (skip interactive phases)
/slide-creator --generate  # reads PLANNING.md automatically

# Two-step (review the plan before generating)
/slide-creator --plan "Product launch deck for Acme v2"
# (edit PLANNING.md if needed)
/slide-creator --generate

# Export to PPTX after generation
/kai-html-export presentation.html  # image mode (pixel-perfect)
/kai-html-export --mode native presentation.html  # native mode

---

Phase 0: Detect Mode

Before starting:

  • PLANNING.md exists → read it, skip to Phase 3
  • User provides source content + style directly → skip Phase 1/2, generate immediately
  • User has a .ppt/.pptx file → Phase 4 (PPT conversion)
  • User wants to enhance existing HTML → read and enhance
  • Everything else → Phase 1 (Content Discovery)

---

When to Use This Skill

  • Create HTML presentations from topics or notes
  • Convert existing content to slides
  • Design pitch decks, reports, tutorials
  • Generate zero-dependency HTML slideshows

---

Related Skills

  • report-creator — For long-form scrollable HTML reports (not slides)
  • frontend-design — For interactive pages that go beyond slides

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.