component-registry
Installation
SKILL.md
When to use
Use this skill when building or composing Remotion scenes. It covers the component architecture, reusable patterns, and code snippets that make video production fast and consistent. Always check this registry before building from scratch.
Architecture Philosophy
Separation of Concerns
Core components (src/components/core/)
→ Reusable across ALL projects
→ Enforces style guide rules automatically
→ Stable API, well-tested