Skip to main content
Back to registry

swiftui-navigation

dpearson2699/swift-ios-skills

Navigation patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers push navigation, multi-column layouts, sheet presentation, tab architecture, and deep linking. Patterns are backward-compatible to iOS 17 unless noted.

Installs167
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-navigation
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Navigation patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers push navigation, multi-column layouts, sheet presentation, tab architecture, and deep linking. Patterns are backward-compatible to iOS 17 unless noted. Use NavigationStack with a NavigationPath binding for programmatic, type-safe push navigation. Define routes as a Hashable enum and map them with .navigationDestination(for:) . Programmatic navigation: Router pattern: For apps with complex navigation, use a router object that owns the path and sheet state. Each tab gets its own router instance injected via .environment() . Centralize destination mapping with a single .navigationDestination(for:) block or a shared withAppRouter() modifier.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does swiftui-navigation do?

Navigation patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers push navigation, multi-column layouts, sheet presentation, tab architecture, and deep linking. Patterns are backward-compatible to iOS 17 unless noted.

Is swiftui-navigation good?

swiftui-navigation does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does swiftui-navigation work with?

swiftui-navigation currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to swiftui-navigation?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install swiftui-navigation?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-navigation

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering