What problem does it solve?
When building a new presentation inspired by an existing deck, you need to understand the reference deck's structure, theme colors, fonts, and layout patterns without copying or mutating the source file. This Skill performs safe, read-only analysis of PPTX packages and produces structured evidence for authoring an independent deck.
Core Features & Use Cases
- Read-only deck inspection: Extract slide count, slide size, text summaries, shape counts, theme colors, fonts, and layout rhythm using task-local python-pptx scripts.
- OOXML package diagnostics: Run bundled scripts to inspect relationships, notes, comments, animations, and media, validate package integrity, and safely unpack raw XML parts.
- Derived template catalog: Produce a zero-based catalog of source slides with layout roles, usable regions, placeholders, and reuse constraints to guide new deck authoring.
- Use Case: Given a client's brand reference deck, generate a style-master analysis of palette, typography, and master/layout usage, then author a new presentation with independently computed coordinates.
Quick Start
Analyze the attached reference deck 'brand-deck.pptx' and produce a style summary with theme colors, fonts, and a derived template catalog for my new presentation.