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.