What problem does it solve? Building a Dynamic Island-style UI on macOS requires precise window positioning above the menu bar, a custom shape with concave curves matching the hardware notch, and carefully timed spring animations. This Skill provides the complete implementation pattern so you do not have to reverse-engineer the geometry and animation choreography yourself. ## Core Features & Use Cases - NotchWindow NSPanel: A borderless, transparent, click-through panel at CGShieldingWindowLevel that sits above everything including the menu bar and survives fullscreen spaces. - NotchShape SwiftUI Shape: Draws the Dynamic Island silhouette with concave Bezier ear curves and animatable corner radii for smooth shape transitions. - Show/Hide Choreography: A tuned three-step spring animation sequence that makes content appear to grow out of and shrink back into the hardware notch. - Use Case: Add a recording indicator to a macOS app that emerges from the MacBook notch with a red microphone icon, then collapses back into the notch when recording stops. ## Quick Start Add a Dynamic Island-style recording indicator that extends from my MacBook's notch using the notch window and shape references.