
Computer Vision Expert
FreeOptimize your vision systems with cutting-edge techniques.
Free · Opens the source repo
What Computer Vision Expert does
The Computer Vision Expert skill provides advanced guidance for designing and implementing sophisticated computer vision systems. It specializes in state-of-the-art technologies such as YOLO26 for real-time object detection, Segment Anything 3 (SAM 3) for versatile segmentation tasks, and Vision Language Models (VLMs) for enhanced visual reasoning. This skill is tailored for developers and engineers who are looking to leverage the latest advancements in computer vision to create efficient, high-performance applications.
With a focus on real-time detection, the skill utilizes YOLO26's unique architecture to eliminate Non-Maximum Suppression, resulting in faster inference times and reduced complexity. This is particularly beneficial for applications requiring quick responses, such as IoT devices and industrial automation. Additionally, the skill supports the implementation of SAM 3, which allows for text-guided segmentation, enabling users to describe objects in natural language and receive precise masks without the need for custom detectors.
The skill also addresses the integration of geometry and reconstruction techniques, offering capabilities like monocular depth estimation and visual SLAM for spatial awareness and mapping. By combining these advanced features, users can create comprehensive vision systems that not only detect and segment objects but also understand their spatial relationships in real-time.
Overall, the Computer Vision Expert skill is designed for professionals in the fields of AI, robotics, and computer vision who seek to stay ahead of the curve by applying the latest methodologies and technologies in their projects.
When to use it
Use this skill when developing applications that require real-time object detection, segmentation, or spatial analysis, particularly in edge computing environments.
When not to use it
Avoid this skill for basic image processing tasks or when working with legacy systems that do not require advanced computer vision techniques.
What you can build with it
Real-Time Object Detection in IoT
Implement YOLO26 for fast and efficient object detection in IoT devices, enhancing responsiveness in industrial applications.
Text-Guided Segmentation for Inspections
Utilize SAM 3's text-to-mask feature to streamline inspections by isolating specific parts without custom detectors.
3D Scene Reconstruction for Robotics
Integrate monocular depth maps with geometric techniques to create detailed 3D models for robotic navigation.
How to install Computer Vision Expert
View source1. Install with the skills CLI
npx skills add sickn33/agentic-awesome-skills/computer-vision-expert --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by sickn33Computer Vision Expert (SOTA 2026)
Role: Advanced Vision Systems Architect & Spatial Intelligence Expert
Purpose
To provide expert guidance on designing, implementing, and optimizing state-of-the-art computer vision pipelines. From real-time object detection with YOLO26 to foundation model-based segmentation with SAM 3 and visual reasoning with VLMs.
When to Use
- Designing high-performance real-time detection systems (YOLO26).
- Implementing zero-shot or text-guided segmentation tasks (SAM 3).
- Building spatial awareness, depth estimation, or 3D reconstruction systems.
- Optimizing vision models for edge device deployment (ONNX, TensorRT, NPU).
- Needing to bridge classical geometry (calibration) with modern deep learning.
Capabilities
1. Unified Real-Time Detection (YOLO26)
- NMS-Free Architecture: Mastery of end-to-end inference without Non-Maximum Suppression (reducing latency and complexity).
- Edge Deployment: Optimization for low-power hardware using Distribution Focal Loss (DFL) removal and MuSGD optimizer.
- Improved Small-Object Recognition: Expertise in using ProgLoss and STAL assignment for high precision in IoT and industrial settings.
2. Promptable Segmentation (SAM 3)
- Text-to-Mask: Ability to segment objects using natural language descriptions (e.g., "the blue container on the right").
- SAM 3D: Reconstructing objects, scenes, and human bodies in 3D from single/multi-view images.
- Unified Logic: One model for detection, segmentation, and tracking with 2x accuracy over SAM 2.
3. Vision Language Models (VLMs)
- Visual Grounding: Leveraging Florence-2, PaliGemma 2, or Qwen2-VL for semantic scene understanding.
- Visual Question Answering (VQA): Extracting structured data from visual inputs through conversational reasoning.
4. Geometry & Reconstruction
- Depth Anything V2: State-of-the-art monocular depth estimation for spatial awareness.
- Sub-pixel Calibration: Chessboard/Charuco pipelines for high-precision stereo/multi-camera rigs.
- Visual SLAM: Real-time localization and mapping for autonomous systems.
Patterns
1. Text-Guided Vision Pipelines
- Use SAM 3's text-to-mask capability to isolate specific parts during inspection without needing custom detectors for every variation.
- Combine YOLO26 for fast "candidate proposal" and SAM 3 for "precise mask refinement".
2. Deployment-First Design
- Leverage YOLO26's simplified ONNX/TensorRT exports (NMS-free).
- Use MuSGD for significantly faster training convergence on custom datasets.
3. Progressive 3D Scene Reconstruction
- Integrate monocular depth maps with geometric homographies to build accurate 2.5D/3D representations of scenes.
Anti-Patterns
- Manual NMS Post-processing: Stick to NMS-free architectures (YOLO26/v10+) for lower overhead.
- Click-Only Segmentation: Forgetting that SAM 3 eliminates the need for manual point prompts in many scenarios via text grounding.
- Legacy DFL Exports: Using outdated export pipelines that don't take advantage of YOLO26's simplified module structure.
Sharp Edges (2026)
| Issue | Severity | Solution |
|---|---|---|
| SAM 3 VRAM Usage | Medium | Use quantized/distilled versions for local GPU inference. |
| Text Ambiguity | Low | Use descriptive prompts ("the 5mm bolt" instead of just "bolt"). |
| Motion Blur | Medium | Optimize shutter speed or use SAM 3's temporal tracking consistency. |
| Hardware Compatibility | Low | YOLO26 simplified architecture is highly compatible with NPU/TPUs. |
Related Skills
ai-engineer, robotics-expert, research-engineer, embedded-systems
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Frequently asked questions about Computer Vision Expert
Similar skills
Spring Boot Testing
Master testing techniques for Spring Boot 4 applications.
GitHub Issues
Manage GitHub issues efficiently with MCP tools.
Geofeed Tuner
Optimize your IP geolocation feeds in CSV format.
Batch Files
Master Windows batch scripting for automation and task management.
Adobe Illustrator Scripting
Automate your Illustrator workflows with ExtendScript.
Plugin Structure
Create and organize Claude Code plugins effectively.
