CtrlK
BlogDocsLog inGet started
Tessl Logo

avalonia-ui-setup

Set up Avalonia UI project with cross-platform XAML for Windows, macOS, and Linux

49

Quality

54%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.codex/skills/avalonia-ui-setup/SKILL.md

The canonical home for this skill is avalonia-ui-setup in trackdubllc/Babel-Player-Alpha

SKILL.md
Quality
Evals
Security

avalonia-ui-setup

Set up Avalonia UI project with cross-platform XAML for true cross-platform desktop development on Windows, macOS, and Linux with a single codebase.

Capabilities

  • Create Avalonia project structure
  • Configure MVVM with ReactiveUI
  • Set up platform-specific features
  • Configure Fluent/Simple themes
  • Set up native menu integration
  • Configure build for all platforms
  • Set up hot reload
  • Generate platform-specific publishing

Input Schema

{
  "type": "object",
  "properties": {
    "projectPath": { "type": "string" },
    "projectName": { "type": "string" },
    "theme": { "enum": ["fluent", "simple", "custom"] },
    "mvvmFramework": { "enum": ["reactiveui", "community-toolkit", "custom"] }
  },
  "required": ["projectPath", "projectName"]
}

Project Structure

MyAvaloniaApp/
├── App.axaml
├── MainWindow.axaml
├── ViewModels/
├── Views/
├── Models/
└── Program.cs

MainWindow.axaml

<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>

Related Skills

  • wpf-xaml-style-generator
  • cross-platform-test-matrix
Repository
trackdubllc/Babel-Player-Alpha
Last updated
First committed

Canonical home

trackdubllc/Babel-Player-Alpha
In sync

since Sep 10, 2026

Also appears in

trackdubllc/Babel-Player-Alpha
In sync

since Sep 10, 2026

Is this your skill?

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.