What problem does it solve? Writing consistent, well-structured documentation for the Remotion project requires following many specific conventions, from MDX formatting and sidebar registration to type-safe code snippets and version badges. This Skill encodes all of those rules so contributors produce compliant docs pages on the first attempt. ## Core Features & Use Cases - Page authoring workflow: Create new .mdx pages in packages/docs/docs, register them in sidebars.ts, and generate social preview cards with bun render-cards.ts. - Documentation conventions: Enforces one-API-per-page structure, heading-based field documentation, breadcrumb crumbs, and language guidelines such as addressing readers as "you" and avoiding filler words. - Rich components and snippets: Covers twoslash type-checked code blocks, Steps, ExperimentalBadge, Demo, AvailableFrom version indicators, and CompatibilityTable usage. - Use Case: When adding documentation for a new Remotion API, use this Skill to scaffold the MDX page with correct frontmatter, optional-parameter headings, compatibility tables, and then verify the docs build with bun run build-docs. ## Quick Start Ask the assistant to write a new Remotion documentation page for a specific API following the writing-docs guidelines.