computer-vision-expert

computer-vision-expert is a skill for Claude Code, Codex from bcastelino/agent-skills-kit. It costs 39 tokens per session (877 once invoked), scanned A, a copy of computer-vision-expert, MIT.

A set of guidance for building computer-vision systems, which help software understand images and video. It covers object detection, image segmentation, visual-language models, and spatial analysis.

In plain words
What is it for?
Use it to design or optimize systems that detect objects, outline image regions, estimate depth, reconstruct 3D scenes, or analyze visual information.
Why use it?
It helps when choosing and connecting vision methods, especially for real-time processing or deployment on edge hardware such as cameras and embedded devices.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design or optimize systems that detect objects, outline image regions, estimate depth, reconstruct 3D scenes, or analyze visual information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bcastelino/agent-skills-kit/computer-vision-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bcastelino/agent-skills-kit --skill computer-vision-expert
Clone the repo
git clone --depth 1 https://github.com/bcastelino/agent-skills-kit

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin computer-vision-expert/plugin install computer-vision-expert after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for computer-vision-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/bcastelino/agent-skills-kit/computer-vision-expert/github.svg)](https://agentmods.dev/skills/bcastelino/agent-skills-kit/computer-vision-expert)
Your own site
<a href="https://agentmods.dev/skills/bcastelino/agent-skills-kit/computer-vision-expert"><img src="https://agentmods.dev/badge/skills/bcastelino/agent-skills-kit/computer-vision-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for computer-vision-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/bcastelino/agent-skills-kit/computer-vision-expert"><img src="https://agentmods.dev/badge/skills/bcastelino/agent-skills-kit/computer-vision-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 877 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 95% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00877
Opus 5 $0.00019 $0.00439
Sonnet 5 $0.00008 $0.00175
Haiku 4.5 $0.00004 $0.00088

Measured 9d ago against content hash 9f68a983345e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

computer-vision-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

95% identical to computer-vision-expert — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/computer-vision-expert/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Computer 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.

Read the full file on GitHub · 71 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 71 lines · 39 tokens per session scan A 9f68a983345e

Subscribe to this mod's changes

computer-vision-expert is a skill published in the GitHub repository bcastelino/agent-skills-kit (2 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 877 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to computer-vision-expert, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

agy-prompting

Internal helper — how to tighten a user request into a sharp prompt for the Antigravity CLI (agy / Gemini 3.x with native web search and agentic tools).

MarcosNahuel/antigravity-plugin-cc · 40 tokens

gemini-3-prompting

Guidance for writing effective prompts for Antigravity (agy) / Gemini 3 models.

Vit129/agy-plugin-cc · 26 tokens

gemini-proxy

A prompt-polishing mode that sends the next set of substantial requests to Gemini, which rewrites them into clearer, more detailed instructions before the agent responds. Gemini improves the wording but does not replace the conversation or perform the task itself.

freestyler-arb/imagine-gemini-for-claude-codex · 120 tokens

ai-engineering-toolkit

6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.

sickn33/agentic-awesome-skills · 47 tokens

embedding-strategies

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.

rmyndharis/antigravity-skills · 37 tokens

ai-ml-governance

Governs models and AI systems in production — intended use, evaluation, monitoring, human oversight, documentation, and the decision to deploy or retire. Use this before deploying a model or AI feature, when defining evaluation criteria, when a model's behavior has drifted, when assessing AI risk or regulatory…

cbrock84/headcount · 83 tokens