skills/smithery.ai/fiftyone-develop-plugin

fiftyone-develop-plugin

Installation
SKILL.md

Develop FiftyOne Plugins

Key Directives

ALWAYS follow these rules:

1. Understand before coding

Ask clarifying questions. Never assume what the plugin should do.

2. Plan before implementing

Present file structure and design. Get user approval before generating code.

3. Search existing plugins for patterns

# Clone official plugins for reference
git clone https://github.com/voxel51/fiftyone-plugins.git /tmp/fiftyone-plugins 2>/dev/null || true
Installs
2
First Seen
Mar 19, 2026
fiftyone-develop-plugin from smithery.ai