From craft-workspace-webconsulting-skills
Provides best practices for Remotion video creation in React, including project setup, studio preview, animations, audio handling, charts, compositions, and 3D with Three.js.
npx claudepluginhub dirnbauer/webconsulting-skillsThis skill uses the workspace's default tool permissions.
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
rules/3d.mdrules/animations.mdrules/assets.mdrules/assets/charts-bar-chart.tsxrules/assets/text-animations-typewriter.tsxrules/assets/text-animations-word-highlight.tsxrules/audio-visualization.mdrules/audio.mdrules/calculate-metadata.mdrules/can-decode.mdrules/charts.mdrules/compositions.mdrules/display-captions.mdrules/extract-frames.mdrules/ffmpeg.mdrules/fonts.mdrules/get-audio-duration.mdrules/get-video-dimensions.mdrules/get-video-duration.mdrules/gifs.mdProvides best practices for Remotion video creation in React, including project setup, studio preview, rendering, animations, audio handling, 3D with Three.js, charts, compositions, and assets.
Provides best practices for Remotion video creation in React: project setup with create-video, frame-based animations using interpolate and Sequence, media via Img/Video/Audio, and asset handling with staticFile.
Provides best practices for Remotion video creation in React, covering 3D with Three.js, animations, audio, assets, compositions, captions, charts, fonts, Lottie, Tailwind, and timing.
Share bugs, ideas, or general feedback.
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
When in an empty folder or workspace with no existing Remotion project, scaffold one using:
npx create-video@latest --yes --blank --no-tailwind my-video
Replace my-video with a suitable project name.
Stsrt the Remotion Studio to preview a video:
npx remotion studio
You can render a single frame with the CLI to sanity-check layout, colors, or timing.
Skip it for trivial edits, pure refactors, or when you already have enough confidence from Studio or prior renders.
npx remotion still [composition-id] --scale=0.25 --frame=30
At 30 fps, --frame=30 is the one-second mark (--frame is zero-based).
When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information.
For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information.
When needing to detect and trim silent segments from video or audio files, load the ./rules/silence-detection.md file.
When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rules/audio-visualization.md file for more information.
When needing to use sound effects, load the ./rules/sfx.md file for more information.
Read individual rule files for detailed explanations and code examples:
This skill is based on the excellent work by remotion-dev.
Original repository: https://github.com/remotion-dev/skills
Special thanks to remotion-dev for their generous open-source contributions, which helped shape this skill collection. Adapted by webconsulting.at for this skill collection