Handles gesture conflicts and SwiftUI gesture patterns, part of the broader axiom-swiftui suite that covers everything from state debugging to iOS 26 features. You'd reach for this when drag gestures are fighting with scroll views, or when simultaneous recognition isn't working as expected. It's one file in a larger skill (skills/gestures.md), so you're really getting the whole SwiftUI toolkit when you install it. The parent skill has good routing logic that keeps you from loading UIKit docs when you just need SwiftUI patterns, which matters when you're debugging why a long press isn't firing.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-swiftui-gestures