frontend-slides

Generate zero-dependency HTML presentations and convert PPT/PPTX decks for browser viewing.

7|2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/MRWillisT/PullNexus --skill frontend-slides-mrwillist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-slides
Source: https://github.com/MRWillisT/PullNexus/tree/main/skills/frontend-slides
Command: npx skills add https://github.com/MRWillisT/PullNexus --skill frontend-slides-mrwillist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, node, playwright, and includes scripts (resource) components.

What problem does it solve?

Creating polished, presentation-ready HTML slides usually takes designers, lots of trial-and-error with CSS/JS, and constant overflow fixes; this Skill generates zero-dependency, animation-rich slide decks (or converts PowerPoint) that fit the viewport exactly.

Core Features & Use Cases

  • Zero-dependency decks: Generates single-file, browser-ready HTML with inline CSS/JS and curated, non-generic aesthetics.
  • PPT/PPTX conversion: Extracts slide text/images/notes and converts them into a web slideshow while preserving content and slide order.
  • Shareable delivery: Deploys to a live URL (Vercel) or exports to a PDF with a static snapshot.

Quick Start

Tell the AI: Convert my presentation.pptx into an animation-rich web slideshow with a distinctive dark theme, keeping all images and speaker notes.

Frequently Asked Questions about frontend-slides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PPTX file to an HTML presentation?

Yes, you can export the generated HTML slides to a static PDF snapshot. After creating or converting your presentation, the tool executes an export script that captures the viewport-fitted slides and saves them as a PDF document.

How do I make HTML slides fit the viewport without CSS overflow?

You need Python with the python-pptx library, Node.js, and Playwright installed. These dependencies are required to execute the PPTX content extraction scripts, generate the HTML slides, and perform browser-based PDF exports or live URL deployments.

What is the best way to create zero-dependency HTML slide decks?

Yes, you can deploy the generated HTML presentations to a live URL via Vercel. The tool includes deployment scripts that publish your single-file, zero-dependency slide deck to a shareable web address.

Why does my PowerPoint conversion lose speaker notes and images?

If your PowerPoint conversion loses speaker notes and images, you may be using a generic converter. This tool specifically extracts and preserves all slide text, images, and speaker notes during the PPTX to HTML conversion process.