unoplatform/uno

Open-source platform for building cross-platform native Mobile, Web, Desktop, and Embedded apps from a single C#/XAML codebase. Work from any IDE/CLI with Hot Reload, Visual Designer, MCPs, and Skills built for modern .NET workflows. 200M+ NuGet downloads.

10kStars on the repository
36Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

architect

01

unoplatform/uno

Agent Claude Code

Reviews changes for how they fit the broader Uno Platform framework — flags tech debt, bad patterns, scalability issues, layering violations, and wrong platform-specialization choices. Use after a non-trivial change is drafted to check architectural fit before commit. Invoke with the change scope and the modules it…

10k 2d ago A 61 tokens original Apache-2.0

contract

02

unoplatform/uno

Agent Claude Code

Reviews changes for contract stability — public API surface vs WinUI parity (binary/source compat, [Uno.NotImplemented] handling, DependencyProperty registration), public surface minimality, and test fidelity (do tests validate behavior/parity, not implementation internals?). Use after a change that touches public…

10k 2d ago A 85 tokens original Apache-2.0

jerome

03

unoplatform/uno

Agent Claude Code

The Socratic questioner of the review panel — surfaces the questions the author didn't ask: unstated intent, hidden assumptions, unconsidered platform/parity alternatives, and missing evidence. Use after a change is drafted, alongside the specialist reviewers, to expose gaps before commit. Invoke with the change…

10k 2d ago A 0 tokens original Apache-2.0

operability

04

unoplatform/uno

Agent Claude Code

Reviews changes for diagnosability and resilience — structured logging discipline, CancellationToken propagation (incl. source generators), async-void safety, and the diagnosability of tooling (DevServer / RemoteControl). Use after a change that touches I/O, background work, async APIs, source generators, or the…

10k 2d ago A 82 tokens original Apache-2.0

performance

05

unoplatform/uno

Agent Claude Code

Audits changes for performance hazards on all targets — blocking calls, async void time-bombs, source-generator allocation/cancellation discipline, layout/render hot-path allocations, property-system boxing, idle CPU toll, and WASM memory growth. Invoke with the change scope and the modules it touches.

10k 2d ago A 59 tokens original Apache-2.0

quality

06

unoplatform/uno

Agent Claude Code

Validates that a change correctly addresses its stated requirement, evaluates solution elegance, checks for duplication across platform partials and missed refactoring, verifies sample/test coverage, and flags comment pollution. Use after a change is drafted to verify the solution solves the right problem in the right…

10k 2d ago A 73 tokens original Apache-2.0

security

07

unoplatform/uno

Agent Claude Code

Audits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs, WASM JS interop, and platform file/clipboard/launcher APIs. Use after a change touching input handling, the host…

10k 2d ago A 85 tokens original Apache-2.0

skeptic

08

unoplatform/uno

Agent Claude Code

Challenges decisions, questions assumptions, and surfaces edge cases other agents missed — with WinUI-parity and cross-platform correctness front of mind. Use after a completed change to stress-test it before committing. Invoke with explicit context — the change under review, what was assumed, and what's already been…

10k 2d ago A 62 tokens original Apache-2.0