IOS

用于 iOS / iPhone 平台规范问题:当用户要做 iOS 界面规则、导航、touch targets、safe area、Dynamic Type、Dark Mode、无障碍或 HIG 合规审查时使用。Prefer `swiftui-expert-skill` when the task is SwiftUI 代码架构、API 使用或性能优化;Combine with it when 平台规则需要落到 SwiftUI 实现。

hebertzhu ecb0719 1.3 KB Updated

File contents

ios

Intent

  • 用于 iOS / iPhone 平台规范问题:当用户要做 iOS 界面规则、导航、touch targets、safe area、Dynamic Type、Dark Mode、无障碍或 HIG 合规审查时使用。Prefer swiftui-expert-skill when the task is SwiftUI 代码架构、API 使用或性能优化;Combine with it when 平台规则需要落到 SwiftUI 实现。

Default operating pattern

  1. Identify the target platform, form factor, and native system constraints.
  2. Choose native patterns before inventing custom behavior.
  3. Translate platform rules into implementable UI, architecture, or code guidance.
  4. Check accessibility, ergonomics, lifecycle, and integration edges.
  5. Return a concrete implementation path instead of vague platform advice.

Pack fit

  • Included in: platform-apps
  • Keep examples generic, privacy-safe, and portable across hosts.

Boundary

  • Do not answer iOS UI questions with generic cross-platform advice only.

hebertzhu/agent-foundry/tree/main/skills/ios commit ecb0719246

Frequently asked questions

npx skillmds@latest add hebertzhu/ios