| rules/3d.md | 3D content using Three.js and React Three Fiber |
| rules/animations.md | Fundamental animation skills |
| rules/assets.md | Importing images, videos, audio, and fonts |
| rules/audio.md | Audio - importing, trimming, volume, speed, pitch |
| rules/audio-visualization.md | Spectrum bars, waveforms, bass-reactive effects |
| rules/calculate-metadata.md | Dynamic composition duration, dimensions, props |
| rules/can-decode.md | Check if video can be decoded by browser |
| rules/charts.md | Chart and data visualization (bar, pie, line, stock) |
| rules/compositions.md | Compositions, stills, folders, default props |
| rules/display-captions.md | Displaying captions in video |
| rules/extract-frames.md | Extract frames from videos at specific timestamps |
| rules/ffmpeg.md | FFmpeg operations (trimming, silence detection) |
| rules/fonts.md | Google Fonts and local fonts |
| rules/get-audio-duration.md | Get audio duration in seconds |
| rules/get-video-dimensions.md | Get video width and height |
| rules/get-video-duration.md | Get video duration in seconds |
| rules/gifs.md | GIFs synchronized with timeline |
| rules/images.md | Embedding images with Img component |
| rules/import-srt-captions.md | Import SRT caption files |
| rules/light-leaks.md | Light leak overlay effects |
| rules/lottie.md | Lottie animations |
| rules/maps.md | Maps with Mapbox |
| rules/measuring-dom-nodes.md | Measuring DOM element dimensions |
| rules/measuring-text.md | Measuring text, fitting to containers |
| rules/parameters.md | Parametrizable videos with Zod schema |
| rules/sequencing.md | Sequencing - delay, trim, limit duration |
| rules/subtitles.md | Subtitles and captions |
| rules/tailwind.md | TailwindCSS in Remotion |
| rules/text-animations.md | Typography and text animations |
| rules/timing.md | Interpolation curves - linear, easing, spring |
| rules/transitions.md | Scene transitions |
| rules/transparent-videos.md | Rendering with transparency |
| rules/trimming.md | Trimming animations |
| rules/videos.md | Embedding videos - trimming, volume, speed, looping |