pptx

Automates end-to-end PPTX creation, editing, and analysis workflows.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/colinmxs/double-hexagon --skill pptx-colinmxs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/colinmxs/double-hexagon/tree/main/.kiro/skills/document-skills/pptx
Command: npx skills add https://github.com/colinmxs/double-hexagon --skill pptx-colinmxs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, Pillow, six, and includes scripts (resource) components.

What problem does it solve?

PPTX work often requires creating, editing, and analyzing presentations across different tasks, which can be time-consuming and error-prone.

Core Features & Use Cases

  • Creation of new presentations and layout adjustments
  • Content editing, notes, and comments integration
  • Layout-aware editing and batch modifications for multiple slides

Quick Start

Load a PPTX file and run automated edits to generate an updated deck.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I automate PPTX creation and editing for multiple slides?

Automating PPTX creation and editing involves running deterministic scripts to apply layout-aware edits and batch modifications across multiple slides, generating an updated deck safely.

Can I add speaker notes and comments to slides programmatically?

Yes, you can add speaker notes and comments to slides programmatically by executing scripts that integrate text content directly into the presentation's notes and comment sections.

Does python-pptx support layout-aware edits for existing presentations?

Python-pptx supports layout-aware edits for existing presentations by allowing scripts to load PPTX files and apply deterministic modifications that respect the original slide layouts.

What is the best way to analyze PPTX deck content automatically?

Analyzing PPTX deck content automatically requires loading the file into a script that extracts slide data, validates structures, and processes layouts to evaluate the presentation's information.

Do I need Pillow to create new PPTX presentations from scratch?

Pillow is required alongside python-pptx and six to handle image processing dependencies when creating new PPTX presentations and adjusting layouts programmatically.