Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
remotion-dev avatar

Add Expert

  • 1.7k installs
  • 55.5k repo stars
  • Updated August 4, 2026
  • remotion-dev/remotion

add-expert is an agent skill that add a new expert to the remotion experts page.

About

add-expert is an agent skill from remotion-dev/remotion that add a new expert to the remotion experts page. ## Steps 1. **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. 2. **Add an entry** to the `experts` array in `packages/promo-pages/src/component Developers invoke add-expert during operate/infra work for cloud & infrastructure tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments. Category Cloud & Infrastructure with operations vertical focus supports repeatable agent-guided delivery.

  • 1. **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.
  • 2. **Add an entry** to the `experts` array in `packages/promo-pages/src/components/experts/experts-data.tsx`:

Add Expert by the numbers

  • 1,736 all-time installs (skills.sh)
  • +99 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #222 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

add-expert capabilities & compatibility

Capabilities
1. **add the expert's photo** to both: · `packages/docs/static/img/freelancers/<firstname · `packages/promo pages/public/img/freelancers/<fi · the image should be a square headshot (png forma · 2. **add an entry** to the `experts` array in `p
Use cases
orchestration
From the docs

What add-expert says it does

- `packages/docs/static/img/freelancers/<firstname>.png`
SKILL.md
- `packages/promo-pages/public/img/freelancers/<firstname>.png`
SKILL.md
The image should be a square headshot (PNG format). Both paths must have the same file.
SKILL.md
npx skills add https://github.com/remotion-dev/remotion --skill add-expert

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.7k
repo stars55.5k
Security audit2 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryremotion-dev/remotion

What it does

Add a new expert to the Remotion experts page

Who is it for?

Developers working on cloud & infrastructure during operate tasks.

Skip if: Tasks outside Cloud & Infrastructure scope described in SKILL.md.

When should I use this skill?

Add a new expert to the Remotion experts page

What you get

Completed cloud & infrastructure workflow aligned with SKILL.md steps.

  • freelancer PNG in two static paths
  • experts-data.tsx array entry

By the numbers

  • Requires headshot PNG in 2 static image directories: packages/docs and packages/promo-pages

Files

SKILL.mdMarkdownGitHub ↗

Steps

1. 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.

2. 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 ])

3. 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").

Related skills

How it compares

Use add-expert instead of generic contribution skills when the task is specifically the Remotion experts page with its dual PNG paths and experts-data.tsx schema.

FAQ

What does add-expert do?

Add a new expert to the Remotion experts page

When should I use add-expert?

During operate infra work for cloud & infrastructure.

Is add-expert safe to install?

Review the Security Audits panel on this listing before production use.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.