A comprehensive SwiftUI reference that routes you to the right fix fast. Covers the usual suspects (view updates, navigation, layout breaks on iPad) plus the stuff that always takes longer than it should: preview crashes, gesture conflicts, toolbar button placement. The anti-rationalization table is honest about common traps, like thinking you know how searchable works until you hit the six gotchas. Includes automated audits for architecture, performance, and navigation. The conflict resolution section with axiom-performance is smart: try domain-specific fixes first before profiling, since LazyVStack changes often solve list slowness in five minutes. If you're doing any SwiftUI work, this is the index you consult before burning an hour on Stack Overflow.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-swiftui-layout