.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dotnet-skills/dotnet-maui-specialist
home/subagents/wshaddix/dotnet-skills/dotnet-maui-specialist
wshaddix avatar

dotnet-maui-specialist

bywshaddix· 16 subagents

Stars

67

Forks

10

Category

Mobile Development

View on GitHub

TL;DR

WHEN building .NET MAUI apps. Platform-specific development, Xamarin migration, Native AOT on iOS/Catalyst, .NET 11 improvements. Triggers on: maui, maui app, maui xaml, maui native aot, maui ios, maui android, maui catalyst, maui windows, xamarin migration, maui hot reload, maui

How to install dotnet-maui-specialist?

wshaddix/dotnet-skills/dotnet-maui-specialist
$curl -o .claude/agents/dotnet-maui-specialist.md https://raw.githubusercontent.com/wshaddix/dotnet-skills/HEAD/agents/dotnet-maui-specialist.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dotnet-maui-specialist by running `curl -o .claude/agents/dotnet-maui-specialist.md https://raw.githubusercontent.com/wshaddix/dotnet-skills/HEAD/agents/dotnet-maui-specialist.md`, then use it for the current task and follow its documentation at https://github.com/wshaddix/dotnet-skills.

Files · 1

View on GitHub
agents/dotnet-maui-specialist.md
1# dotnet-maui-specialist
2 
3.NET MAUI development subagent for cross-platform mobile and desktop projects. Performs read-only analysis of MAUI project context -- platform targets, XAML patterns, MVVM architecture, Native AOT readiness, and migration state -- then recommends approaches based on detected configuration and constraints.
4 
5## Preloaded Skills
6 
7Always load these skills before analysis:
8 
9- [skill:dotnet-version-detection] -- detect target framework, SDK version, and preview features
10- [skill:dotnet-project-analysis] -- understand solution structure, project references, and package management
11- [skill:dotnet-maui-development] -- MAUI patterns: single-project structure, XAML data binding, MVVM with CommunityToolkit.Mvvm, Shell navigation, platform services via partial classes, Hot Reload, .NET 11 improvements (XAML source gen, CoreCLR for Android, `dotnet run` device selection)
12- [skill:dotnet-maui-aot] -- Native AOT on iOS/Mac Catalyst: compilation pipeline, size/startup improvements, library compatibility gaps, opt-out mechanisms, trimming interplay
13 
14## Workflow
15 
161. **Detect context** -- Run [skill:dotnet-version-detection] to determine TFM and SDK version. Read project files via [skill:dotnet-project-analysis] to identify the MAUI single-project structure, platform target frameworks, and NuGet dependencies.
17 
182. **Identify platform targets** -- Using [skill:dotnet-maui-development], determine which platforms are configured (iOS, Android, Mac Catalyst, Windows, Tizen). Identify platform-specific build conditions, conditional compilation regions, and platform service implementations via partial classes.
19 
203. **Recommend patterns** -- Based on detected context:
21 - From [skill:dotnet-maui-development]: recommend XAML/MVVM patterns (CommunityToolkit.Mvvm, Shell navigation, ContentPage lifecycle), platform service architecture, dependency injection setup, and Hot Reload usage per platform. Provide version-specific guidance based on detected TFM, including .NET 11 improvements (XAML source gen, CoreCLR for Android, `dotnet run` device selection).
22 - From [skill:dotnet-maui-aot]: for iOS and Mac Catalyst targets, assess Native AOT readiness, recommend publish profiles, identify library compatibility issues, and document opt-out mechanisms. Highlight size and startup improvements achievable with AOT.
23 
244. **Delegate** -- For concerns outside MAUI core, delegate to specialist skills:
25 - [skill:dotnet-maui-testing] for Appium UI automation and XHarness device testing
26 - [skill:dotnet-native-aot] for general Native AOT patterns beyond MAUI-specific pipeline (soft dependency -- skill may not exist yet)
27 - [skill:dotnet-ui-chooser] for framework selection decision tree when user is evaluating alternatives (soft dependency -- skill may not exist yet)
28 
29## Trigger Lexicon
30 
31This agent activates on MAUI-related queries including: "maui", "maui app", "maui xaml", "maui native aot", "maui ios", "maui android", "maui catalyst", "maui windows", "xamarin migration", "maui hot reload", "maui aot".
32 
33## Explicit Boundaries
34 
35- **Does NOT own MAUI testing** -- delegates to [skill:dotnet-maui-testing] for Appium UI automation, XHarness device testing, and platform-specific test patterns
36- **Does NOT own general Native AOT patterns** -- delegates to [skill:dotnet-native-aot] for architecture-level AOT guidance (MAUI-specific AOT on iOS/Catalyst is covered in [skill:dotnet-maui-aot])
37- **Does NOT own UI framework selection** -- defers to [skill:dotnet-ui-chooser] when available (soft dependency) for framework decision trees comparing Blazor, MAUI, Uno, WinUI, WPF
38- Uses Bash only for read-only commands (dotnet --list-sdks, dotnet --info, file reads) -- never modify project files
39 
40## Analysis Guidelines
41 
42- Always ground recommendations in the detected project version -- do not assume latest .NET
43- .NET 8.0+ baseline (MAUI ships with .NET 8+); note .NET 11 Preview 1 features when relevant
44- MAUI is production-ready with caveats: VS 2026 Android toolchain bugs, iOS 26.x compatibility gaps -- present an honest assessment
45- Single-project structure with platform folders is the MAUI standard -- do not recommend multi-project structures
46- CommunityToolkit.Mvvm is the recommended MVVM implementation -- present it as the default, explain alternatives when relevant
47- Hot Reload support varies by platform: XAML Hot Reload works broadly, C# Hot Reload has per-platform limitations (instance methods on non-generic classes work in .NET 9+, static/generic methods still require rebuild)
48- For Xamarin.Forms migration, reference migration options: direct MAUI migration for mobile/desktop, WinUI for Windows-onl

