AI Agent Hub
Back to skills
PPT Template Generator icon

PPT Template Generator

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_1569ac30/ppt-template-skills.

About this skill

Problem

When you have a branded PowerPoint template and want code to reproduce its layouts, placeholders, and content boundaries reliably, hand-written generation scripts can miss title or body positions, collide with footers, and break bullet hierarchy.

How It Works

This skill does not generate slides directly. It converts a .pptx or .potx template into a reusable skill package containing assets/template.pptx and a self-contained SKILL.md.
- Template analysis: extracts layouts, placeholders, dimensions, and the true content start position.
- Boundary calibration: distinguishes visual spacing, decorative lines, and reserved areas between subtitle and body content.
- Instruction generation: encodes rules for clearing existing slides, selecting layouts, and filling title/body text using placeholder_format.idx and paragraph levels.
- Validation: creates a sample deck to verify placeholder behavior, hierarchy, and layout fit.

Boundaries

It is useful for standardizing enterprise templates, repeatable report styles, or batch slide production in a fixed layout. It is not intended for one-off slide creation. Clear placeholder structure is required, and layout indexes and placeholder indexes in the generated instructions must be measured from the actual template.

Use Cases

  • Package a company quarterly .pptx template into a skill so future slides keep cover, agenda, and body layouts.
  • Analyze template placeholder indexes before Python slide generation, ensuring titles and body go to correct layouts.
  • Repackage a brand .potx template into a reusable skill that detects content start and avoids overlapping footers.
  • Convert an enterprise template into a skill, then generate a sample deck to validate slide clearing and bullet levels.

Best For

  • Consulting advisors who need a repeatable skill to generate branded quarterly reports.
  • Engineers maintaining python-pptx scripts who need placeholder indexes and content boundaries documented.
  • Sales operations staff who need consistent decks from the same .potx template with different content.
  • Agent skill platform engineers who package office workflows into installable, sample-validated skills.