What problem does it solve? Upgrading a NativePHP Mobile app from v3 (Livewire/Volt/Flux in a web view) to v4 native EDGE UI involves undocumented package renames, silent rendering failures, font and theme-push timing bugs, and layout traps that render nothing without errors. This Skill provides a phased, battle-tested migration path covering composer moves, plugin registration, screen conversion, testing, and cutover. ## Core Features & Use Cases - Package and plugin migration: Handles the nativephp/native-ui to nativephp/mobile-ui rename, composer vcs repository ordering, inline branch aliases, plugin registration, and safe Livewire package removal ordering. - Silent-failure diagnosis: Documents the layout traps that render nothing (empty columns, anchored absolute children, zero-inset edge pinning, aspect-ratio placement, dropped Tailwind classes) and the theme-push timing bug that leaves fonts as system defaults. - Phased conversion workflow: Provides a five-phase plan from setup through screen inventory, scaffolding, partials, parallel screen conversion, and cutover, with Livewire-to-EDGE translation rules and a native testing strategy. - Use Case: A team with a v3 NativePHP app of 18 screens and 21 Livewire components uses this Skill to convert every screen to native EDGE UI, port all tests to the Native testing harness, and cut over with 700+ passing tests. ## Quick Start Upgrade my NativePHP mobile app from v3 to v4 native EDGE UI, starting with the composer package moves and plugin registration.