maui-blazor-development
SKILL.md
.NET MAUI Blazor Hybrid Development
Expert guidance for building cross-platform apps with .NET MAUI and Blazor.
Implementation Workflow
1. Analysis Phase (Required)
Before implementation, determine:
- App type: Pure MAUI Blazor or MAUI + Blazor Web App (shared UI)
- Platform targets: Android, iOS, Windows, macOS
- Native features needed: Sensors, camera, file system, notifications
- State management: Component state, MVVM, or hybrid approach
- Navigation pattern: Blazor-only, Shell, or mixed navigation