Morph PPT — 3D Extension
This skill extends morph-ppt. All morph-ppt rules (naming, ghosting, design, verification) apply in full.
This file covers 3D-specific additions and an enriched design system combining morph-ppt aesthetics with concrete color palettes, font pairings, and layout quality guardrails.
Setup
If officecli is missing:
- macOS / Linux:
curl -fsSL https://d.officecli.ai/install.sh | bash - Windows (PowerShell):
irm https://d.officecli.ai/install.ps1 | iex
Verify with officecli --version (open a new terminal if PATH hasn't picked up). If install fails, download a binary from https://github.com/iOfficeAI/OfficeCLI/releases.
Use when
- User wants a
.pptxwith a.glb3D model and Morph transitions.
3D Model Compatibility Gate (before generation)
- Only
.glbis supported. If user provides.fbx/.obj/.blend/.usdz/.gltf, ask them to convert to.glbfirst (e.g. via Blender export). - If user has no model, follow the Model Discovery Flow below.
- All files (
.glb,.pptx, build script) must be in the same working directory.
Model Discovery Flow (when user has no model)
Whe…