什么是 fiftyone-develop-plugin?
从头开始开发自定义 FiftyOne 插件(操作器和面板)。在创建插件、使用自定义运算符扩展 FiftyOne、构建交互式面板或集成外部 API 时使用。 来源:voxel51/fiftyone-skills。
从头开始开发自定义 FiftyOne 插件(操作器和面板)。在创建插件、使用自定义运算符扩展 FiftyOne、构建交互式面板或集成外部 API 时使用。
通过命令行快速安装 fiftyone-develop-plugin AI 技能到你的开发环境
来源:voxel51/fiftyone-skills。
Understand before coding Ask clarifying questions. Never assume what the plugin should do.
Plan before implementing Present file structure and design. Get user approval before generating code.
Delegated Execution Use for operations that: process >100 samples or take >1 second.
从头开始开发自定义 FiftyOne 插件(操作器和面板)。在创建插件、使用自定义运算符扩展 FiftyOne、构建交互式面板或集成外部 API 时使用。 来源:voxel51/fiftyone-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-develop-plugin从头开始开发自定义 FiftyOne 插件(操作器和面板)。在创建插件、使用自定义运算符扩展 FiftyOne、构建交互式面板或集成外部 API 时使用。 来源:voxel51/fiftyone-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-develop-plugin 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/voxel51/fiftyone-skills