fiftyone-dataset-curation
Installation
SKILL.md
FiftyOne Dataset Curation
End-to-end curation pipeline for any FiftyOne dataset: images, video, point clouds, grouped multimodal. Run all phases sequentially or jump directly to any single phase.
Key Directives
ALWAYS follow these rules — no exceptions:
1. Check for a loaded dataset first
list_datasets()
If none exists, offer to delegate to fiftyone-dataset-import skill.
2. Set context before any operation
set_context(dataset_name="<name>")