ppt-template-creator

Convert PowerPoint template files into reusable Skill directories with SKILL.md and assets.

34.1k|5.1k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/anthropics/financial-services-plugins --skill ppt-template-creator-anthropics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ppt-template-creator
Source: https://github.com/anthropics/financial-services-plugins/tree/main/financial-analysis/skills/ppt-template-creator
Command: npx skills add https://github.com/anthropics/financial-services-plugins --skill ppt-template-creator-anthropics

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of converting user-provided PowerPoint (.pptx, .potx) files into self-contained, reusable Skill units, streamlining the creation of branded presentation templates.

Core Features & Use Cases

  • Template Conversion: Transforms existing PowerPoint templates into functional Skills.
  • Automated Skill Structure: Generates SKILL.md and assets/template.pptx for a new Skill.
  • Placeholder Analysis: Extracts critical layout and placeholder information for accurate content placement.
  • Use Case: A marketing team has a branded PowerPoint template for client proposals. They use this Skill to turn that template into a Skill, allowing any team member to easily generate new, on-brand proposals using Claude.

Quick Start

Use the ppt-template-creator skill to create a new skill from the attached file 'company-pitch-deck-template.pptx'.

Frequently Asked Questions about ppt-template-creator

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

FAQPage Schema
How do I convert an existing PowerPoint template into a reusable skill?

Yes, you can automate branded presentation generation by converting corporate PowerPoint files into skills. This standardizes branded materials by packaging layout analysis and placeholder extraction into a reusable unit for consistent content creation.

How does python-pptx work with PowerPoint template placeholder extraction?

Python-pptx works with PowerPoint template extraction by parsing the .pptx file structure to identify layout dimensions and placeholder positions. This data populates the generated SKILL.md to guide accurate content placement during automated slide generation.

What is the best way to standardize branded PowerPoint materials across an organization?

The best way to standardize branded PowerPoint materials is converting a master template into a skill. This captures specific layout configurations and placeholder rules, allowing any team member to generate compliant, on-brand presentations consistently.

Do I need a .potx file to create a PowerPoint template skill, or can I use .pptx?

You do not need a .potx file strictly; a standard .pptx file works perfectly. The skill processes both .pptx and .potx template files to extract layout structures and generate the required skill assets for automated presentation creation.

What limitations exist when analyzing complex PowerPoint layouts for skill creation?

Limitations in analyzing complex PowerPoint layouts depend on accurately extracting placeholder positions and dimensions. If templates use highly customized non-standard objects, the automated layout extraction may not fully capture intricate design elements.