Labsco
remotion-dev logo

remotion-dev / remotion

52,100

A skill package that teaches your agent 8 capabilities — every one documented and browsable below, no GitHub required · by remotion-dev.

Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.

add-expert🔥✓ VerifiedFreeQuick setup

Add a new expert to the Remotion experts page

1 file — installable on its own

add-sfx🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Add a new sound effect to @remotion/sfx

1 file — installable on its own

docs-demo🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.

1 file — installable on its own

fix-dependabot🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Fix a Dependabot PR by updating all monorepo instances of the dependency, running bun install, and pushing

1 file — installable on its own

pr-name🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Correct naming for a PR

1 file — installable on its own

video-report🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Generate a report about a video

1 file — installable on its own

web-renderer-test🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Visual snapshot testing for web renderer components using vitest fixtures. Create test fixtures in packages/web-renderer/src/test/fixtures that define a React component, dimensions, frame rate, and duration Register fixtures in packages/web-renderer/src/test/Root.tsx to enable preview functionality Write test cases that render stills using renderStillOnWeb() and validate output with testImage() snapshot comparison Run tests with bunx vitest src/test/video.test.tsx and update documentation in...

1 file — installable on its own

writing-docs🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Guidelines and templates for writing Remotion API documentation in MDX format. Create one .mdx file per API in packages/docs/docs , add it to sidebars.ts , and run bun render-cards.ts to generate social preview cards Use ### headings for API properties (not bullet points), add ? suffix for optional parameters, and include default values naturally in descriptions Prefer type-safe code snippets with twoslash validation; use // ---cut--- to hide imports and always add title attributes to...

1 file — installable on its own