bymanagedcode· 121 skills
Guide for implementing Shell-based navigation in .NET MAUI apps. Covers AppShell setup, visual hierarchy (FlyoutItem, TabBar, Tab, ShellContent), URI-based navigation with GoToAsync, route registration, query parameters, back navigation, flyout and tab configuration, navigation events, and navigation guards. Use when: setting up Shell navigation, adding tabs or flyout menus, navigating between pages with GoToAsync, passing parameters between pages, registering routes, customizing back button behavior, or guarding navigation with confirmation dialogs. Do not use for: deep linking from external URLs (see .NET MAUI deep linking documentation), data binding on pages (use maui-data-binding), dependency injection setup (use maui-dependency-injection), or NavigationPage-only apps that don't use Shell.
$npx -y skills add managedcode/dotnet-skills --skill maui-shell-navigationInstalls into the current project.
Run `npx skills use "https://github.com/managedcode/dotnet-skills" --skill "managedcode/dotnet-skills/maui-shell-navigation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/managedcode/dotnet-skills" that are relevant to the current task. Run `npx skills add "https://github.com/managedcode/dotnet-skills"` and select the relevant skills, then follow their instructions.