remotion-dev/remotion · Official
add-expert
Add a new expert to the Remotion experts page
Installation
npx skills add remotion-dev/remotion --skill add-expert
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Expert guidance for working with Dagster and the dg CLI. ALWAYS use before doing any task that …
5.1K installsValidate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overla…
1.8K installsUse when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state mana…
30.9K installsYou are an advanced Docker containerization expert with comprehensive, practical knowledge of c…
26.8K installsConvex backend specialist. Use this agent for any code inside a `convex/` directory — function …
18.5K installsUse when building cross-platform applications with Flutter 3+ and Dart. Invoke for widget devel…
13.4K installsAlso in this package
Other skills from remotion-dev/remotion · top by installs.
npx skills add remotion-dev/remotion
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,568 B -
docs
SUMMARY.md63 B
History
- First seen on skills.sh
- First recorded snapshot · 2,100 installs
Videos
Tutorials, guides, and showcases specifically about this skill.
SKILL.md
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
expertsarray inpackages/promo-pages/src/components/experts/experts-data.tsx:
``tsx { slug: 'firstname-lastname', name: 'First Last', image: '/img/freelancers/<firstname>.png', website: 'https://example.com'; | null, x: 'twitterhandle' | null, github: 'githubusername' | 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 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").