What problem does it solve? Real desktop screen capture for terminal and CLI demos is flaky: window positioning races, focus issues, privacy leaks from visible apps, and non-reproducible output. This Skill lets you decide when to synthesize a fake terminal recording in Remotion instead of capturing a real screen, and shows how to author it deterministically. ## Core Features & Use Cases - Decision heuristic: Clear criteria for choosing synthetic Remotion rendering versus real capture via screen_recorder, Windows-MCP, Cap, or Playwright. - TerminalScene component: A React component that renders a fake terminal with character-by-character typing, output lines, pauses, and floating pill badges, all timed to the frame. - Narration pacing rules: A step-timing methodology (with a trace script) that aligns every typed command to its narration cue so scenes never run ahead of the voiceover. - Use Case: You need a 60-second install walkthrough where each git clone and make command lands exactly on its Chirp 3 HD narration cue. Author the steps as a timeline, verify pacing with the trace script, and render pixel-perfect 1080p output. ## Quick Start Ask the agent to create a synthetic terminal recording of your CLI install steps using the TerminalScene component, timed to your narration script.