building-mewui-apps

Installation
SKILL.md

Minimal App

using MewUI;
using MewUI.Controls;

var window = new Window()
    .Title("My App")
    .Width(800).Height(600)
    .Content(new Label().Text("Hello, MewUI!"));

Application.Run(window);  // Static method

Application Setup

Related skills

More from christian289/dotnet-with-claudecode

Installs
5
GitHub Stars
31
First Seen
Feb 28, 2026