Vincent
Community@christian289 · Korea
WPF(Windows Presentation Foundation) Software Engineer // .NET Dev Community Organizer // Baji & Tai-chi (kung-fu) Senior
Agent Skills by Vincent
Showing 19 vetted skills indexed across 2 GitHub repositories.
enforcing-record-constructor-initialization
Enforce positional constructors with named arguments for C# record instantiation.
managing-global-usings
Centralize external namespace imports into a GlobalUsings.cs file for .NET projects.
enforcing-dto-record
Enforce C# Data Transfer Objects to be declared as records.
managing-branch-pr-workflow
Enforce branch naming, commit message formatting, and automated pull request creation.
enforcing-generated-regex
Enforce the [GeneratedRegex] Source Generator attribute for C# Regex performance optimization.
enforcing-json-options-predefine
Enforce static or readonly JsonSerializerOptions in .NET JSON methods.
designing-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.
Implementing PubSub Pattern
Implement Pub-Sub patterns with System.Reactive and Channels in .NET.