From ai-brain-starter
Provides best practices for building videos with Remotion in React. Covers captions, FFmpeg integration, audio visualization, 3D, animations, assets, charts, and more.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-brain-starter:remotion-best-practicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.mdUse this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
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 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/sound-effects.md file for more information.
Read individual rule files for detailed explanations and code examples:
npx claudepluginhub mycelium-hq/ai-brain-starter --plugin ai-brain-starterBest practices and patterns for Remotion video creation in React, including animations, audio, compositions, sequencing, and TailwindCSS integration.
Provides Remotion best practices covering 3D, animations, audio, captions, charts, fonts, sequencing, timing, and TailwindCSS integration.
Provides Remotion best practices for video creation in React: animation patterns (useCurrentFrame, interpolate, Easing), proper use of Sequence, staticFile, and media components (Img, Video, Audio). Warns against CSS transitions, Tailwind animations.