roboflow-data-management

Installation
SKILL.md

For agents — source-of-truth: This skill is authored in roboflow/computer-vision-skills and shipped with the Roboflow plugin. If your client has loaded the plugin (you'll see roboflow:<name> skills in your available skills list), use those local skills — they're read fresh from disk every session. The same content served as MCP resources at roboflow://skills/<name>/... is a fallback for clients without the plugin and may lag this repo. Don't call ReadMcpResourceTool for roboflow://skills/... URIs when a local roboflow:<name> skill is available.

Data Management on Roboflow

Project Types

Type Annotation Format Use Case
Object Detection Bounding box (polygon/mask auto-converted) Locate objects with boxes
Instance Segmentation Polygon, Mask Pixel-level per-object boundaries
Semantic Segmentation Polygon, Mask Pixel-level class regions
Keypoint Detection Keypoints (skeleton) Pose/skeleton estimation
Single-Label Classification Image-level label (no drawn annotations) One class per image
Multi-Label Classification Image-level labels Multiple classes per image

Project type is set at creation and cannot be changed later.

Uploading Data

Installs
35
GitHub Stars
15
First Seen
May 5, 2026
roboflow-data-management — roboflow/computer-vision-skills