slide-making-skill

Create native PowerPoint slides programmatically with PptxGenJS in JavaScript projects.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/shiro123444/Minmaxskills --skill slide-making-skill-shiro123444
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slide-making-skill
Source: https://github.com/shiro123444/Minmaxskills/tree/main/plugins/pptx-plugin/skills/slide-making-skill
Command: npx skills add https://github.com/shiro123444/Minmaxskills --skill slide-making-skill-shiro123444

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement single-slide PowerPoint pages by programmatically composing slides with PptxGenJS to ensure deterministic layout and export-ready .pptx files.

Core Features & Use Cases

  • Programmatic slide construction with precise positioning of text, images, and charts to match brand guidelines.
  • Enforce a theme contract and color rules to ensure consistent typography and branding across slides.
  • Deterministic export to native PPTX files suitable for presentations and distribution.
  • Real-world use case: generate a complete slide deck from a design spec or data source without manual slide creation.

Quick Start

Create a small script that uses PptxGenJS to build a slide and export it to a PPTX file.

Frequently Asked Questions about slide-making-skill

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

FAQPage Schema
How do I generate native PowerPoint slides programmatically in JavaScript?

You generate native PowerPoint slides programmatically by using PptxGenJS in JavaScript to compose text, images, and charts, then exporting to a native .pptx file. This approach ensures deterministic layout and export-ready presentations.

Can I enforce branding and typography rules across generated PPTX files?

Yes, you can enforce branding and typography across PPTX files by applying a theme contract and color rules. This ensures consistent design across all programmatically generated slides without manual formatting.

What's the best way to automate slide creation from a design spec?

Automating slide creation from a design spec is best handled by programmatically composing slides with PptxGenJS. This allows precise positioning of elements to match brand guidelines and deterministic export to native PPTX files.

Does PptxGenJS support precise layout positioning for text and charts?

PptxGenJS supports precise layout positioning for text, images, and charts. This enables you to construct slides that strictly match brand guidelines and design specifications without manual adjustments.

Do I need any external dependencies to export PPTX files with this approach?

No external dependencies are required to export PPTX files with this approach. The slide generation process relies on PptxGenJS within JavaScript-based projects to directly output native presentation files.