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 App entry point
  • Tuist deployment targets still need SwiftUI-compatible updates
  • SplashScreen.swift and the app shell are missing
  • AppDelegate still owns launch-time window setup
  • The launch screen and initial SwiftUI splash handoff are not yet aligned

Scope

Installs
1
First Seen
Mar 12, 2026
swiftuimigrator-project-setup — 2sem/swiftui-migrator-skill