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.