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 linuxdevel/Avalonia-skills --skill avaloniagit clone --depth 1 https://github.com/linuxdevel/Avalonia-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/linuxdevel/avalonia-skills/avalonia)<a href="https://agentmods.dev/skills/linuxdevel/avalonia-skills/avalonia"><img src="https://agentmods.dev/badge/skills/linuxdevel/avalonia-skills/avalonia.svg" alt="Measured on agentmods" 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.00030 | $0.00764 |
| Opus 5 | $0.00015 | $0.00382 |
| Sonnet 5 | $0.00006 | $0.00153 |
| Haiku 4.5 | $0.00003 | $0.00076 |
Grade A, and why
avalonia 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.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Avalonia UI
Overview
Avalonia is a cross-platform .NET UI framework using XAML (.axaml), with its own rendering engine (Skia/Impeller), supporting Windows, macOS, Linux, iOS, Android, and WASM. Avalonia 12 is the current stable version; compiled bindings are enabled by default.
Rule: Always load the matching subskill before writing or reviewing Avalonia code.
Routing Table
| Task | Load subskill |
|---|---|
| XAML markup, .axaml files, namespaces, code-behind | avalonia-xaml |
| Panels, Grid, StackPanel, alignment, margins | avalonia-layout |
| Styles, control themes, selectors, pseudoclasses, themes | avalonia-styling |
{Binding}, compiled bindings, converters, validation |
avalonia-data-binding |
| DataTemplate, ItemTemplate, template selection | avalonia-data-templates |
| MVVM pattern, INotifyPropertyChanged, ICommand, CommunityToolkit | avalonia-mvvm |
| Built-in controls (Button, TextBox, DataGrid, etc.) | avalonia-controls |
| Custom UserControl, TemplatedControl, drawing controls | avalonia-custom-controls |
| Brushes, transforms, animations, transitions | avalonia-graphics-animation |
| Pointer, keyboard, gestures, drag-and-drop | avalonia-input-interaction |
| StyledProperty, DirectProperty, AttachedProperty | avalonia-property-system |
| Routed events, bubbling, tunneling | avalonia-events |
| Clipboard, file dialogs, notifications, storage | avalonia-services |
| App structure, resource dictionaries, app lifetime | avalonia-app-development |
| Headless testing, UI automation | avalonia-testing |
| Packaging for macOS/Windows/Linux/WASM | avalonia-deployment |
| Migrating from WPF | avalonia-wpf-migration |
| Designing/polishing UI for visual quality, picking themes, building a design system, motion, accessibility, layout patterns, icons, pre-ship review | avalonia-pro-max |
Notable Community Packages
A curated short-list of the most commonly needed community packages:
| Need | Package |
|---|---|
| Message box dialogs | MsgBox.Avalonia |
| Hot reload during dev | HotAvalonia |
| SVG images | Svg.Skia |
| Animated GIFs | AvaloniaGif |
| Charts | LiveChartsCore.SkiaSharpView.Avalonia or ScottPlot.Avalonia |
| Code editor control | AvaloniaEdit |
| Docking layout | Dock.Avalonia |
| Behaviors (DataTrigger replacement) | Avalonia.Xaml.Behaviors |
| Node editor | NodifyAvalonia (GitHub: BAndysc) |
| Material theme | Material.Avalonia |
| Fluent/WinUI controls | FluentAvalonia |
| Rich dialog service | HanumanInstitute.MvvmDialogs.Avalonia |
| VLC media player | LibVLCSharp.Avalonia |
| PDF viewer | MuPDFCore |
| Deployment packaging | PupNet Deploy (GitHub: kuiperzone/PupNet-Deploy) |
What ships with it
42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- avalonia-app-development/SKILL.md 5.9 KB
- avalonia-controls/data-display/SKILL.md 11 KB
- avalonia-controls/input/SKILL.md 9.9 KB
- avalonia-controls/layout/SKILL.md 10 KB
- avalonia-controls/media/SKILL.md 10 KB
- avalonia-controls/navigation/SKILL.md 9.7 KB
- avalonia-controls/SKILL.md 2.6 KB
- avalonia-custom-controls/SKILL.md 6.7 KB
- avalonia-data-binding/SKILL.md 9.8 KB
- avalonia-data-templates/SKILL.md 9.6 KB
- avalonia-deployment/SKILL.md 4.7 KB
- avalonia-events/SKILL.md 6.5 KB
- avalonia-graphics-animation/SKILL.md 8.9 KB
- avalonia-input-interaction/SKILL.md 7.0 KB
- avalonia-layout/SKILL.md 8.4 KB
- avalonia-mvvm/SKILL.md 5.7 KB
- avalonia-pro-max/accessibility/SKILL.md 9.2 KB
- avalonia-pro-max/components/SKILL.md 15 KB
- avalonia-pro-max/design-system/SKILL.md 11 KB
- avalonia-pro-max/icons-imagery/SKILL.md 7.2 KB
- avalonia-pro-max/layout-patterns/SKILL.md 8.3 KB
- avalonia-pro-max/motion/SKILL.md 9.7 KB
- avalonia-pro-max/preview-server/scripts/render_variants.py 6.0 KB runs code
- avalonia-pro-max/preview-server/scripts/scaffold_host.py 8.9 KB runs code
- avalonia-pro-max/preview-server/scripts/serve_gallery.py 11 KB runs code
- avalonia-pro-max/preview-server/SKILL.md 11 KB
- avalonia-pro-max/preview-server/templates/example-variant/packages.txt 166 B
- avalonia-pro-max/preview-server/templates/example-variant/PreviewScene.axaml 3.7 KB
- avalonia-pro-max/preview-server/templates/example-variant/README.md 306 B
- avalonia-pro-max/preview-server/templates/example-variant/Resources.axaml 1.9 KB
- avalonia-pro-max/preview-server/templates/example-variant/Styles.axaml 2.1 KB
- avalonia-pro-max/preview-server/templates/README.md 2.1 KB
- avalonia-pro-max/review-checklist/SKILL.md 7.1 KB
- avalonia-pro-max/SKILL.md 7.1 KB
- avalonia-pro-max/themes/SKILL.md 8.4 KB
- avalonia-property-system/SKILL.md 6.3 KB
- avalonia-services/SKILL.md 8.7 KB
- avalonia-styling/SKILL.md 10 KB
- avalonia-testing/SKILL.md 4.3 KB
- avalonia-wpf-migration/SKILL.md 5.2 KB
- avalonia-xaml/SKILL.md 6.2 KB
- LICENSE 1.1 KB
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.
- 8d ago First seen · 59 lines · 30 tokens per session scan A e5d7b4b9ee2d
avalonia is a skill published in the GitHub repository linuxdevel/Avalonia-skills (36 stars, last pushed 4mo ago), licensed MIT. It adds 30 tokens to every session and 764 once invoked, about $0.0002 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-30.
Other skills, from other repositories
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.
convert-blazor-server-to-webapp
Guides conversion of a pre-.NET 8 Blazor Server app into a .NET 8+ Blazor Web App. USE FOR: migrating apps that use AddServerSideBlazor and MapBlazorHub to the AddRazorComponents/MapRazorComponents model, converting Host.cshtml to an App.razor root component, replacing blazor.server.js with blazor.web.js, migrating…
create-blazor-project
Create a new ASP.NET Core web application or web site using Blazor. USE FOR: creating a new Blazor web app, scaffolding a new web project, starting a new web site, choosing render modes (Static SSR, Interactive Server, Interactive WebAssembly, Auto), running dotnet new blazor with the right options, setting up initial…
use-js-interop
Add, review, or fix JavaScript interop in Blazor components. USE FOR: calling JavaScript from Blazor, calling .NET from JavaScript, collocated .razor.js modules, IJSRuntime, IJSObjectReference lifecycle, DotNetObjectReference, ElementReference, timing rules for when JS is available, IAsyncDisposable disposal of JS…
coordinate-components
Share state between components that don't have a direct parent-child parameter relationship, using cascading values, scoped services with change events, or CascadingValueSource via DI. USE WHEN the user needs a CascadingParameter or CascadingValue that works across render mode boundaries, a shopping cart or…