export
Export a pitch deck to PPTX, video, and/or speaker notes in one command.
Records a pitch deck to WebM (Playwright recordVideo).
$ npx -y skills add LucasDuys/cinemorph --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/videoContext preview
What this command does when you run it.
Records a pitch deck to WebM (Playwright recordVideo).
Records a pitch deck to WebM (Playwright recordVideo).
/morph-deck video [--deck <path>] [--dev]
Launches Chromium at 1920×1080, navigates the deck at `<path>`, and records video as you step through each stage via ArrowRight presses. Dwell times per stage are read from `<deck>/src/deck/stages.json` (or extracted from `stages.ts` as fallback).
WebM file path printed to stdout. Stored at `<deck>/dist/recordings/<timestamp>.webm`.
/morph-deck video --deck /path/to/deck --dev
Records the deck with live dev server build, stepping through all stages with calculated dwell times.
When a deck includes 3D elements (e.g., via `Element3D` component with `element3d: true` flag on a stage), the recorder automatically detects this and adjusts its Chromium launch options to capture WebGL canvas content correctly.
**Key settings for 3D decks:**
**Performance targets:**
**Optimization suggestions if fps drops below 24:**
For decks without 3D elements, the recorder uses standard headless Chromium with `--disable-gpu` for maximum stability on a wide range of systems. 2D morphs and Framer Motion animations are lightweight and typically record at 60+ fps without issues.
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
Export a pitch deck to PPTX, video, and/or speaker notes in one command.
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.