maui-performance
Installation
SKILL.md
MAUI Performance
Use this skill when the user reports a measurable performance symptom or asks for a performance review. Measure first, then change the smallest thing that can explain the symptom.
Workflow
-
Identify the symptom: startup, first page render, scrolling, navigation, memory, image loading, or network-bound delays.
-
Inspect target frameworks and configuration. Prefer Release builds for meaningful startup and runtime measurements.
-
For startup, use the MAUI CLI profiling surface:
maui profile startup --help