make-pptx

Convert HTML slide decks into editable PPTX files using PptxGenJS.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/window-ook/fit-checker --skill make-pptx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-pptx
Source: https://github.com/window-ook/fit-checker/tree/main/.claude/skills/make-pptx
Command: npx skills add https://github.com/window-ook/fit-checker --skill make-pptx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HTML-based slide content often lives in web contexts and is not readily distributable as a standalone presentation. This Skill enables you to convert HTML slides into editable PPTX files or to generate PPTX directly, preserving formatting and fonts.

Core Features & Use Cases

  • HTML-to-PPTX conversion: turn web-based slides into PowerPoint-ready decks.
  • Programmatic PPTX generation: build slides with Pretendard font using PptxGenJS.
  • Use Case: you have a design system mockup in HTML and need a shareable PPTX for a client review.

Quick Start

Use the make-pptx skill to convert your HTML slide set located in slides/ into output/presentation.pptx. Then you can modify or export as needed.

Frequently Asked Questions about make-pptx

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

FAQPage Schema
How do I convert HTML slides to PPTX for client delivery?

To convert HTML slides to PPTX, this Skill transforms your web-based slide content into editable PowerPoint files using pptxgenjs. It preserves your formatting and applies the Pretendard font, resulting in a shareable PPTX deck for offline client delivery.

Can I generate PPTX presentations with Pretendard font using Node.js?

Yes, you can generate PPTX presentations programmatically with Pretendard font using Node.js. This Skill leverages pptxgenjs to build slides directly, applying explicit font handling to ensure your output presentation maintains the correct styling.

Do I need a Node.js environment to turn HTML prototypes into PowerPoint?

Yes, you need a Node.js environment to turn HTML prototypes into PowerPoint files. This Skill requires Node.js to run pptxgenjs for the conversion process, ensuring your HTML mockups are accurately transformed into editable PPTX outputs.

What is the best way to share web-based slide decks offline?

The best way to share web-based slide decks offline is converting them into standalone PPTX files. This Skill takes your HTML slide sets and exports them as editable PowerPoint presentations, allowing seamless distribution without requiring a web browser.

Does this HTML to PPTX conversion preserve my existing slide formatting?

HTML to PPTX conversion preserves your existing slide formatting during the transformation process. By utilizing pptxgenjs and explicit Pretendard font handling, the Skill ensures your web-based prototypes retain their intended styling in the final PowerPoint output.