xamarin-maui-renderer-handler-migration
Installation
SKILL.md
Xamarin.Forms Renderer to .NET MAUI Handler Migration Skill
Purpose
Use this companion skill to migrate Xamarin.Forms renderer-based UI customizations to .NET MAUI handler architecture with clear risk tracking and validation.
This skill focuses on:
- Detecting custom renderers, effects, and platform-specific native view customizations.
- Mapping renderer responsibilities to MAUI handler/property/command mappers.
- Scaffolding handler classes and platform partial implementations.
- Producing a manual action backlog for high-risk native mappings.
Recommended skill sequence
Run skills in this order for best outcomes:
- xamarin-maui-framework-migration
- xamarin-maui-syncfusion-migration
- xamarin-maui-platform-specific-migration
- xamarin-maui-renderer-handler-migration (this skill)