A comprehensive reference suite for SwiftUI development that covers the full stack: view updates, navigation, layout, animations, performance, and architecture. The quick reference table is genuinely useful, mapping symptoms like "view not updating" or "slow previews" directly to diagnostic guides. The conflict resolution section makes a smart call about trying domain-specific fixes before reaching for profiling tools. What stands out is the anti-rationalization table, which addresses the exact thoughts that lead developers to skip documentation ("simple layout, no need") and counters with specifics like "SwiftUI layout has 12 gotchas." Includes automated auditing agents for architecture, performance, and navigation issues. The scope is well-defined, with clear handoffs to axiom-uikit for UIKit bridging and axiom-design for HIG compliance.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-swiftui-debugging