morph-deck
Generate launch-video-style React presentations with shared-layout (FLIP) morph transitions. Subcommands: new, iterate, render, pptx, video, export. Use when…
Export a pitch deck to PPTX, video, and/or speaker notes in one command.
$ npx -y skills add LucasDuys/cinemorph --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/exportContext preview
What this command does when you run it.
Export a pitch deck to PPTX, video, and/or speaker notes in one command.
Export a pitch deck to PPTX, video, and/or speaker notes in one command.
/morph-deck export [--all] [--pptx] [--video] [--notes] [--skip <list>] [--deck <path>]
Export to all three formats: PPTX, video (WebM/MP4), and speaker notes (Markdown).
Skip one or more pipelines. Comma-separated list of: `pptx`, `video`, `notes`.
Example: `--skip pptx,video` (export notes only)
Path to deck directory (default: current working directory).
Example: `--deck C:/dev/my-deck/`
Each pipeline prints:
Final summary table shows all pipeline statuses.
# Export all three formats /morph-deck export --all --deck ./my-deck # PPTX and video only, skip notes /morph-deck export --skip notes --deck ./my-deck # Video only /morph-deck export --video --deck ./my-deck # Export with custom output directory for PPTX /morph-deck export --all --deck ./my-deck --out-dir ./custom-dist # Notes only /morph-deck export --notes
Implements R013 from spec-morph-deck-outputs.md:
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
Generate launch-video-style React presentations with shared-layout (FLIP) morph transitions. Subcommands: new, iterate, render, pptx, video, export. Use when…
Export the active morph-deck deck to PowerPoint .pptx with Morph transitions.