dotnet-with-claudecode
WPF and AvaloniaUI scaffolding, MVVM rules, and release automation
All Skills in This Repository (13)
Pure Emerald Level Indicatorsdesigning-avalonia-customcontrol-architecture
Design scalable Angular apps with reusable components and services.
using-avalonia-collectionview
Provide filtering, sorting, and grouping collection views for AvaloniaUI MVVM apps.
navigating-mewui-tree
Traverse and manipulate the MewUI visual tree to inspect element hierarchy and lifecycles.
configuring-avalonia-dependency-injection
Configure dependency injection for AvaloniaUI projects using GenericHost patterns.
binding-mewui-data
Bind MewUI controls to ObservableValue and ValueBinding for reactive updates.
converting-html-css-to-wpf-xaml
Convert HTML/CSS into WPF CustomControl XAML with CSS animations mapped to Storyboards.
using-mewui-layout
Organize .NET UI layouts with MewUI panels and fluent conventions.
building-mewui-apps
Automate MewUI project setup and theming scaffolding for new apps.
rendering-mewui-elements
Render custom graphics in MewUI controls using IGraphicsContext during OnRender.
creating-mewui-controls
Create and integrate custom interactive controls for the MewUI framework.
structuring-avalonia-projects
Organize AvaloniaUI projects with consistent naming and layered architecture.
fixing-avaloniaui-radialgradientbrush
Unify GradientOrigin and Center values when converting WPF RadialGradientBrush to AvaloniaUI.
Frequently Asked Questions
FAQPage SchemaHow to install dotnet-with-claudecode?โผ
Run `npx skills add christian289/dotnet-with-claudecode --all -g -y` in your terminal to install all skills globally.
What does the wpf-dev-pack plugin do?โผ
It scaffolds WPF projects, ViewModels, custom controls, converters, and services with correct MVVM patterns, and enforces rules that block common WPF anti-patterns.
Does it support both CommunityToolkit.Mvvm and Prism?โผ
Yes. Each generator ships a standard version plus a Prism 9 variant, so you can pick either framework per project.
Can it build a WPF chat client with streaming?โผ
Yes. The make-wpf-chatclient skill generates a full streaming chat UI with markdown bubbles, a shared HttpClient pool, MCP tool support, and a keyless mock provider.
Does it work with AvaloniaUI projects?โผ
Yes. Separate skills cover AvaloniaUI project structure, dependency injection, custom control themes, and CollectionView alternatives.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core