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.
npx skills add hamzabellouch/agent-skills --skill dotnet-maui-wpf-desktopgit clone --depth 1 https://github.com/hamzabellouch/agent-skillsWrote 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.
[](https://agentmods.dev/skills/hamzabellouch/agent-skills/dotnet-maui-wpf-desktop)<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/dotnet-maui-wpf-desktop"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/dotnet-maui-wpf-desktop/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.
<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/dotnet-maui-wpf-desktop"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/dotnet-maui-wpf-desktop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.01935 |
| Opus 5 | $0.00028 | $0.00967 |
| Sonnet 5 | $0.00011 | $0.00387 |
| Haiku 4.5 | $0.00006 | $0.00194 |
Grade A, and why
dotnet-maui-wpf-desktop 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 258 lines — stays where its author put it; the contents beside it link to each section on GitHub.
.NET Desktop Application Architecture: WPF & MAUI
High-Level Architecture & MVVM Pattern
Modern enterprise .NET desktop applications require clean separation of concerns, decoupling UI controls from business rules and data ingestion.
+----------------------------------------------------------------------------+
| View Layer (XAML) |
| - WPF Window / MAUI ContentPage / Controls |
| - DataTemplates, Behaviors, Converters |
| - Compiled Bindings (`x:DataType` / `{Binding}`) |
+----------------------------------------------------------------------------+
| Two-Way Data & Command Binding
v
+----------------------------------------------------------------------------+
| ViewModel Layer (CommunityToolkit.Mvvm) |
| - `ObservableObject` Properties |
| - `IAsyncRelayCommand` Execution |
| - UI State Machines, Validation (`ObservableValidator`) |
| - Thread Marshalling (`MainThread` / `Dispatcher`) |
+----------------------------------------------------------------------------+
| Dependency Injection (`IServiceProvider`)
v
+----------------------------------------------------------------------------+
| Core Services & Domain Model |
| - Data Repositories (SQLite / EF Core) |
| - Hardware & Native OS Interop Services (P/Invoke, WinRT) |
| - Background Workstreams (`IHostedService`, `Task` Pipeline) |
+----------------------------------------------------------------------------+
Production MVVM & Async Command Pattern
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.
- 7d ago First seen · 258 lines · 56 tokens per session scan A 1cd70a0f48d1
dotnet-maui-wpf-desktop is a skill published in the GitHub repository hamzabellouch/agent-skills (4 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 1,935 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-09-03.
Other skills, from other repositories
blazor
Blazor .NET WebAssembly and Server framework. Use for C# frontend.
avalonia-viewmodels-zafiro
Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI.
avalonia-zafiro-development
Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit.
refactoring-csharp
Rename and refactor C# symbols in a .NET solution or multi-solution monorepo with a one-shot Roslyn CLI. Use when the user asks to rename a symbol, preview impact, update references across a solution, or refactor shared projects across several solutions.
typescript-react-nextjs-patterns
Production-grade TypeScript reference for React & Next.js frontend development. Covers type narrowing, component Props, generic hooks, discriminated unions, as const, satisfies, Zod validation, TanStack Query, server/client boundaries, forms, state management, performance, accessibility, debugging, and code review.…
neo-dotnet-tag-helper
Use this skill when the user asks to design, implement, refactor, or review custom ASP.NET Core Tag Helpers in C#, including TagBuilder usage, strongly typed attributes, dependency injection, ProcessAsync, and reusable Razor UI behavior.