ppt-template-creator

Package PowerPoint templates into reusable SKILL.md assets with placeholder mappings.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/executiveusa/Cheggie-trade-V2 --skill ppt-template-creator-executiveusa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ppt-template-creator
Source: https://github.com/executiveusa/Cheggie-trade-V2/tree/main/core/financial-skills/plugins/vertical-plugins/financial-analysis/skills/ppt-template-creator
Command: npx skills add https://github.com/executiveusa/Cheggie-trade-V2 --skill ppt-template-creator-executiveusa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill helps you convert a PowerPoint template into a reusable generator skill so you can later create consistent slides without manually rebuilding layouts.

Core Features & Use Cases

  • Template-to-skill packaging: Bundles your provided .pptx/.potx template as assets/template.pptx and produces a self-contained SKILL.md for future slide generation.
  • Layout and placeholder extraction: Analyzes slide layouts, measures slide and placeholder positions, and identifies the true content start area (often via the OBJECT placeholder).
  • Template-specific instruction authoring: Produces a SKILL.md that documents placeholder idx and safe content boundaries to avoid overlapping titles/footers.

Quick Start

Upload your PowerPoint template (.pptx or .potx) and ask the AI to create a reusable ppt-template-creator skill that includes assets/template.pptx and a complete SKILL.md for generating presentations later.

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 a PowerPoint template into a reusable skill for generating presentations?

To convert a PowerPoint template into a reusable skill, you upload a .pptx or .potx file so the tool can bundle it as assets/template.pptx and generate a SKILL.md with embedded layout instructions for future automated slide generation.

What are placeholder mappings and why do they matter for PowerPoint slide generation?

Placeholder mappings identify the exact idx values and coordinates of slide layout placeholders, including the OBJECT content start area. They are essential for defining safe content boundaries that prevent overlapping titles and footers during automated slide generation.

Can I use this tool to standardize pptx slide layouts and content boundaries?

Yes, you can use this tool to standardize pptx slide layouts by extracting placeholder positions and documenting safe content regions within a self-contained YAML-frontmattered SKILL.md, ensuring consistent presentation generation without manual layout adjustments.

Does this tool work with both .pptx and .potx PowerPoint template files?

Yes, this tool works with both .pptx and .potx PowerPoint template files, accepting either format to analyze slide layouts, measure placeholder coordinates, and package the template with its specific generation instructions.

Why do my generated PowerPoint slides have overlapping titles and footers?

Overlapping titles and footers occur when content boundaries are not properly defined. This tool extracts exact placeholder coordinates and documents safe regions in a SKILL.md to ensure generated content stays within designated layout areas.