This skill equips Claude with specialized knowledge of Apple's FoundationModels framework, introduced for iOS 26+. It provides patterns for implementing privacy-focused, on-device AI features such as text generation, summarization, and tool calling without relying on cloud services. Developers can leverage this skill to implement the @Generable macro for structured output, handle model availability checks for Apple Intelligence, and manage snapshot streaming for real-time UI updates, all while adhering to Apple's 4,096 token context window constraints.
主な機能
01Implementation patterns for Apple FoundationModels on iOS 26+
02Domain-specific tool calling and error handling patterns
03Comprehensive model availability and device eligibility checks
040 GitHub stars
05Real-time snapshot streaming for fluid SwiftUI integration
06Structured data extraction using the @Generable macro