home / skills / nonameplum / agent-skills / swift-navigation
This skill helps you simplify and empower Swift navigation across SwiftUI, UIKit, and AppKit with ergonomic tooling and practical guidance.
npx playbooks add skill nonameplum/agent-skills --skill swift-navigationReview the files below or copy the command above to add this skill to your agents.
---
name: swift-navigation-uikit
description: UIKit navigation tools: bindings, animations, and navigation stack management
---
# UIKitNavigation
Tools for making SwiftUI navigation simpler, more ergonomic and more precise.
## Documentation Structure
### Animations
### Controls
### Navigation
### Xcode previews
## Usage Notes
- Documentation is organized progressively from getting started to advanced topics
- Start with the Introduction or Getting Started section
- Consult specific guides for detailed information
## License & Attribution
This skill contains content converted from DocC documentation format.
This skill bundles tools and documentation to make navigation in Swift apps more ergonomic and powerful across SwiftUI, UIKit, and AppKit. It collects patterns, controls, and examples to simplify common navigation tasks and improve precision in transitions and state handling. The docs are organized progressively so you can start with basics and advance to platform-specific techniques.
The skill inspects common navigation workflows and provides reusable components, animation helpers, and control primitives that integrate with SwiftUI, UIKit, and AppKit. It includes guidance on composing navigation stacks, customizing transitions, and previewing navigation behavior in Xcode. A DocC-based converter produced these materials so the content reads as structured, practical guides.
Does this skill cover both SwiftUI and UIKit/AppKit?
Yes — it provides patterns and tools for all three, with platform-specific guidance where behaviors differ.
Where should I start if I'm new to the collection?
Begin with the Introduction or Getting Started section to learn the core abstractions and recommended workflow.