Handles the full stack of iOS photo and camera work: PhotosPicker for SwiftUI photo selection, AVCaptureSession for camera capture, PHPhotoLibrary for direct library access, and all the permission handling that goes with it. The patterns target iOS 16+ with Swift 6.3, covering both the modern PhotosPicker (which runs out-of-process and needs no permissions for browsing) and the older PHPicker/UIImagePickerController when you need them. Includes concrete examples for single and multi-selection, media type filtering, Transferable loading, and the two-tier photo library permission model. Use this when you need to let users pick photos, take pictures, record video, or save media back to their library.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill photokit