frontend-slides

Install and update the Frontend Slides skill for generating animated HTML presentations.

4|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/oiiiwjh/skills --skill frontend-slides-oiiiwjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-slides
Source: https://github.com/oiiiwjh/skills/tree/main/frontend-slides
Command: npx skills add https://github.com/oiiiwjh/skills --skill frontend-slides-oiiiwjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python3, python-pptx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation of professional, animation-rich HTML slide decks, making presentations accessible even for those without design expertise.

Core Features & Use Cases

  • Automated Slide Generation: Creates single-file HTML presentations with pre-defined styles and animations.
  • PPTX Conversion: Converts existing PowerPoint presentations into web-friendly HTML slides.
  • Use Case: Quickly generate a presentation for a project update by providing a simple markdown or text input, or convert a draft PPTX into a shareable web link.

Quick Start

Install the frontend-slides skill for the codex agent.

Frequently Asked Questions about frontend-slides

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

FAQPage Schema
How do I convert PPTX to HTML slides?

To convert PPTX to HTML slides, this skill uses a python-pptx wrapper to extract content and generate a single-file HTML presentation with predefined styles and animations. It transforms existing PowerPoint drafts into shareable web links.

What is the best way to generate animated HTML presentations from code?

The best way to generate animated HTML presentations from code is by using this skill to automate slide creation. It processes simple text or markdown input to produce professional, single-file HTML decks without requiring manual design expertise.

Do I need python-pptx to create HTML presentations from markdown?

Yes, you need python-pptx installed alongside python3 and git to run the wrapper. These dependencies manage the upstream repository and handle the conversion logic required to build HTML slides from markdown or PPTX files.

Can I use this skill to update an existing HTML presentation wrapper?

Yes, you can use this skill to update an existing HTML presentation wrapper. It installs and synchronizes with the upstream Frontend Slides repository, ensuring your agent skill directory has the latest scripts for on-demand presentation creation.

Are there limitations when converting PowerPoint content to web slides?

A limitation when converting PowerPoint content to web slides is that the output relies on predefined styles and animations. Complex PPTX formatting may not transfer perfectly, as the skill targets automated, single-file HTML generation rather than pixel-perfect layout replication.