What problem does it solve? Writing consistent, well-structured documentation for Remotion requires following many specific conventions for MDX formatting, code snippets, components, and page structure. This Skill encodes all of those rules so documentation pages are written correctly the first time. ## Core Features & Use Cases - Page Creation Workflow: Guides adding new .mdx pages in packages/docs/docs, registering them in sidebars.ts, and generating social preview cards with render-cards.ts. - Formatting Conventions: Enforces rules like one API per page, headings for fields, breadcrumb crumbs, and language guidelines (brief, "you"-addressed, no filler). - Special Components: Covers twoslash type-safe code snippets, Steps, ExperimentalBadge, AvailableFrom version indicators, and CompatibilityTable usage. - Use Case: When adding documentation for a new Remotion API like a hook or component, use this Skill to produce a compliant MDX page with proper frontmatter, typed code examples, and version badges, then verify it builds with bun run build-docs. ## Quick Start Write a new documentation page for the useCurrentFrame hook following the Remotion docs guidelines.