npx skills add remotion-dev/remotion --skill add-expert
dexhunter/remotion · Archived
add-expert
Add a new expert to the Remotion experts page
Installation
npx skills add dexhunter/remotion --skill add-expert
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Add a new Remotion bug entry to packages/bugs/api/[v].ts. Use when the user describes a bug and…
1 installsAdd a test case to the web renderer
1 installsAdd a new package to the Remotion monorepo, including package scaffolding, monorepo registratio…
1 installsBest practices for writing Remotion animations that stay intuitive for agents and editable in R…
1 installsSimilar 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 installsAdd a new expert to the Remotion experts page
2.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 installsAlso in this package
Other skills from dexhunter/remotion · top by installs.
npx skills add dexhunter/remotion
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
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 · 1 installs
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").