dotnet-uno-mcp

Query the Uno Platform MCP server for live documentation and fallback content.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rudironsoni/dotnet-agent-harness --skill dotnet-uno-mcp-rudironsoni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-uno-mcp
Source: https://github.com/rudironsoni/dotnet-agent-harness/tree/main/.rulesync/skills/dotnet-uno-mcp
Command: npx skills add https://github.com/rudironsoni/dotnet-agent-harness --skill dotnet-uno-mcp-rudironsoni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides efficient access to the latest Uno Platform documentation by querying its Model Context Protocol (MCP) server, ensuring you always have up-to-date information for development.

Core Features & Use Cases

  • Live Documentation Search: Search and fetch specific documentation pages directly from the Uno Platform MCP server.
  • Tool Detection & Fallback: Automatically detects MCP tool availability and gracefully falls back to static content or official URLs when the server is unreachable.
  • Initialization Rules: Loads essential agent and usage rules for Uno Platform development upon session start.
  • Use Case: When developing a new feature in Uno Platform, use this Skill to quickly find the most current guidance on implementing region-based navigation, including code examples and best practices, directly within your development environment.

Quick Start

Use the dotnet-uno-mcp skill to search for documentation on implementing region-based navigation with Uno Extensions.

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 live Uno Platform documentation during development?

You can search live Uno Platform documentation by querying the Uno Platform MCP server. This Skill executes a search-then-fetch workflow to retrieve specific, up-to-date documentation pages directly within your development environment.

What happens if the Uno Platform MCP server is unavailable?

When the Uno Platform MCP server is unavailable, the Skill automatically detects the failure and gracefully falls back to providing static content and official Uno Platform URLs to ensure you still get documentation.

Can I get code examples for Uno Extensions region-based navigation through MCP?

Yes, you can query the MCP server for current guidance on implementing region-based navigation with Uno Extensions. It fetches live documentation including code examples and best practices directly from the server.

Does the Uno Platform MCP documentation lookup require any dependencies?

No dependencies are required to use this Skill. It operates independently by querying the MCP server and utilizing fallback mechanisms to static content or official URLs when needed.

Why does the MCP documentation lookup enforce citation requirements?

The MCP documentation lookup enforces citation requirements to maintain safety guidelines for external data. This ensures that all fetched Uno Platform documentation properly attributes its source and adheres to external data protocols.