Android Navigation (Jetpack Compose)
SkillProductivityImplement screen routes and deep-link/App Link routing with Jetpack Compose Navigation on Android. Use when the primary task is Compose route configuration or external URL routing; defer typed-route APIs, XML/fragments, generic back-stack, and transition questions to their specific navigation skills.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Android Navigation (Jetpack Compose) skill
What this skill tells your AI
The instructions your AI receives, as published by hoangnguyen0403/agent-skills-standard in skills/android/android-navigation/SKILL.md and read by ahel’s review.
Priority: P2 (MEDIUM)
Guidelines
- Library: Use
androidx.navigation:navigation-compose. - Type Safety: Use sealed classes for routes, never raw strings.
- Deep Links: Configure
intent-filterin Manifest anddeepLinksin NavHost. - Validation: Validate arguments (e.g., proper IDs) before loading content.
Anti-Patterns
- No String Routes: Use
Screen.Product.routeinstead of"product/$id". - No Unvalidated Deep Links: Check resource existence before rendering.
- No Missing Manifest: Deep links require
autoVerify=trueintent filters.
References
Signals
- GitHub stars
- 565
- Forks
- 163
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
android-navigation- Source
- github.com/hoangnguyen0403/agent-skills-standard