ClaudeSuperPower

fiftyone-develop-plugin

Skill

Develops custom FiftyOne plugins (operators and panels) from scratch. Use when creating plugins, extending FiftyOne with custom operators, building interactive panels, or integrating external APIs.

Install

git clone https://github.com/voxel51/fiftyone-skills.git ~/.claude/skills/fiftyone-develop-plugin

What is fiftyone-develop-plugin?

Develops custom FiftyOne plugins (operators and panels) from scratch. Use when creating plugins, extending FiftyOne with custom operators, building interactive panels, or integrating external APIs.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~49 tokens of context used while enabled, before you invoke anything

Documentation

README · ~9 min read

Develop FiftyOne Plugins

TL;DR — Read This First

Step 1: Decide what you're building.

GoalTypeRead next
Run a computation, process samples, trigger actionsOperatorPYTHON-OPERATOR.md
Persistent panel in the grid, simple/form UIPython PanelPYTHON-PANEL.md
Persistent panel in the grid, rich/interactive UIHybrid PanelHYBRID-PLUGINS.md + JAVASCRIPT-PANEL.md
Panel that opens inside the sample modalJS Modal PanelJAVASCRIPT-PANEL.md

Step 2: Read that file NOW — before generating any code. Each file contains patterns that are not in SKILL.md. Missing them causes the most common failures (wrong default= usage, handler binding errors, panel not appearing in App).

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.