Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add remotion-dev/remotion --skill "video-report"
Install specific skill from multi-skill repository
# Description
Generate a report about a video
# SKILL.md
name: video-report
description: Generate a report about a video
When a user reports a video not working, we should download the URL and put it as the src in packages/example/src/NewVideo.tsx.
Then, in packages/example, we should run bunx remotion render NewVideo --log=verbose.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.