aplicar-layout-ux

Refactor MAUI page layouts with grid-based styling and accessibility improvements.

Updated Nov 5, 2025
One-click install
npx skills add https://github.com/mkazimoto/AppMAUICopilot --skill aplicar-layout-ux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aplicar-layout-ux
Source: https://github.com/mkazimoto/AppMAUICopilot/tree/main/.github/skills/aplicar-layout-ux
Command: npx skills add https://github.com/mkazimoto/AppMAUICopilot --skill aplicar-layout-ux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Improve MAUI screen layouts and UX consistency across the app.

Core Features & Use Cases

  • Establish visual hierarchy and responsive grids using MAUI layouts (Grid, VerticalStackLayout) to create consistent screens.
  • Apply accessibility improvements, semantic properties, and clear labels to enhance usability across devices.
  • Use repeatable workflows to refactor existing pages (e.g., FormEditPage.xaml) without altering business logic or bindings.

Quick Start

Provide the target page path and the UX objective to begin a layout/UX refactor.

Frequently Asked Questions about aplicar-layout-ux

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

FAQPage Schema
How do I standardize MAUI screen layouts and improve UX consistency across my app?

Standardize MAUI screen layouts by applying grid-based structures, consistent styling tokens, and semantic accessibility properties to establish visual hierarchy and responsive behavior across devices.

What's the best way to refactor MAUI XAML pages without breaking MVVM bindings?

Refactor MAUI XAML pages by restructuring layouts using Grid and VerticalStackLayout while preserving existing business logic and MVVM bindings, ensuring visual improvements do not alter functional behavior.

How do I add accessibility improvements to .NET MAUI layouts?

Add accessibility improvements to MAUI layouts by applying semantic properties and clear labels, enhancing usability across devices without changing underlying page logic.

Can I use this layout refactor approach for responsive MAUI pages across different devices?

Yes, the layout refactor approach uses standardized grid-based layouts and responsive MAUI components to ensure consistent spacing and hierarchy across different device sizes.

Does the MAUI UX layout refactor require altering existing business logic?

No, the MAUI UX layout refactor operates on XAML page structure and styling tokens only, leaving existing business logic and MVVM bindings completely untouched during the visual hierarchy improvements.

When do I need to standardize styling tokens in a MAUI app layout?

Standardize styling tokens in a MAUI app layout when visual hierarchy becomes inconsistent across pages, requiring repeatable workflows to align spacing, grids, and accessibility properties uniformly.