avalonia-pro-max/layout-patterns

Design Avalonia app layouts with breakpoints, shell templates, and navigation patterns.

27|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/linuxdevel/Avalonia-skills --skill avalonia-pro-max-layout-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: avalonia-pro-max/layout-patterns
Source: https://github.com/linuxdevel/Avalonia-skills/tree/main/skills/avalonia/avalonia-pro-max/layout-patterns
Command: npx skills add https://github.com/linuxdevel/Avalonia-skills --skill avalonia-pro-max-layout-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing robust, responsive page layouts in Avalonia apps across breakpoints and navigation scenarios.

Core Features & Use Cases

  • Breakpoint-driven strategies for Compact, Medium, Wide, and XWide viewports.
  • Layout templates: App Shell with Sidebar, Master-Detail with SplitView, Dashboard Grid, Settings Page, and Centered Single-Column layouts.
  • Navigation, spacing, and scroll discipline guidance to deliver cohesive desktop and mobile experiences.

Quick Start

Apply these layout patterns to structure Avalonia pages for desktop and mobile and adapt using Breakpoints.

Frequently Asked Questions about avalonia-pro-max/layout-patterns

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

FAQPage Schema
How do I design responsive Avalonia layouts for desktop and mobile?

Use predefined layout templates like App Shell with Sidebar, Master-Detail with SplitView, Dashboard Grid, Settings Page, and Centered Single-Column to structure Avalonia application pages effectively.

What is the best way to structure an Avalonia app shell with navigation?

Structure an Avalonia app shell with navigation by applying shell templates and navigation patterns that enforce spacing rhythm and scroll discipline across different viewports.

Can I use a master-detail pattern in Avalonia for responsive applications?

Yes, you can use a Master-Detail pattern with SplitView in Avalonia to build responsive applications that adapt seamlessly across desktop and mobile breakpoints.

How do Avalonia breakpoints work for adapting page layouts?

Avalonia breakpoints work by categorizing viewports into Compact, Medium, Wide, and XWide sizes, triggering layout adjustments to maintain proper spacing and scroll discipline.

Does this layout pattern approach support both dashboards and settings screens?

Yes, the layout pattern approach supports both dashboards and settings screens by providing specific templates like Dashboard Grid and Settings Page to ensure cohesive experiences.