Remotion video
Practical design judgment for AI coding agents: 78 installable skills for craft, research, generation, Figma, and Memoire.
npx -y skills add sarveshsea/design-skills --skill remotion-videoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Current Remotion video production pack for React-based product videos, previews, and renderer handoff.
SKILL.md
1.4 KB, 314 tokens by cl100k_base, as published. Nobody here has run it
Remotion Video
Use this Note when the output should be a React-coded video project. Prefer a real Remotion scaffold over static storyboard prose when Studio is asked to preview, render, or hand off a video.
Current Workflow
- Create a project with
package.json,remotion.config.ts,src/index.ts,src/Root.tsx, and a storyboard module. - Preview with
npx remotion studio src/index.ts. - Render with
npx remotion render src/index.ts <composition-id> <output>. - For backend rendering, use Remotion's renderer APIs only after the project has a stable composition id, width, height, fps, duration, and props schema.
Scaffold Rules
- Keep the default composition id stable:
MemoireVideo. - Store generated projects under
.memoire/videos/<id>. - Put the render output under
.memoire/videos/<id>/dist/<id>.mp4. - Use React and Remotion primitives for timeline logic; avoid ad hoc DOM timers.
- Include
prefers-reduced-motionor low-motion alternates when the output will also be embedded in the Studio UI.
Quality Bar
- Every scene has a purpose: hook, proof, product action, result, CTA.
- Use transform and opacity for core motion.
- Reserve camera-like motion for product explanation, not decoration.
- Verify text fits 16:9 and 9:16 crops before rendering social variants.