What problem does it solve?
This Skill replaces scattered navigation wiring with a guided architecture map for sRouting's SRRootView, coordinators, routes, and router observers so SwiftUI developers can avoid trial and error when connecting screens.
Core Features & Use Cases
- Architecture overview: Combines a diagram and explanation of view layers, routers, contexts, and coordinator emitters so you can see how each piece affects navigation state.
- Macro-driven route setup: Covers how to declare routes with @sRoute, @sRoutePath, and @sSubRoute along with @sRouteCoordinator and @sRouteObserver so destination handling remains consistent as the app grows.
- Router action catalog and deep linking: Details SRRouter triggers, modal actions, tab selection, and context routing for pushing new flows, presenting sheets, and responding to deep links, which keeps new screens and coordinator handoffs reliable.
Quick Start
Walk me through configuring SRRootView, AppCoordinator, route observers, and router actions for my SwiftUI application.