voxel51

24 mods across 2 repositories, 63 stars between them.

fiftyone-skills

01

voxel51/fiftyone-skills

Plugin Claude Code

Plugin marketplace listing 18 plugins: fiftyone-dataset-import, fiftyone-dataset-export, fiftyone-find-duplicates, fiftyone-dataset-inference, fiftyone-model-evaluation.

39 16d ago A tokens not measured original Apache-2.0

fiftyone-skills

02

voxel51/fiftyone-skills

Plugin Claude Code

Build high-quality datasets and computer vision models. Visualize datasets, analyze models, find duplicates, run inference, evaluate predictions, and develop custom plugins.

39 16d ago A tokens not measured original Apache-2.0

fiftyone

03

voxel51/fiftyone-skills

MCP server Claude CodeCodexCursor +2

MCP server "fiftyone" as configured in voxel51/fiftyone-skills. Launched with fiftyone-mcp.

39 16d ago A tokens not measured original Apache-2.0

voxel51/fiftyone-skills

Instructions file CodexOpenCode

Instructions for voxel51/fiftyone-skills, covering fiftyone skills - agent instructions, available skills, fiftyone dataset import (fiftyone-dataset-import/), fiftyone dataset export (fiftyone-dataset-export/) and fiftyone model evaluation (fiftyone-model-evaluation/).

39 16d ago A 5,844 tokens original Apache-2.0

help

05

voxel51/fiftyone-skills

Command

Get help with FiftyOne skills, understand available workflows, and troubleshoot setup issues.

39 16d ago A 17 tokens original Apache-2.0

quickstart

06

voxel51/fiftyone-skills

Command

Guided quickstart for FiftyOne - choose between user workflows (import, inference, visualization) or developer workflows (plugin development).

39 16d ago A 29 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Use when driving the FiftyOne App via the Playwright MCP — plugin/operator verification, demo or screencast recording, or any end-to-end UI automation against fo.launchapp(...). Covers the critical "do not navigate after reloaddataset" crash, launcher patterns (remote=True, trigger-file IPC), MUI-specific…

39 16d ago A 143 tokens original Apache-2.0

fiftyone-code-style

08

voxel51/fiftyone-skills

Skill Claude CodeCodex

Writes Python code following FiftyOne's official conventions. Use when contributing to FiftyOne, developing plugins, or writing code that integrates with FiftyOne's codebase.

39 16d ago A 38 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Creates Jupyter notebooks for FiftyOne workflows including getting-started guides, tutorials, recipes, and full ML pipelines. Use when creating notebooks, writing tutorials, building demos, or generating FiftyOne walkthroughs covering data loading, exploration, inference, evaluation, and export.

39 16d ago C 60 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

End-to-end dataset curation for FiftyOne: inspect schema and quality, audit annotations, analyze class distributions, explore embeddings, find duplicates, create curated subsets, and build train/val/test splits. Works with any computer vision dataset type.

39 16d ago A 56 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Exports FiftyOne datasets to standard formats (COCO, YOLO, VOC, CVAT, CSV, etc.) and Hugging Face Hub. Use when converting datasets, exporting for training, creating archives, sharing data in specific formats, or publishing datasets to Hugging Face.

39 16d ago A 62 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Imports datasets into FiftyOne with automatic format detection. Supports all media types (images, videos, point clouds), label formats (COCO, YOLO, VOC, KITTI), multimodal grouped datasets, and Hugging Face Hub datasets. Use when importing datasets from local files or Hugging Face, loading autonomous driving data, or…

39 16d ago A 77 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Run ML model inference on FiftyOne datasets. Use when running models for detection, classification, segmentation, or embeddings. Discovers available models dynamically from the Zoo, plugin operators, or custom sources — never assumes a fixed model list.

39 16d ago A 54 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

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.

39 16d ago A 42 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Visualizes datasets in 2D using embeddings with UMAP or t-SNE dimensionality reduction. Use when exploring dataset structure, finding clusters, identifying outliers, or understanding data distribution.

39 16d ago A 48 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Evaluates FiftyOne plugins for quality, security, and agent-readiness. Use when reviewing a plugin before installation, auditing an existing plugin, validating a plugin you just built, or assessing community plugins for safety. Produces a structured report with scores and actionable recommendations.

39 16d ago B 60 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Finds duplicate or near-duplicate images in FiftyOne datasets using brain similarity computation. Use when deduplicating datasets, finding similar images, or removing redundant samples.

39 16d ago A 40 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Generate a Data Lens connector from an external database schema. Use when users want to connect an external data source (PostgreSQL, BigQuery, Databricks, MySQL, etc.) to FiftyOne Data Lens, or when they have a database schema and want to browse/import that data through the FiftyOne App.

39 16d ago A 75 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Triages FiftyOne GitHub issues by categorizing as fixed, won't fix, not reproducible, or still valid. Use when reviewing GitHub issues, triaging bugs, or closing stale issues in the voxel51/fiftyone repository.

39 16d ago A 57 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Evaluate model predictions against ground truth using COCO, Open Images, or custom protocols. Use when computing mAP, precision, recall, confusion matrices, or analyzing TP/FP/FN examples for detection, classification, segmentation, or regression tasks.

39 16d ago A 56 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Answers FiftyOne Python SDK questions with accurate, runnable code. Use when the user asks how to do something in the FiftyOne Python SDK, asks a docs question, no skill or operator covers their goal, or the agent is unsure of the correct FiftyOne method, argument, or field path while writing code — e.g. "how do I do…

39 16d ago A 122 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Diagnose and fix common FiftyOne issues automatically. Use when a dataset disappeared, the App won't open, changes aren't saving, MongoDB errors occur, video codecs fail, notebook connectivity breaks, operators are missing, or any recurring FiftyOne pain point needs solving.

39 16d ago C 59 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Build FiftyOne UIs using VOODO (@voxel51/voodo), the official React component library. Use when building plugin panels, creating interactive UIs, or styling FiftyOne applications. Fetches complete component API reference dynamically.

39 16d ago A 55 tokens original Apache-2.0

voxel51/fiftyone-skills

Skill Claude CodeCodex

Use when integrating a model into FiftyOne's remote model zoo — detection, classification, segmentation, embedding, keypoint, or vision-language (VLM) models loaded via registerzoomodelsource and loadzoomodel, then applied with dataset.applymodel. Also for debugging zoo registration, manifest.json issues, custom…

39 16d ago A 110 tokens original Apache-2.0