AgentSkillsCN

ui-swift-component

生成一个符合DESIGN.md中氛围与设计规则的SwiftUI UI组件。

SKILL.md
--- frontmatter
name: ui-swift-component
description: Generate a SwiftUI UI component that matches the vibe and design rules from DESIGN.md.
triggers:
  - "build a screen"
  - "create SwiftUI component"

Use DESIGN.md and README.md to guide:

  1. Apply the color palette, spacing, and layout principles.
  2. Respect dark mode and Dynamic Type support.
  3. Use SF Symbols as specified, with correct rendering styles.
  4. Optimize for one-handed mobile use (minimum 44pt tap targets).
  5. Output a SwiftUI view with clean structuring and reuse-friendly layout.