概要
This skill equips Claude with specialized knowledge of the modern Swift concurrency model, enabling it to write safer, more efficient asynchronous code for iOS and tvOS applications. It covers essential patterns for async/await, actor-based thread safety, parallel execution via TaskGroups, and proper UI state management using @MainActor. It is an indispensable resource for developers migrating from legacy Grand Central Dispatch (GCD) or architecting high-performance mobile apps that require robust state management and non-blocking background operations.