swift-navigation
Swift Navigation
Tools for making Swift navigation ergonomic across all Apple platforms.
Modules
This skill contains documentation for multiple modules:
SwiftNavigation (Core)
Core navigation primitives used by all platform-specific modules.
- SwiftNavigation/SKILL.md - Core module overview
- SwiftNavigation/Articles/WhatIsNavigation.md - What is navigation?
- SwiftNavigation/Articles/CrossPlatform.md - Cross-platform navigation
- SwiftNavigation/Extensions/AlertState.md - Type-safe alert state
- SwiftNavigation/Extensions/ConfirmationDialogState.md - Confirmation dialogs
- SwiftNavigation/Extensions/UIBinding.md - Two-way bindings
SwiftUINavigation
SwiftUI-specific navigation tools.
- SwiftUINavigation/SKILL.md - SwiftUI module overview
- SwiftUINavigation/Articles/Bindings.md - Optional bindings
- SwiftUINavigation/Articles/AlertsDialogs.md - Alerts and dialogs
- SwiftUINavigation/Articles/SheetsPopoversCovers.md - Sheets, popovers, covers
- SwiftUINavigation/Articles/Navigation.md - Navigation tools
UIKitNavigation
UIKit-specific navigation tools and bindings.
- UIKitNavigation/SKILL.md - UIKit module overview
- UIKitNavigation/Extensions/UIViewController.md - View controller navigation
- UIKitNavigation/Extensions/UIKitAnimation.md - Animation support
- UIKitNavigation/Extensions/UITextField.md - Text field bindings
- UIKitNavigation/Extensions/UISwitch.md - Switch bindings
AppKitNavigation
AppKit-specific navigation tools for macOS.
- AppKitNavigation/SKILL.md - AppKit module overview
- AppKitNavigation/Extensions/AppKitAnimation.md - Animation support
Usage Notes
- Start with the Core module to understand fundamental concepts
- Use the platform-specific module for your target platform
- AlertState and ConfirmationDialogState work across all platforms
License & Attribution
This skill contains content converted from DocC documentation format.
More from nonameplum/agent-skills
corebluetooth
Apple Core Bluetooth framework for BLE and Bluetooth Classic. Use for central/peripheral workflows, scanning, connecting, advertising, GATT services/characteristics, read/write/notify, L2CAP, background processing or state restoration, and error handling across Apple platforms.
42swift-package-manager
Swift Package Manager documentation - create packages, manage dependencies, build and test Swift code
32swift-health-kit
Apple HealthKit framework for health and fitness data. Use for reading/writing health samples, workout data, authorization flows, observer queries, background delivery, clinical records, activity rings, and integrating with the Health app across iPhone, Apple Watch, iPad, and visionOS.
30swift-composable-architecture
The Composable Architecture (TCA) - A library for building Swift applications with state management, composition, and testability
29swift-dependencies
A dependency management library for Swift with controlled, testable dependencies
26swift-docc
Official Swift DocC documentation markup and syntax reference
23