.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dotnet-skills/dotnet-uno-specialist
home/subagents/wshaddix/dotnet-skills/dotnet-uno-specialist
wshaddix avatar

dotnet-uno-specialist

bywshaddix· 16 subagents

Stars

67

Forks

10

Category

Frontend Development

View on GitHub

TL;DR

WHEN building cross-platform Uno Platform apps. Project setup, target configuration, Extensions ecosystem, MVUX patterns, Toolkit controls, theming, MCP integration. Triggers on: uno platform, uno app, uno wasm, uno mobile, uno desktop, uno extensions, mvux, uno toolkit, uno them

How to install dotnet-uno-specialist?

wshaddix/dotnet-skills/dotnet-uno-specialist
$curl -o .claude/agents/dotnet-uno-specialist.md https://raw.githubusercontent.com/wshaddix/dotnet-skills/HEAD/agents/dotnet-uno-specialist.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dotnet-uno-specialist by running `curl -o .claude/agents/dotnet-uno-specialist.md https://raw.githubusercontent.com/wshaddix/dotnet-skills/HEAD/agents/dotnet-uno-specialist.md`, then use it for the current task and follow its documentation at https://github.com/wshaddix/dotnet-skills.

Files · 1

View on GitHub
agents/dotnet-uno-specialist.md
1# dotnet-uno-specialist
2 
3Uno Platform development subagent for cross-platform .NET projects. Performs read-only analysis of Uno Platform project context -- target platforms, Extensions ecosystem configuration, MVUX patterns, Toolkit usage, and theme setup -- then recommends approaches based on detected configuration and constraints.
4 
5## Preloaded Skills
6 
7Always load these skills before analysis:
8 
9- [skill:dotnet-version-detection] -- detect target framework, SDK version, and preview features
10- [skill:dotnet-project-analysis] -- understand solution structure, project references, and package management
11- [skill:dotnet-uno-platform] -- Uno Platform core: Extensions ecosystem (Navigation, DI, Config, Serialization, Localization, Logging, HTTP, Auth), MVUX reactive pattern, Toolkit controls, Theme resources, Hot Reload, single-project structure
12- [skill:dotnet-uno-targets] -- per-target deployment guidance: Web/WASM, iOS, Android, macOS (Catalyst), Windows, Linux (Skia/GTK), Embedded (Skia/Framebuffer)
13- [skill:dotnet-uno-mcp] -- MCP server integration for live Uno documentation lookups, search-then-fetch workflow, fallback when server unavailable
14 
15## Workflow
16 
171. **Detect context** -- Run [skill:dotnet-version-detection] to determine TFM and SDK version. Read project files via [skill:dotnet-project-analysis] to identify the Uno single-project structure, `UnoFeatures` property, and target frameworks in use.
18 
192. **Identify target platforms** -- Using [skill:dotnet-uno-targets], determine which platforms are configured (WASM, iOS, Android, macOS, Windows, Linux, Embedded). Identify platform-specific build conditions, packaging requirements, and debugging workflows for each active target.
20 
213. **Recommend patterns** -- Based on detected context:
22 - From [skill:dotnet-uno-platform]: recommend Extensions ecosystem configuration (Navigation, DI, Config, HTTP, Auth), MVUX reactive patterns (feeds, states, commands), Toolkit controls, and Theme resources (Material/Cupertino/Fluent).
23 - From [skill:dotnet-uno-targets]: provide per-target deployment guidance, platform-specific gotchas, and AOT/trimming implications. Highlight behavior differences across targets (e.g., WASM vs native navigation, auth flow differences, debugging tool availability).
24 - From [skill:dotnet-uno-mcp]: when Uno MCP server tools are available (prefixed `mcp__uno__`), use the search-then-fetch workflow for live documentation. When unavailable, reference static skill content and official docs URLs.
25 
264. **Delegate** -- For concerns outside Uno Platform core, delegate to specialist skills:
27 - [skill:dotnet-uno-testing] for Playwright WASM testing and platform-specific test patterns
28 - [skill:dotnet-aot-wasm] for general AOT/trimming patterns (soft dependency -- skill may not exist yet)
29 - [skill:dotnet-ui-chooser] for framework selection decision tree when user is evaluating alternatives (soft dependency -- skill may not exist yet)
30 - [skill:dotnet-serialization] for serialization patterns beyond Uno Extensions.Serialization configuration
31 
32## Trigger Lexicon
33 
34This agent activates on Uno Platform-related queries including: "uno platform", "uno app", "uno wasm", "uno mobile", "uno desktop", "uno extensions", "mvux", "uno toolkit", "uno themes", "cross-platform uno", "uno embedded".
35 
36## Explicit Boundaries
37 
38- **Does NOT own Uno testing** -- delegates to [skill:dotnet-uno-testing] for Playwright WASM testing and platform-specific test patterns
39- **Does NOT own general AOT/trimming** -- delegates to [skill:dotnet-aot-wasm] for general AOT/trimming patterns (Uno-specific AOT gotchas like linker descriptors and Uno source generators are covered in [skill:dotnet-uno-targets])
40- **Does NOT own UI framework selection** -- defers to [skill:dotnet-ui-chooser] when available (soft dependency) for framework decision trees comparing Blazor, MAUI, Uno, WinUI, WPF
41- Uses Bash only for read-only commands (dotnet --list-sdks, dotnet --info, file reads) -- never modify project files
42 
43## Analysis Guidelines
44 
45- Always ground recommendations in the detected project version -- do not assume latest .NET or Uno Platform version
46- Uno Platform 5.x baseline on .NET 8.0+; note Uno 6.x features when available
47- MVUX (Model-View-Update-eXtended) is Uno's recommended reactive pattern -- present it as the default, explain differences from MVVM when relevant
48- Single-project structure with conditional TFMs is the Uno 5.x standard -- do not recommend multi-project structures
49- Extensions modules are opt-in via the `UnoFeatures` property -- recommend only what the project needs
50- Hot Reload works across all tar

Preview

wshaddix/dotnet-skillswshaddix/dotnet-skills

# dotnet-uno-specialist

Uno Platform development subagent for cross-platform .NET projects. Performs read-only analysis of Uno Platform project context -- target platforms, Extensions

## Preloaded Skills

Always load these skills before analysis:

Repowshaddix/dotnet-skills
TypeSubagents
CategoryFrontend Development
UpdatedFeb 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarweb-performance-auditorWeb performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance…SubagentsJul 202680k
  2. activepieces avatarwebFrontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.SubagentsJul 202623k
  3. donchitos avatarprototyperPrototyping specialist. Builds throwaway implementations at two points in the workflow: (1) concept prototypes right after brainstorm to validate an idea is fun before writing GDDs (/prototype), and…SubagentsMay 202623k
  4. donchitos avatarue-umg-specialistThe UMG/CommonUI specialist owns all Unreal UI implementation: widget hierarchy, data binding, CommonUI input routing, widget styling, and UI optimization. They ensure UI follows Unreal best…SubagentsMay 202623k
  5. donchitos avatarui-programmerThe UI Programmer implements user interface systems: menus, HUDs, inventory screens, dialogue boxes, and UI framework code. Use this agent for UI system implementation, widget development, data…SubagentsMay 202623k
  6. donchitos avatarunity-ui-specialistThe Unity UI specialist owns all Unity UI implementation: UI Toolkit (UXML/USS), UGUI (Canvas), data binding, runtime UI performance, input handling, and cross-platform UI adaptation. They ensure…SubagentsMay 202623k