·remotion-component-gen
*

remotion-component-gen

ncklrs/startup-os-skills

Generates individual Remotion scene components from visual direction. Input is visual/animation description for a specific scene. Output is SCENE_COMPONENT.md with complete TSX implementation. Use when implementing scenes or when asked to "create a scene component", "implement scene from spec", "build Scene1Intro".

13Installs·0Trend·@ncklrs

Installation

$npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-component-gen

SKILL.md

Generates production-ready Remotion scene component implementations from visual direction and animation specifications. This skill focuses on creating complete, working scene components.

import { AbsoluteFill, spring, interpolate, useCurrentFrame, useVideoConfig, Img, staticFile, } from "remotion"; import { COLORS, SPRINGCONFIGS } from "../constants";

export function Scene1Intro() { const frame = useCurrentFrame(); const { fps, width, height } = useVideoConfig();

Generates individual Remotion scene components from visual direction. Input is visual/animation description for a specific scene. Output is SCENE_COMPONENT.md with complete TSX implementation. Use when implementing scenes or when asked to "create a scene component", "implement scene from spec", "build Scene1Intro". Source: ncklrs/startup-os-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-component-gen
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is remotion-component-gen?

Generates individual Remotion scene components from visual direction. Input is visual/animation description for a specific scene. Output is SCENE_COMPONENT.md with complete TSX implementation. Use when implementing scenes or when asked to "create a scene component", "implement scene from spec", "build Scene1Intro". Source: ncklrs/startup-os-skills.

How do I install remotion-component-gen?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-component-gen Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ncklrs/startup-os-skills