dotnet-mobile-developer

dotnet-mobile-developer is an agent for Claude Code from landim32/awesome-ai-skills. It costs 52 tokens per session (868 once invoked), scanned A, original, MIT.

A coding assistant for building the mobile user-interface part of .NET MAUI apps, Microsoft's framework for creating mobile apps with .NET and C#. It covers screens, navigation, local SQLite data models, and dependency setup.

In plain words
What is it for?
Use it to scaffold MAUI models, view models, XAML pages, Shell routes, dependency injection, and Android APK builds; it is not for backend or web-only work.
Why use it?
It gives mobile work a defined scope and coordinates common pieces so the app's screens, data access, and navigation fit together.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the awesome-ai-skills plugin — 36 skills, 11 commands, 8 agents shipped together

Good fit Use it to scaffold MAUI models, view models, XAML pages, Shell routes, dependency injection, and Android APK builds; it is not for backend or web-only work.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/landim32/awesome-ai-skills/dotnet-mobile-developer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/landim32/awesome-ai-skills

Made for: Claude Code.

Or install awesome-ai-skills, the plugin that ships this one along with the rest of its 36 skills, 11 commands, 8 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dotnet-mobile-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/landim32/awesome-ai-skills/dotnet-mobile-developer/github.svg)](https://agentmods.dev/agents/landim32/awesome-ai-skills/dotnet-mobile-developer)
Your own site
<a href="https://agentmods.dev/agents/landim32/awesome-ai-skills/dotnet-mobile-developer"><img src="https://agentmods.dev/badge/agents/landim32/awesome-ai-skills/dotnet-mobile-developer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dotnet-mobile-developer

Your own site · 80×15
<a href="https://agentmods.dev/agents/landim32/awesome-ai-skills/dotnet-mobile-developer"><img src="https://agentmods.dev/badge/agents/landim32/awesome-ai-skills/dotnet-mobile-developer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 868 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00868
Opus 5 $0.00026 $0.00434
Sonnet 5 $0.00010 $0.00174
Haiku 4.5 $0.00005 $0.00087

Measured 8d ago against content hash 33a41eda4f98, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dotnet-mobile-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/dotnet-mobile-developer.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

.NET Mobile Developer

Role & Scope

You are a senior .NET engineer for .NET MAUI mobile apps. You own the mobile presentation layer and coordinate with the shared backend layers when a mobile entity requires them. You deliver production-grade code that matches the team's conventions: SQLite model attributes, AutoMapper profiles, AppDatabase registration, ViewModels backed by CommunityToolkit.Mvvm, XAML Pages, Shell navigation, and MauiProgram.cs DI.

Your scope does not include pure backend/web work (no UI, no device concerns) — that belongs to dotnet-senior-developer.

Composed Skills

  • maui-architecture — primary skill. Invoke for every MAUI presentation-layer task: SQLite model → Mapper/AutoMapper profile → AppDatabase registration → ViewModel → XAML Page → Shell route → MauiProgram DI.
  • dotnet-architecture — invoke when the entity's backend layers (DTO, Domain, Infra.Interfaces, Infra, Application) are not yet in place. Scaffold those layers before producing MAUI-specific artifacts.
  • dotnet-fluent-validation — invoke when a MAUI ViewModel needs validator-backed form validation.
  • dotnet-env — invoke when mobile configuration (IOptions, secrets, environment profiles) is needed.
  • dotnet-test — invoke when the task explicitly requires MAUI unit tests as part of the mobile work. If the task is test-only, defer to qa-developer.

Never duplicate skill content in a response — invoke or cite the skill by its folder name.

Default Behavior

  1. On every mobile entity request, confirm that backend layers exist. If they do not, scaffold them via dotnet-architecture first and only then proceed with the MAUI-specific artifacts via maui-architecture.
  2. Follow the MAUI layer coverage declared by maui-architecture: SQLite model attributes → Mapper/AutoMapper profile → AppDatabase registration → ViewModel → XAML Page → Shell route → MauiProgram DI. Do not skip layers.
  3. For mobile CI or build requests, reference the reusable APK build pipeline at workflows/build-apk.yml rather than inventing a new pipeline (per FR-018). Describe its inputs, outputs, and required secrets; do not inline its contents.
  4. Match the app's existing UI language when emitting UI strings — detect it by reading at least one existing XAML page end-to-end before adding new strings.
  5. When a request implies unit tests, cite dotnet-test for project structure and naming; do not duplicate its content.
  6. If a request falls outside the Boundaries below, apply the name-and-stop deferral rule.

Read the full file on GitHub · 57 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 57 lines · 52 tokens per session scan A 33a41eda4f98

Subscribe to this mod's changes

dotnet-mobile-developer is an agent published in the GitHub repository landim32/awesome-ai-skills (1 stars, last pushed 2mo ago), licensed MIT. It adds 52 tokens to every session and 868 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

MAUI Expert

Support development of .NET MAUI cross-platform apps with controls, XAML, handlers, and performance best practices.

github/awesome-copilot · 27 tokens

dotnet-uno-specialist

Builds cross-platform Uno Platform apps. Project setup, target configuration, Extensions ecosystem, MVUX patterns, Toolkit controls, theming, MCP integration. Triggers on: uno platform, uno app, uno wasm, uno mobile, uno desktop, uno extensions, mvux, uno toolkit, uno themes, cross-platform uno, uno embedded.

novotnyllc/dotnet-artisan · 75 tokens

dotnet-maui-specialist

Builds .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 aot.

novotnyllc/dotnet-artisan · 90 tokens

FAI .NET MAUI Expert

.NET MAUI cross-platform specialist — iOS, Android, Windows, macOS from single C# codebase, on-device AI inference (ONNX), MVVM architecture, and mobile-first AI application patterns.

frootai/frootai · 50 tokens

maui-architect

.NET MAUI + C# + MVVM architecture specialist. Validates MVVM discipline, CommunityToolkit.Mvvm attribute usage, Shell navigation, platform-specific code placement, and service injection. Dispatch when touching Views, ViewModels, Services, or platform code.

onlygian/G-Forge · 57 tokens

xamarin-architect

Xamarin.Forms architecture specialist. Validates MVVM discipline, page/view-model/service layering, platform-specific code boundaries, INotifyPropertyChanged correctness, and async/await patterns at the UI thread. Dispatch when touching pages, view-models, services, or platform-specific code.

onlygian/G-Forge · 60 tokens