writing-docs
作者: remotion-dev
编写Remotion API文档的指南和模板,采用MDX格式。每个API在packages/docs/docs目录下创建一个.mdx文件,将其添加到sidebars.ts中,并运行bun render-cards.ts生成社交预览卡片。API属性使用###标题(而非项目符号),可选参数添加?后缀,并在描述中自然包含默认值。优先使用带有twoslash验证的类型安全代码片段;使用// ---cut---隐藏导入,并始终为...添加title属性。
npx skills add https://github.com/remotion-dev/remotion --skill writing-docs来自 remotion-dev 的更多技能
remotion-best-practices
remotion-dev
Remotion - 在React中创建视频的最佳实践
official
add-expert
remotion-dev
在Remotion专家页面中添加新专家
official
add-sfx
remotion-dev
为 @remotion/sfx 添加新的音效
official
docs-demo
remotion-dev
为Remotion文档添加交互式演示。用于为文档页面创建新的<Demo>组件时使用。
official
fix-dependabot
remotion-dev
修复 Dependabot PR,更新依赖的所有单体仓库实例,运行 bun install 并推送
official
make-pr
remotion-dev
自动化拉取请求创建,包含格式化提交和分支管理。确保不在主分支上,必要时创建功能分支。在提交前对所有受影响的包运行Oxfmt代码格式化。使用package.json中的包名格式化提交和PR标题(例如:“@remotion/shapes:添加心形”)。推送更改后,使用gh CLI自动打开拉取请求。
official
pr-name
remotion-dev
PR 的正确命名
official
remotion-best-practices
remotion-dev
Remotion - 在React中创建视频的最佳实践
official