Agent skill · Security

computer-vision-pipeline

Build production computer vision pipelines for object detection, tracking, and video analysis. Handles drone footage, wildlife monitoring, and real-time detection. Supports YOLO, Detectron2, TensorFlow, PyTorch. Use for archaeological surveys, conservation, security. Activate on "object detection", "video analysis", "YOLO", "tracking", "drone footage". NOT for simple image filters, photo editing, or face recognition APIs.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill computer-vision-pipeline-curiositech-some-claude-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBash(python*pip*ffmpeg*)
Path: skills/ai-ml/computer-vision-pipeline-curiositech-some-claude-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Computer Vision Pipeline Expert in building production-ready computer vision systems for object detection, tracking, and video analysis. ## When to Use ✅ **Use for**: - Drone footage analysis (archaeological surveys, conservation) - Wildlife monitoring and tracking - Real-time object detection systems - Video preprocessing and analysis - Custom model training and inference - Multi-object tracking (MOT) ❌ **NOT for**: - Simple image filters (use Pillow/PIL) - Photo editing (use Photoshop/GIMP) - Face recognition APIs (use AWS Rekognition) - Basic OCR (use Tesseract) --- ## Technology Selection ### Object Detection Models | Model | Speed (FPS) | Accuracy (mAP) | Use Case | |-------|-------------|----------------|----------| | YOLOv8 | 140 | 53.9% | Real-time detection | | Detectron2 | 25 | 58.7% | High accuracy, research | | EfficientDet | 35 | 55.1% | Mobile deployment | | Faster R-CNN | 10 | 42.0% | Legacy systems | **Timeline**: - 2015: Faster R-CNN (two-stage detection) - 2016: YOLO v1 (one-stage, real-time) - 2020: YOLOv5 (PyTorch, production-ready) - 2023: YOLOv8 (state-of-the-art) - 2024: YOLOv8 is industry standard for real-time **Decision tree**: ``` Need real-time (>30

What's inside
Steps it walks through
  1. When to Use
  2. Technology Selection
  3. Object Detection Models
  4. Common Anti-Patterns
  5. Anti-Pattern 1: Not Preprocessing Frames Before Detection
  6. Anti-Pattern 2: Processing Every Frame in Video
  7. Anti-Pattern 3: Not Using Batch Inference
  8. Anti-Pattern 4: Ignoring Non-Maximum Suppression (NMS) Tuning
  9. Anti-Pattern 5: No Tracking Between Frames
  10. Production Checklist
  11. When to Use vs Avoid
  12. References
  13. Scripts
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the computer-vision-pipeline skill do?

Build production computer vision pipelines for object detection, tracking, and video analysis. Handles drone footage, wildlife monitoring, and real-time detection. Supports YOLO, Detectron2, TensorFlow, PyTorch. Use for archaeological surveys, conservation, security. Activate on "object detection", "video analysis", "YOLO", "tracking", "drone footage". NOT for simple image filters, photo editing, or face recognition APIs.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill computer-vision-pipeline-curiositech-some-claude-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going