xamarin-maui-platform-specific-migration
Installation
SKILL.md
Xamarin.Forms to .NET MAUI Platform-Specific Migration Skill
Purpose
Use this companion skill to migrate platform-specific code safely when Xamarin.Forms code is moved to a .NET MAUI app.
This skill focuses only on platform concerns:
- Android manifest, components, and runtime permissions.
- iOS Info.plist keys, entitlements, URL schemes, and lifecycle integrations.
- Windows target behavior and UWP-to-Windows mapping.
- Native SDK startup and lifecycle parity.
Recommended skill sequence
Run skills in this order for best outcomes:
- xamarin-maui-framework-migration
- xamarin-maui-syncfusion-migration
- xamarin-maui-platform-specific-migration (this skill)
- xamarin-maui-renderer-handler-migration