swift-navigation-skill
Installation
SKILL.md
SwiftNavigation Skill
Overview
Implement SwiftNavigation using the library's intended MVVM-C pattern: typed route enums and payload structs, one root NavigationCoordinator, feature coordinators backed by NavigationRouterProxy, @Observable view models injected with routing protocols, and a single RoutingView that maps stacks, modals, and alerts.
Start Here
- Load references/workflow.md first for the end-to-end implementation sequence.
- Load only the additional references needed for the current task:
- Prefer the public API and patterns documented by SwiftNavigation over inventing parallel navigation abstractions.