This is a routing skill that detects when you're doing any computer vision work with Apple's Vision framework and hands off to the right specialized tools. It covers the full range of iOS CV tasks: object detection, face recognition, OCR, body tracking, document scanning, and even the newer Visual Intelligence features in iOS 26+. The routing approach makes sense here since computer vision spans so many use cases, and you don't want to manually pick the right skill every time. It's part of the larger Axiom collection from charleswiltgen, which has decent traction at 945 stars and nearly 200 installs.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-ios-vision