swiftuimigrator-project-setup
Installation
SKILL.md
SwiftUI Migrator Project Setup
Overview
Use this skill at the start of a migration to prepare the app shell for SwiftUI without beginning screen conversion yet.
Core principle: establish a stable SwiftUI entry point first, then migrate startup work and screens on top of it.
When to Use
- The project does not yet have a SwiftUI
Appentry point - Tuist deployment targets still need SwiftUI-compatible updates
SplashScreen.swiftand the app shell are missingAppDelegatestill owns launch-time window setup- The launch screen and initial SwiftUI splash handoff are not yet aligned