add-expert by remotion-dev/remotion
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>.png图片应为方形头像(PNG 格式)。两个路径必须使用相同的文件。
添加一个条目 到 packages/promo-pages/src/components/experts/experts-data.tsx 文件中的 experts 数组:
{
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> 标签包含项目链接。
</div>
),
},
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
since 应设置为今天的日期slug 必须是名称的小写、连字符版本nullexperts 数组的末尾(在闭合的 ] 之前)渲染专家卡片,在 packages/docs 目录下运行:
bun render-cards
这将生成 packages/docs/static/generated/experts-<slug>.png。请确认输出显示 "Rendered experts-<slug>"(而不是 "Existed")。
每周安装量
211
代码仓库
GitHub 星标数
40.6K
首次出现
2026年2月13日
安全审计
安装于
opencode187
codex187
gemini-cli185
github-copilot183
amp182
kimi-cli182
Add the expert's photo to both:
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.
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 dateslug must be lowercase, hyphenated version of the namenullexperts 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").
Weekly Installs
211
Repository
GitHub Stars
40.6K
First Seen
Feb 13, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
opencode187
codex187
gemini-cli185
github-copilot183
amp182
kimi-cli182
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装