Image Loading Generator Generate a production image loading pipeline with NSCache memory cache, LRU disk cache, request deduplication, image processing, and a drop-in SwiftUI view. When This Skill Activates Use this skill when the user: - Asks to "add image caching" or "cache images" - Wants to "replace AsyncImage" or fix "AsyncImage has no cache" - Mentions "image loading pipeline" or "lazy image loading" - Asks about "image download" or "image prefetching" - Wants "thumbnail generation" or "image resizing" Pre-Generation Checks 1. Project Context Detection - [ ] Check Swift version (require…