What problem does it solve?
This Skill simplifies and standardizes the development of .NET MAUI applications by providing robust MVVM support, streamlined navigation, and automated code generation, reducing boilerplate and improving maintainability.
Core Features & Use Cases
- MVVM Implementation: Enforces MVVM patterns with ViewModel lifecycle management and dependency injection.
- Navigation Services: Offers a testable
INavigator for all navigation operations and IDialogs for UI interactions.
- Source Generation: Automates route registration and navigation method creation using attributes like
[ShellMap] and [ShellProperty].
- Use Case: Quickly scaffold new pages and their corresponding ViewModels, set up navigation between them, and implement common UI patterns like alerts and prompts, all while adhering to best practices.
Quick Start
Use the shiny-maui-shell skill to generate a new page and ViewModel for a 'UserProfile' feature.