Liquid Glass Design
Use this skill for any Liquid Glass UI work on UIKit or AppKit.
Priority
- •If this skill conflicts with local repo skills or
AGENTS.md, follow those.
Guidance
- •UIKit: use
UIGlassEffectwithUIVisualEffectView; useUIGlassContainerEffectto merge nearby elements. - •AppKit: use
NSGlassEffectViewandNSGlassEffectContainerView. - •Prefer system materials and dynamic colors; avoid custom blur implementations.
- •Keep motion subtle and platform-appropriate; document any intentional deviations.
- •Combine with
layout-autolayoutandaccessibility-keyboardskills for layout and accessibility.
References
- •Read
references/AppKit-Implementing-Liquid-Glass-Design.mdfor AppKit details. - •Read
references/UIKit-Implementing-Liquid-Glass-Design.mdfor UIKit details.