remotion-dev/add-expert
Add a new expert to the Remotion experts page
npx skills add https://github.com/remotion-dev/remotion --skill add-expert
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.
experts array in packages/promo-pages/src/components/experts/experts-data.tsx: {
slug: 'firstname-lastname',
name: 'First Last',
image: '/img/freelancers/<firstname>.png',
website: 'https://example.com' | null,
x: 'twitter_handle' | null,
github: 'github_username' | null,
linkedin: 'in/linkedin-slug/' | null,
email: '[email protected]' | null,
videocall: 'https://cal.com/...' | null,
since: new Date('YYYY-MM-DD').getTime(),
description: (
<div>
A short description of the expert's work and specialties.
Links to projects can be included with <a> tags.
</div>
),
},
since should be set to today's dateslug must be lowercase, hyphenated version of the namenullexperts array (before the closing ])packages/docs: bun render-cards
This generates packages/docs/static/generated/experts-<slug>.png. Verify it says "Rendered experts-\<slug\>" (not "Existed").
Take remotion-dev/add-expert from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.