Handle navigation graphs, back stack behavior, app links, intents, and destination ownership for Android apps.
57
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.github/skills/android-navigation-deeplinks/SKILL.mdThe canonical home for this skill is android-navigation-deeplinks in krutikJain/android-agent-skills
android-permissions-activity-resultsandroid-testing-uisealed interface OrbitRoute {
data object Board : OrbitRoute
data class Task(val taskId: String) : OrbitRoute
}navController.navigate(OrbitRoute.Task(taskId)) {
launchSingleTop = true
restoreState = true
}val taskId = intent?.data?.getQueryParameter("taskId")
require(!taskId.isNullOrBlank()) { "Missing taskId deep-link argument" }cd examples/orbittasks-compose && ./gradlew :app:testDebugUnitTestcd examples/orbittasks-xml && ./gradlew :app:testDebugUnitTestpython3 scripts/eval_triggers.py --skill android-navigation-deeplinksc5bf673
Canonical home
since Apr 14, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.