add-expert

- Add the expert's photo to both:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "add-expert" with this command: npx skills add remotion-dev/remotion/remotion-dev-remotion-add-expert

Steps

Add the expert's photo to both:

  • packages/docs/static/img/freelancers/<firstname>.png

  • packages/promo-pages/public/img/freelancers/<firstname>.png

The 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 :

{ 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@example.com' | 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 date

  • slug must be lowercase, hyphenated version of the name

  • Set unused social fields to null

  • The entry goes at the end of the experts array (before the closing ] )

Render the expert card by running in packages/docs :

bun render-cards

This generates packages/docs/static/generated/experts-<slug>.png . Verify it says "Rendered experts-<slug>" (not "Existed").

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

remotion-best-practices

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Repository SourceNeeds Review
148.1K2.1Kremotion-dev
Coding

web-renderer-test

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

writing-docs

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

make-pr

No summary provided by upstream source.

Repository SourceNeeds Review