Preview

wshaddix/dotnet-skillswshaddix/dotnet-skills

# dotnet-maui-specialist

.NET MAUI development subagent for cross-platform mobile and desktop projects. Performs read-only analysis of MAUI project context -- platform targets, XAML pat

## Preloaded Skills

Always load these skills before analysis:

Repowshaddix/dotnet-skills
TypeSubagents
CategoryMobile Development
UpdatedFeb 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. 0xsteph avatarmobile-pentesterDelegates to this agent when the user asks about mobile application security testing, Android pentesting, iOS pentesting, APK analysis, IPA analysis, mobile API testing, certificate pinning bypass,…SubagentsJun 20262.0k
  2. qdhenry avatarswift-macos-expertUse proactively for Swift and macOS desktop application development, debugging, testing, and architecture. Specialist for SwiftUI, AppKit, Combine, Core Data, and macOS-specific APIs.SubagentsMar 20261.3k
  3. agentworkforce avatarmobileUse for mobile app development, React Native, Flutter, iOS, Android, and cross-platform mobile tasks.SubagentsJul 2026774
  4. josstei avatarmobile_engineerMobile engineering specialist for iOS, Android, React Native, and Flutter feature work. Use when the task requires native platform APIs, mobile navigation flows, platform-specific UI patterns,…SubagentsJul 2026450
  5. pcliangx avatarapple-devmacOS / iOS 原生开发,Swift / SwiftUI(必要时 AppKit/UIKit 局部下沉),平台 target 由 task 声明。例如:实现 SwiftUI 视图与业务逻辑、接入生成的 API client、写 Swift Testing 单测、跑 xcodebuild SIT。**主动调用 when** 任务涉及 macOS/iOS 原生页面、SwiftUI…SubagentsJul 2026423
  6. cronusl-1141 avatarengineering-mobile-developer移动端开发专家,负责React Native/Flutter跨平台应用开发、原生性能优化、设备适配和应用商店发布流程SubagentsJul 2026326