pptx-extract-template

Extract slide masters, layouts, color themes, and font themes from PPTX files.

49|12|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill pptx-extract-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-extract-template
Source: https://github.com/DavidROliverBA/ArchitectKB/tree/main/.claude/skills/pptx-extract-template
Command: npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill pptx-extract-template

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the extraction of reusable design elements from PowerPoint presentations, streamlining the creation of consistent branded materials.

Core Features & Use Cases

  • Template Extraction: Captures slide masters, layouts, color themes, and font themes from a PPTX file.
  • Reusable Assets: Saves extracted elements as structured templates for future use with other presentation skills.
  • Use Case: A Solutions Architect needs to create a new presentation using the company's latest branding. They can use this Skill to extract the official template from an existing branded PPTX file and then use it to generate new, correctly formatted presentations.

Quick Start

Extract the design system from the PowerPoint file located at ~/Downloads/BAAE Community Day Feb2026.pptx.

Frequently Asked Questions about pptx-extract-template

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

FAQPage Schema
How do I extract slide masters and color themes from an existing PowerPoint presentation?

To extract slide masters, layouts, color themes, and font themes from a PowerPoint presentation, this Skill parses the PPTX file using python-pptx and lxml to capture and save reusable design elements into a structured template library.

Can I use python-pptx to pull reusable design templates from a PPTX file?

Yes, python-pptx is used to parse the presentation file and extract reusable design templates, including slide masters and layouts. The lxml dependency handles the underlying XML parsing required to capture the structured design elements.

How do I create consistent visual branding across multiple PowerPoint documents?

Creating consistent visual branding across multiple PowerPoint documents is facilitated by extracting the official color and font themes from a branded PPTX file, saving them as structured templates, and applying that template library to generate new presentations.

What's the best way to save extracted PowerPoint layouts into a reusable template library?

The best way to save extracted PowerPoint layouts into a reusable template library is by automating the extraction of slide masters and themes from a source PPTX file, structuring these design elements for future use in generating consistently formatted presentations.

Do I need LibreOffice to extract PowerPoint themes and layouts?

You do not need LibreOffice to extract PowerPoint themes and layouts, as parsing is handled by python-pptx and lxml. LibreOffice is optional and only required if you want to generate visual previews of the extracted template elements.