一键导入
modern-swift-practices
Access and apply modern Swift best practices, including Liquid Glass Design, On-device Intelligence, and Swift 6+ patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Access and apply modern Swift best practices, including Liquid Glass Design, On-device Intelligence, and Swift 6+ patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | modern-swift-practices |
| description | Access and apply modern Swift best practices, including Liquid Glass Design, On-device Intelligence, and Swift 6+ patterns. |
| version | 1 |
| license | MIT |
This skill provides access to exclusive technical documentation representing Apple's recommended best practices. It covers the "Liquid Glass" design system, on-device AI integration, and core framework updates found in the latest Xcode tools.
This skill enables you to:
AlarmKit integration and 3D charts properly.Identify the User's Goal
Locate the Resource
resources/ directory of this skill.ls .agent/skills/apple-best-practices/resources/ to see available files if unsure.Read and Apply
view_file tool to read the specific markdown file.SwiftUI-Implementing-Liquid-Glass-Design.mdUIKit-Implementing-Liquid-Glass-Design.mdAppKit-Implementing-Liquid-Glass-Design.mdWidgetKit-Implementing-Liquid-Glass-Design.mdFoundationModels-Using-on-device-LLM-in-your-app.md (Running LLMs locally)Implementing-Visual-Intelligence-in-iOS.mdAppIntents-Updates.mdSwift-Concurrency-Updates.mdSwiftData-Class-Inheritance.mdFoundation-AttributedString-Updates.mdStoreKit-Updates.mdSwiftUI-AlarmKit-Integration.mdSwiftUI-New-Toolbar-Features.mdSwiftUI-Styled-Text-Editing.mdSwiftUI-WebKit-Integration.mdSwift-Charts-3D-Visualization.mdWidgets-for-visionOS.mdExample 1: Implementing Liquid Glass in SwiftUI
User: "Make this button look like the new Apple style." Action: Read
SwiftUI-Implementing-Liquid-Glass-Design.mdto find the correct modifiers and materials.
Example 2: Adding Local LLM Support
User: "I want to use a local model for text generation." Action: Read
FoundationModels-Using-on-device-LLM-in-your-app.mdto understand the recommended model loading pipeline.
Example 3: Modern Concurrency
User: "How should I structure my async code?" Action: Read
Swift-Concurrency-Updates.mdfor the latest patterns.