remotion-dev/add-bug
Add a new Remotion bug entry to packages/bugs/api/[v].ts. Use when the user describes a bug and affected Remotion versions that should be surfaced through the bugs API.
npx skills add https://github.com/remotion-dev/remotion --skill add-bug
Add a new bug entry to packages/bugs/api/[v].ts.
The user will describe the bug and the affected version(s). Add the new entry at the top of the bugs array, immediately after the opening bracket, following the existing format:
{
title: '<short title>',
description: '<description with upgrade instruction>',
link: 'https://remotion.dev/changelog',
versions: ['<affected versions>'],
},
Rules:
https://remotion.dev/changelog unless the user provides a specific link.Take remotion-dev/add-bug from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.