State Restoration Generator Generate production state restoration infrastructure that saves and restores app state (selected tab, scroll position, navigation path, form data) across launches and background termination. Uses Codable state models, @SceneStorage, @AppStorage, and custom file-based persistence. When This Skill Activates Use this skill when the user: - Asks to "add state restoration" or "restore state" - Wants to "save app state" or "persist UI state" - Mentions "preserve navigation" or "remember navigation path" - Asks to "remember scroll position" or "restore scroll position" -…