maui-labs-platform-targeting
Installation
SKILL.md
MAUI Labs Platform Targeting
Use this skill when an app developer wants to run a MAUI app on experimental MAUI Labs backends such as Linux GTK4, native macOS AppKit, or WPF. This is for consuming backends, not implementing them.
Response Checklist
- Keep backend terms explicit:
maui-linux-gtk4,maui-macos,maui-wpf. - Show the hosting call for the selected backend (
UseMauiAppLinuxGtk4,UseMauiAppMacOS, orUseMauiAppWPF). - Distinguish AppKit (
MACOS) from Mac Catalyst and call out experimental parity validation.