Skip to content

Commit a68cd16

Browse files
authored
Merge pull request #164 from SharpAI/feature/skills-sidebar-restructure
feat: rename skills for sidebar clarity and disable unstable skills
2 parents fd3f15b + 6d83118 commit a68cd16

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

skills.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"id": "yolo-detection-2026",
57-
"name": "YOLO 2026 Object Detection",
57+
"name": "YOLO 2026",
5858
"description": "State-of-the-art real-time object detection — 80+ COCO classes, bounding box overlays, multi-size model selection.",
5959
"version": "1.0.0",
6060
"category": "detection",
@@ -136,7 +136,7 @@
136136
},
137137
{
138138
"id": "depth-estimation",
139-
"name": "Depth Estimation (Privacy)",
139+
"name": "Depth Anything V2",
140140
"description": "Privacy-first depth map transforms — anonymize camera feeds with Depth Anything v2 while preserving spatial awareness.",
141141
"version": "1.1.0",
142142
"category": "privacy",
@@ -171,6 +171,7 @@
171171
{
172172
"id": "model-training",
173173
"name": "Model Training",
174+
"disabled": true,
174175
"description": "Agent-driven YOLO fine-tuning — annotate, train, auto-export to TensorRT/CoreML/OpenVINO, deploy as detection skill.",
175176
"version": "1.0.0",
176177
"category": "training",
@@ -202,6 +203,7 @@
202203
{
203204
"id": "segmentation-sam2",
204205
"name": "SAM2 Segmentation",
206+
"disabled": true,
205207
"description": "Interactive click-to-segment using Segment Anything 2 — pixel-perfect masks, point/box prompts, video tracking.",
206208
"version": "1.0.0",
207209
"category": "segmentation",
@@ -232,6 +234,7 @@
232234
{
233235
"id": "annotation-data",
234236
"name": "Annotation Data",
237+
"disabled": true,
235238
"description": "Dataset annotation management — COCO labels, sequences, export, and Kaggle upload for Annotation Studio.",
236239
"version": "1.0.0",
237240
"category": "annotation",

0 commit comments

Comments
 (0)