ck:remotion

Build Remotion video compositions with frame-driven React animation and media handling.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-remotion-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:remotion
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/remotion
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-remotion-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you build reliable, frame-accurate Remotion videos without guessing at animation timing, asset loading, or rendering behavior.

Core Features & Use Cases

  • Timeline-driven animation: Create motion with useCurrentFrame, springs, interpolation, sequences, and transitions.
  • Media and asset handling: Use the correct Remotion components for images, videos, audio, fonts, captions, and animated images.
  • Production setup guidance: Support composition metadata, layout patterns, and rendering-safe best practices for React-based video projects.

Quick Start

Ask for a Remotion composition that matches your scene, target resolution, and animation style, and include any media or captions it needs.

Frequently Asked Questions about ck:remotion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create React video compositions that render without flickering?

To create flicker-free React video compositions, use deterministic useCurrentFrame-based timing and correct font and asset loading. Proper Remotion media components prevent visual flicker and export errors.

How do I add animated captions and titles to a Remotion video?

Add animated captions and titles to a Remotion video by using timeline-driven animation. This involves using useCurrentFrame, springs, interpolation, and sequences to achieve frame-accurate motion graphics.

Why does my Remotion video export fail when loading images and audio?

Remotion exports fail when using standard HTML tags for media instead of Remotion media components. Using rendering-safe layout patterns for images, videos, audio, and fonts avoids export errors.

What is the best way to build frame-accurate transitions for social videos?

The best way to build frame-accurate transitions for social videos is by using deterministic useCurrentFrame-based timing within Remotion compositions, ensuring reliable and precise animation synchronization.

Can I use Remotion for data visualization and charts in motion graphics?

Yes, you can use Remotion for data visualization in motion graphics. The Skill builds compositions covering charts, titles, and transitions with frame-driven React animation tailored for social videos.

Do I need React knowledge to build Remotion compositions with media handling?

Yes, React knowledge is required to build Remotion compositions. The framework relies on rendering-safe React layout patterns, Remotion media components, and composition metadata to manage assets correctly.