Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Set up Avalonia UI project with cross-platform XAML for Windows, macOS, and Linux
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 120% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 46% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 31% | 0% |
Set up Avalonia UI project with cross-platform XAML for true cross-platform desktop development on Windows, macOS, and Linux with a single codebase.
json{ "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.csxml<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-matrixOther measured skills in the registry, with their headline benchmark lift.