swiftuimigrator-screens

Installation
SKILL.md

SwiftUI Migrator Screens

Overview

Use this skill for the repeated screen-by-screen migration loop after the app shell and startup path are stable.

Core principle: move one screen and one feature slice at a time, and compare SwiftUI behavior against the original UIKit implementation before changing architecture.

When to Use

  • A root or secondary ViewController needs a SwiftUI replacement
  • The app shell is stable enough to begin screen conversion
  • Features need to move incrementally from UIKit into SwiftUI
  • Navigation must be rewritten with SwiftUI patterns
  • A complex UIKit component may need a temporary UIViewRepresentable bridge

Scope

  • Screen selection and naming
Related skills
Installs
1
First Seen
Mar 12, 2026