reactor-recipes

Index standalone Reactor recipe examples for common WinUI UI tasks.

609|44|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/microsoft/microsoft-ui-reactor --skill reactor-recipes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reactor-recipes
Source: https://github.com/microsoft/microsoft-ui-reactor/tree/main/plugins/reactor/skills/reactor-recipes
Command: npx skills add https://github.com/microsoft/microsoft-ui-reactor --skill reactor-recipes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Paste-ready Reactor recipes indexed by intent provide drop-in UI patterns that reduce boilerplate and speed up development by offering ready-to-use snippets for common tasks.

Core Features & Use Cases

  • Standalone, compilable Reactor recipes that you can copy into your project and run immediately.
  • Covers patterns like list management, navigation, forms with validation, async data fetch, and theming/card surfaces.
  • Use cases: quickly prototype UI flows by dropping in recipes for common interactions, then adapt to your data models.

Quick Start

Copy the relevant recipe body into your project and call ReactorApp.Run with your app name to boot the snippet.

Frequently Asked Questions about reactor-recipes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find paste-ready Reactor recipes for common WinUI tasks?

Paste-ready Reactor recipes provide drop-in UI patterns for WinUI apps by indexing standalone, compilable single-file examples for common tasks like list management, navigation, and forms to reduce boilerplate.

Can I copy a Reactor recipe snippet directly into my dotnet project?

Yes, you can copy the relevant recipe body into your dotnet project and call ReactorApp.Run with your app name to boot the snippet immediately with minimal setup required.

What UI patterns do Reactor recipes cover for C# apps?

Reactor recipes cover common C# UI patterns including list management, navigation, forms with validation, async data fetch, and themed card surfaces across WinUI apps.

Do Reactor recipes require external dependencies to compile?

No, Reactor recipes are self-contained single-file examples that require only real Reactor APIs and stable internal references, ensuring they compile standalone without external dependencies.

What's the best way to prototype UI flows using Reactor samples?

The best way to prototype UI flows is dropping in Reactor samples for common interactions, then adapting the standalone recipe structures to your specific data models.

Are Reactor recipes suitable for production WinUI apps or just prototyping?

Reactor recipes are compilable single-file structures designed to be dropped into projects with minimal setup, making them suitable for both rapid prototyping and adapting into production WinUI apps.