swiftui
Look up how a SwiftUI API or interface intent is used in production macOS apps. Use only when explicitly requested with $swiftui.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Look up how a SwiftUI API or interface intent is used in production macOS apps. Use only when explicitly requested with $swiftui.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit macOS SwiftUI accessibility for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI animation motion for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI api currency for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI appearance color for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI appkit interop for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI appkit overuse for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
| name | swiftui |
| description | Look up how a SwiftUI API or interface intent is used in production macOS apps. Use only when explicitly requested with $swiftui. |
Let <swiftui-plugin-root> be the absolute plugin directory two levels above this SKILL.md. Resolve that path before running commands. Invoke the CLI as <swiftui-plugin-root>/scripts/swiftui-ctx; do not assume swiftui-ctx is on PATH.
Read the API name or design intent from the user's request, then run:
"<swiftui-plugin-root>/scripts/swiftui-ctx" lookup "<api-or-intent>" --json
If lookup returns exit code 3, retry with search. Follow the returned consensus, recommended, and literal next_actions. When a file action is available, fetch that enclosing production example before writing code. Use the modern replacement when the result marks an API deprecated.