What problem does it solve? Modernizing a macOS SwiftUI app to the Liquid Glass design system often leads to conflicting custom chrome, opaque backgrounds, and hand-built toolbars that fight system materials. This Skill guides adoption of system-provided glass so the UI stays coherent and native. ## Core Features & Use Cases - UI Audit and Cleanup: Identify and remove custom backgrounds, scrims, and fills that obscure system Liquid Glass in sidebars, toolbars, and sheets. - Standard Structure Guidance: Apply correct patterns for NavigationSplitView, TabView, searchable placement, toolbar grouping with ToolbarSpacer, and control sizing. - Custom Glass Surfaces: Add glassEffect, GlassEffectContainer grouping, and glassEffectID morphing transitions only where standard controls fall short. - Use Case: You have a macOS SwiftPM app with a custom-painted sidebar and toolbar. Use this Skill to strip the custom chrome, adopt system glass materials, and validate the result as a foreground .app bundle. ## Quick Start Use the liquid-glass skill to modernize my macOS SwiftUI app's toolbar and sidebar to use system Liquid Glass instead of custom backgrounds.