Set up Avalonia UI project with cross-platform XAML for Windows, macOS, and Linux
52
60%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/avalonia-ui-setup/SKILL.mdSet up Avalonia UI project with cross-platform XAML for true cross-platform desktop development on Windows, macOS, and Linux with a single codebase.
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"projectName": { "type": "string" },
"theme": { "enum": ["fluent", "simple", "custom"] },
"mvvmFramework": { "enum": ["reactiveui", "community-toolkit", "custom"] }
},
"required": ["projectPath", "projectName"]
}MyAvaloniaApp/
├── App.axaml
├── MainWindow.axaml
├── ViewModels/
├── Views/
├── Models/
└── Program.cs<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="My Avalonia App">
<StackPanel>
<TextBlock Text="{Binding Greeting}"/>
<Button Command="{Binding ClickCommand}">Click Me</Button>
</StackPanel>
</Window>wpf-xaml-style-generatorcross-platform-test-matrix2237ca2
Also appears in
since Sep 10, 2026
since Sep 10, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.