ios-swiftui-generator

Installation
SKILL.md

iOS SwiftUI Generator

Generate production-ready SwiftUI code following Apple Human Interface Guidelines.

When to Use

  • Creating new SwiftUI views or components
  • Building iOS UI from design descriptions
  • Need HIG-compliant code scaffolding
  • Converting UI concepts to SwiftUI code

Generation Principles

Always Follow

  1. Semantic Colors — Use Color.primary, Color(.systemBackground), not hex
  2. SF Symbols — Prefer system icons over custom assets
  3. Dynamic Type — Support text scaling with .font(.body)
  4. Dark Mode — All colors must work in both modes
Related skills
Installs
10
GitHub Stars
3
First Seen
Feb 1, 2026