maui-current-apis
Installation
SKILL.md
MAUI Current APIs
Use this skill before changing MAUI app code when API currency matters. The goal is to inspect the project target first, then select APIs that match that target instead of generating stale Xamarin.Forms or early MAUI patterns.
Workflow
-
Inspect the target frameworks and package versions before recommending APIs:
grep -R -n --include="*.csproj" --include="Directory.Build.props" "<TargetFramework" . 2>/dev/null grep -R -n --include="*.csproj" --include="Directory.Build.props" --include="Directory.Packages.props" \ "Microsoft.Maui.Controls\\|UseMaui\\|MauiVersion" . 2>/dev/null