dotnet-uno-mcp

Search and fetch Uno Platform documentation via MCP tools.

71|10|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/wshaddix/dotnet-skills --skill dotnet-uno-mcp-wshaddix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-uno-mcp
Source: https://github.com/wshaddix/dotnet-skills/tree/main/skills/dotnet-uno-mcp
Command: npx skills add https://github.com/wshaddix/dotnet-skills --skill dotnet-uno-mcp-wshaddix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines accessing and utilizing Uno Platform documentation by integrating with the Model Context Protocol (MCP) server for real-time information retrieval.

Core Features & Use Cases

  • MCP Tool Integration: Leverages mcp__uno__ tools for searching and fetching Uno Platform documentation.
  • Intelligent Fallback: Provides comprehensive guidance through static skills and official URLs when MCP is unavailable.
  • Use Case: When developing a new Uno Platform feature, use this skill to quickly find the latest API documentation, best practices, and code examples related to that feature, ensuring your implementation is up-to-date and follows recommended patterns.

Quick Start

Use the dotnet-uno-mcp skill to search for documentation on Uno Platform's MVUX reactive pattern.

Frequently Asked Questions about dotnet-uno-mcp

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

FAQPage Schema
How do I search for Uno Platform documentation dynamically during development?

You can search for Uno Platform documentation dynamically by using the Model Context Protocol (MCP) server integration. The skill uses a search-then-fetch workflow to retrieve up-to-date API information, best practices, and code examples for your development queries.

What happens if the Uno Platform MCP server is unavailable?

When the MCP server is inaccessible, the skill provides an intelligent fallback mechanism. It supplies comprehensive guidance through static skills and official Uno Platform URLs to ensure your development workflow continues without interruption.

Can I use this tool to find best practices for Uno Platform MVUX reactive patterns?

Yes, you can use this tool to find best practices for the MVUX reactive pattern. It queries the MCP server to fetch real-time documentation, ensuring your implementation follows the latest recommended Uno Platform patterns.

Does the Uno Platform MCP integration provide guidance for per-target deployment?

Yes, the Uno Platform MCP integration provides guidance for per-target deployment scenarios. It retrieves the necessary documentation and testing scenarios to support multiple platform targets from a single C# codebase.

How does the Model Context Protocol work with Uno Platform and C#?

The Model Context Protocol works with Uno Platform and C# by exposing `mcp__uno__` tools for searching and fetching documentation. It manages tool detection and initialization rules to deliver dynamic development guidance directly.