npx skills add ...
npx skills add remotion-dev/remotion --skill add-expert
npx skills add remotion-dev/remotion --skill add-expert
Add a new expert to the Remotion experts page
Add the expert's photo to both:
packages/docs/static/img/freelancers/<firstname>.pngpackages/promo-pages/public/img/freelancers/<firstname>.pngThe image should be a square headshot (PNG format). Both paths must have the same file.
Add an entry to the experts array in packages/promo-pages/src/components/experts/experts-data.tsx:
since should be set to today's dateslug must be lowercase, hyphenated version of the namenullexperts array (before the closing ])Render the expert card by running in packages/docs:
This generates packages/docs/static/generated/experts-<slug>.png. Verify it says "Rendered experts-<slug>" (not "Existed").