swiftuimigrator

Installation
SKILL.md

SwiftUI Migrator

Overview

This is the orchestrator for incremental UIKit-to-SwiftUI migration. Use it to detect the current migration stage, apply global safety rules, and route work to the correct specialized subskill.

Core principle: keep UIKit ViewControllers running until the SwiftUI migration is fully complete and verified.

Migration Stages

  1. Project setup Route to swiftuimigrator-project-setup
  2. Data migration and startup loading Route to swiftuimigrator-data-migration
  3. Screen-by-screen migration Route to swiftuimigrator-screens
  4. AdMob migration Route to swiftuimigrator-admob
  5. Final cleanup
Related skills
Installs
1
First Seen
Mar 12, 2026