From 6d831184b6a99f371a1b9387b44239edc0a5bd2d Mon Sep 17 00:00:00 2001 From: Simba Zhang Date: Tue, 17 Mar 2026 22:39:24 -0700 Subject: [PATCH] feat: rename skills for sidebar clarity and disable unstable skills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Renamed 'YOLO 2026 Object Detection' → 'YOLO 2026' - Renamed 'Depth Estimation (Privacy)' → 'Depth Anything V2' - Added disabled: true to Model Training, SAM2 Segmentation, Annotation Data --- skills.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/skills.json b/skills.json index cdd68cd8..d879c762 100644 --- a/skills.json +++ b/skills.json @@ -54,7 +54,7 @@ }, { "id": "yolo-detection-2026", - "name": "YOLO 2026 Object Detection", + "name": "YOLO 2026", "description": "State-of-the-art real-time object detection — 80+ COCO classes, bounding box overlays, multi-size model selection.", "version": "1.0.0", "category": "detection", @@ -136,7 +136,7 @@ }, { "id": "depth-estimation", - "name": "Depth Estimation (Privacy)", + "name": "Depth Anything V2", "description": "Privacy-first depth map transforms — anonymize camera feeds with Depth Anything v2 while preserving spatial awareness.", "version": "1.1.0", "category": "privacy", @@ -171,6 +171,7 @@ { "id": "model-training", "name": "Model Training", + "disabled": true, "description": "Agent-driven YOLO fine-tuning — annotate, train, auto-export to TensorRT/CoreML/OpenVINO, deploy as detection skill.", "version": "1.0.0", "category": "training", @@ -202,6 +203,7 @@ { "id": "segmentation-sam2", "name": "SAM2 Segmentation", + "disabled": true, "description": "Interactive click-to-segment using Segment Anything 2 — pixel-perfect masks, point/box prompts, video tracking.", "version": "1.0.0", "category": "segmentation", @@ -232,6 +234,7 @@ { "id": "annotation-data", "name": "Annotation Data", + "disabled": true, "description": "Dataset annotation management — COCO labels, sequences, export, and Kaggle upload for Annotation Studio.", "version": "1.0.0", "category": "annotation",