概要
The Modern SwiftUI Architecture skill provides a comprehensive framework for building iOS applications using pure SwiftUI patterns without the overhead of traditional ViewModels. It guides developers through implementing efficient data flows using @Observable and @State, managing complex navigation via AppRouter, and building robust UI components like forms and grids. By focusing on modern Apple-recommended practices and avoiding common anti-patterns, this skill ensures scalable, maintainable, and performant Swift codebases that leverage the full power of the declarative SwiftUI framework.