pptx

Create, edit, and validate PowerPoint presentations with OOXML packaging.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/remiconnesson/insights-garden --skill pptx-remiconnesson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/remiconnesson/insights-garden/tree/main/.agents/skills/pptx
Command: npx skills add https://github.com/remiconnesson/insights-garden --skill pptx-remiconnesson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, lxml, Pillow, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of working directly with PowerPoint files by turning deck reading, creation, editing, and QA into a guided workflow instead of a fragile manual process.

Core Features & Use Cases

  • Read and inspect presentations: Extract slide content, view thumbnails, and analyze the structure of an existing deck.
  • Create and edit slide decks: Build presentations from scratch or modify templates while keeping layouts, notes, and relationships intact.
  • Validate and repair outputs: Check for missing content, broken references, placeholder text, and packaging issues before final delivery.
  • Use case: A team can take a branded template, replace the draft content, run slide-by-slide QA, and export a clean presentation without corrupting the file.

Quick Start

Tell me to create, edit, or QA a PowerPoint deck for your topic, and I will apply this skill to produce and verify the presentation workflow in one pass.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I edit PowerPoint slides without corrupting the file?

Editing PowerPoint slides safely requires unpacking OOXML, preserving relationship IDs and content types, then repacking the file. This Skill uses deterministic scripts and XML validators to apply layout changes and prevent corruption.

What's the best way to automate PowerPoint deck creation from a template?

Automating PowerPoint deck creation involves applying template-based revisions, duplicating slides, and updating speaker notes. This workflow replaces draft content while keeping layouts intact and validating the final presentation packaging.

Can I run visual QA checks on a .pptx file before delivery?

Visual QA on a .pptx file checks for missing content, broken references, and placeholder text. This Skill runs slide rendering checks and XML validators to ensure presentation integrity before final delivery.

Does this Skill handle unpacking and repacking OOXML for PowerPoint files?

Yes, handling OOXML for PowerPoint files requires unpacking and repacking the package while preserving content types. This Skill manages the packaging process automatically using deterministic scripts, lxml, and Pillow.

How do I inspect and extract content from an existing PowerPoint presentation?

Inspecting a PowerPoint presentation extracts slide content, views thumbnails, and analyzes the deck structure. This Skill reads existing files to evaluate layouts and notes without manual XML editing.