Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add remotion-dev/remotion --skill "make-pr"
Install specific skill from multi-skill repository
# Description
Open a pull request for the current feature
# SKILL.md
name: make-pr
description: Open a pull request for the current feature
Ensure we are not on the main branch, make a branch if necessary.
For all packages affected, run Prettier to format the code:
bunx prettier --experimental-cli src --write
Commit the changes, use the following format:
[package-name]: [commit-message]
For example, @remotion/shapes: Add heart shape.
The package name must be obtained from package.json.
If multiple packages are affected, use the one that you think if most relevant.
Push the changes to the remote branch.
Use the gh CLI to create a pull request and use the same format as above for the title.
# 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.