What problem does it solve?
Building reusable templates for iPolloWork surfaces (Design, Slides/native editable PPT, and HyperFrames Video) requires keeping manifests, design tokens, variables, covers, and surface-specific invariants consistent, and mistakes only surface when the server validator rejects the package. This Skill guides conversational authoring and validation so templates save cleanly and re-instantiate correctly.
Core Features & Use Cases
- Guided conversational authoring: Walks through purpose, structure, reusable variables, and design-system choices one question at a time, then edits the project directly.
- Surface-specific rules: Loads dedicated references for Design, Slides/native editable PPT (with
data-pptx-* markers), and HyperFrames Video compositions.
- Package validation loop: Maintains
manifest.json, design-tokens.css, and a 960x540 cover, then runs the shared product validator via scripts/audit-template.mjs and repairs every error before saving.
- Use Case: Convert an existing slide project into a reusable personal template, preserving slide geometry and PPT editability markers, declaring reusable text variables, and validating the package before saving it under a new
personal.* ID.
Quick Start
Ask the agent to turn the current iPolloWork project into a reusable template and validate the package before saving.