/pptx
Export the active morph-deck deck to PowerPoint .pptx with Morph transitions.
$ npx -y skills add LucasDuys/cinemorph --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/pptx
Context preview
What this command does when you run it.
Export the active morph-deck deck to PowerPoint .pptx with Morph transitions.
Command definition
pptx.mdname: pptx description: Export the active morph-deck deck to PowerPoint .pptx with Morph transitions.
Run: `python ${PLUGIN_DIR}/generators/build_pptx.py $DECK_PATH $ARGUMENTS`
Flags:
- `--out <path>` — override default output path (`<deck>/dist/<deck-name>.pptx`)
- `--include-backup` — include Q&A backup stages as hidden slides at the end
- `--speed slow|med|fast` — Morph transition speed (default: med)
- `--embed-fonts` — embed OTF/TTF fonts referenced by the theme
- `--clean` — clean `<deck>/dist/` before export
See `spec-morph-deck-outputs.md` R001-R006 for full behavior.
A Claude Code plugin that turns a brief into a cinematic launch video, an investor pitch deck, or a feature walkthrough — with live FLIP morph transitions, audio bus, scene SFX, and a dev scrubber wired the first time.
Repo: LucasDuys/cinemorph
Other commands on cinemorph.
- /export
Export a pitch deck to PPTX, video, and/or speaker notes in one command.
Open command - /morph-deck
Generate launch-video-style React presentations with shared-layout (FLIP) morph transitions. Subcommands: new, iterate, render, pptx, video, export. Use when the user asks for a pitch deck, launch video, demo storyboard, or any cinematic presentation.
Open command - /video
Records a pitch deck to WebM (Playwright recordVideo).
Open command

