Navigator
Simplify SwiftUI navigation with deep linking, checkpoints, and zero registration
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Navigator?โผ
Run `npx skills add hmlongco/Navigator --all -g -y` in your terminal to install the navigation skill globally for your AI agent.
How to navigate in SwiftUI without navigationDestination registration?โผ
Use ManagedNavigationStack with NavigationLink(to:label:) and Navigator handles all destination types through a single internal registration.
How to deep link into a SwiftUI app?โผ
Navigator's send/receive pattern broadcasts typed values through the view tree, letting you switch tabs and push screens in one ordered sequence.
How to return to a specific screen in SwiftUI?โผ
Define named checkpoints and call navigator.returnToCheckpoint to jump back without knowing the stack structure or passing bindings.
Does Navigator work with Claude Code and Cursor?โผ
Yes. The bundled SKILL.md follows the universal skill standard and works in Claude Code, Cursor, Codex, and other AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core