uno-platform-agent

Consolidate Uno Platform development patterns into a reusable guide.

5|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/mtmattei/UnoPlatformSkills --skill uno-platform-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uno-platform-agent
Source: https://github.com/mtmattei/UnoPlatformSkills/tree/main/uno-platform-agent
Command: npx skills add https://github.com/mtmattei/UnoPlatformSkills --skill uno-platform-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Unified, battle-tested Uno Platform development patterns and practices are captured in a single, shareable guide to accelerate project setup, ensure consistent architecture, and reduce cognitive load across teams.

Core Features & Use Cases

  • MVVM & MVUX pattern guidance with concrete examples and generated templates
  • Navigation and routing strategies, including ViewMaps, RouteMaps, and data-passing patterns
  • Dependency Injection and hosting patterns for scalable apps
  • Platform-specific code organization and single-project architecture guidelines
  • Guidance for styling, theming, and UI consistency using Uno.Toolkit and Material
  • Build configuration and Uno.Features usage to optimize project setup

Quick Start

When starting a new Uno Platform project, consult this skill to apply standardized MVVM/MVUX patterns, navigation setup, and platform-specific guidelines from the time of initial scaffolding.

Frequently Asked Questions about uno-platform-agent

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

FAQPage Schema
How do I set up navigation and routing in an Uno Platform app?

Uno Platform navigation setup uses ViewMaps, RouteMaps, and data-passing patterns to configure routing. Consolidating these strategies into a reusable framework ensures consistent navigation registrations across your application architecture.

What is the difference between MVVM and MVUX patterns in Uno Platform?

MVVM and MVUX are architectural patterns for Uno Platform apps. This guide provides concrete examples and generated templates for both, helping you implement the right pattern for scalable data binding and state management.

How do I configure UnoFeatures for a Single Project architecture?

UnoFeatures provides centralized feature configuration for Single Project setups. This skill outlines build configuration and UnoFeatures usage to optimize project scaffolding and centralize feature management across platform-specific code.

Does this guide cover dependency injection and hosting patterns for Uno Platform?

Yes, it covers dependency injection and hosting patterns for scalable Uno Platform apps. The guide consolidates battle-tested practices to accelerate project setup and ensure consistent architecture across your development team.

What's the best way to apply consistent styling and theming using Uno Toolkit?

The best way to apply consistent styling is using Uno Toolkit and Material guidelines. This skill provides theming and UI consistency guidance to standardize visual elements across new and ongoing Uno Platform applications.