What problem does it solve? Adding a new expert to the Remotion experts page involves several manual steps across multiple packages: placing headshot images in two locations, editing a TypeScript data file with a strict schema, and rendering a card image. This Skill guides the AI through the complete workflow so nothing is missed. ## Core Features & Use Cases - Photo Placement: Copies the expert's square PNG headshot into both the docs and promo-pages static image directories. - Structured Data Entry: Appends a correctly formatted expert object (slug, socials, since date, JSX description) to the experts array in experts-data.tsx. - Card Rendering: Runs the bun render-cards command to generate the expert card image and verifies the output was newly rendered. - Use Case: A new Remotion expert joins the program; use this Skill to onboard them onto the public experts page in one pass. ## Quick Start Add Jane Doe as a new expert to the Remotion experts page using her headshot and profile details.