microsoft-ui-reactor
Build native Windows desktop apps with React-style C# skills
All Skills in This Repository (20)
Pure Emerald Level Indicatorsreactor-app
Build WinUI 3 desktop apps with Reactor's declarative C# projections.
reactor-build-and-check
Diagnose dotnet Reactor builds with structured diagnostics and did-you-mean suggestions.
reactor-docking
Arrange dockable panes with DockManager and persist layouts across sessions.
reactor-forms
Automate Reactor form building with built-in validation and masked inputs.
reactor-advanced
Expose Win2D canvas options for immediate-mode drawing in Reactor.
reactor-recipes
Index standalone Reactor recipe examples for common WinUI UI tasks.
reactor-navigation
Manage multi-page WinUI navigation with enum-based routes and lifecycle hooks.
reactor-input
Handle pointer, gesture, and focus events in Reactor WinUI components.
reactor-async
Manage asynchronous data flows with Reactor hooks for fetching, mutation, and pagination.
reactor-windowing
Configure Reactor top-level windows with WindowSpec, UseWindow, and OpenWindow APIs.
reactor-dsl
Verify Reactor API hooks, modifiers, factories, and enums against the canonical signatures index.
reactor-commanding
Coordinate shared commands across menus, toolbars, and context surfaces in Reactor.
Frequently Asked Questions
FAQPage SchemaHow to install microsoft-ui-reactor?โผ
Run `npx skills add microsoft/microsoft-ui-reactor --all -g -y` in your terminal to install all skills in this suite globally.
What is Microsoft.UI.Reactor?โผ
It is a declarative, component-based C# framework for building WinUI 3 desktop apps, using a React-style model with hooks and a reconciler instead of XAML and ViewModels.
Can AI agents build Windows desktop apps with these skills?โผ
Yes. The skills teach agents the full Reactor workflow, from scaffolding an app and writing components to running builds, fixing diagnostics, and driving a running app via devtools.
Do I need to know XAML to use Reactor?โผ
No. Reactor replaces XAML with typed C# factory methods and fluent modifiers, so everything is plain C# with full IntelliSense and compile-time checking.
What kinds of UI can these skills help build?โผ
They cover forms with validation, multi-page navigation, charts and data visualization, docking IDE-style layouts, windowing, gestures, theming, and accessibility.
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