slide-pptx

Renders per-page visual specs into editable .pptx files using pptxgenjs and LibreOffice.

21|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill slide-pptx-peter-tu-zynkr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: slide-pptx
Source: https://github.com/peter-tu-zynkr/zynkr-skill-builder/tree/main/skills/1-brand-marketing/slide-pptx
Command: npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill slide-pptx-peter-tu-zynkr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a finished slide design spec into an actual PowerPoint file usually requires manual layout work in presentation software. This Skill closes that gap by rendering a structured per-page visual spec directly into a real .pptx file, and it can also read, parse, and edit existing decks. ## Core Features & Use Cases - Spec-to-deck rendering: Takes the SLIDE_PACKET ▸ Visuals handoff from slide-visual-selector and renders each page's layout archetype with pptxgenjs primitives into a .pptx file. - Reverse editing: Reads, parses, and edits existing .pptx decks, then writes the changes back to the file. - Use Case: After designing a storyline, page split, and per-page visuals for a quarterly report, hand the visual spec to this Skill and receive an editable .pptx presentation ready to open in PowerPoint. ## Quick Start Install the skill from Anthropic's official repository with the command npx skills add https://github.com/anthropics/skills --skill slide-pptx, then ask it to render your visual spec into a .pptx file.

Frequently Asked Questions about slide-pptx

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

FAQPage Schema
How do I generate a .pptx file from a slide design spec?▼

Hand the per-page visual spec (SLIDE_PACKET ▸ Visuals) to slide-pptx, which reads each page's layout archetype and renders it with pptxgenjs primitives into a .pptx file you can open and edit directly.

How do I install the slide-pptx skill?▼

Install it from Anthropic's official repository with the command npx skills add https://github.com/anthropics/skills --skill slide-pptx. Zynkr does not redistribute the code; this page is only a reference card pointing to the official source.

Can slide-pptx edit an existing PowerPoint deck?▼

Yes, slide-pptx works in reverse on existing files: it reads and parses an existing .pptx deck, applies edits, and writes the result back to the file.

What tools does slide-pptx use to render presentations?▼

It renders slides using pptxgenjs primitives and LibreOffice, interpreting each page's layout archetype from the visual spec handed off by the preceding slide-visual-selector stage.

When do I not need slide-pptx in the slide workflow?▼

If you only need a storyline or page-splitting plan, or you plan to build visuals in Canva or Google Slides instead, you can stop at stage three of the slide chain and skip the .pptx rendering stage.