Fix newly added optional parameters, optional React props, and optional type/interface members in Remotion monorepo diffs by converting internal APIs to required nullable values and updating call sites. Use when a PR, review, or user asks to forbid new foo?: T / param?: T additions except for exported or documented public APIs where requiring the value would be breaking.
$npx -y skills add remotion-dev/remotion --skill nullable-new-paramsInstalls into the current project.
Run `npx skills use "https://github.com/remotion-dev/remotion" --skill "remotion-dev/remotion/nullable-new-params"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/remotion-dev/remotion" that are relevant to the current task. Run `npx skills add "https://github.com/remotion-dev/remotion"` and select the relevant skills, then follow their instructions.