Plan Xamarin.Forms to .NET MAUI migrations. USE FOR: audits, fresh dotnet new maui, Xamarin.Forms/Xamarin.Essentials namespace updates, DependencyService to DI, MessagingCenter to WeakReferenceMessenger/events, renderer triage into mapper/custom handler/platform service/slim binding, MauiProgram, permissions, parity. DO NOT USE FOR: brand-new MAUI apps, native SDK bindings, backend.
$npx -y skills add dotnet/maui-labs --skill xamarin-forms-migrationInstalls into the current project.
Run `npx skills use "https://github.com/dotnet/maui-labs" --skill "dotnet/maui-labs/xamarin-forms-migration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dotnet/maui-labs" that are relevant to the current task. Run `npx skills add "https://github.com/dotnet/maui-labs"` and select the relevant skills, then follow their instructions.