hoangnguyen0403/android-legacy-navigation
Implement Jetpack Navigation Component with XML graphs and SafeArgs for type-safe fragment navigation. Use when working with XML-based navigation or SafeArgs in legacy Android projects; defer drawer and other UI-chrome work to UI skills.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill android-legacy-navigation
NavHostFragment.See XML graph & SafeArgs examples for NavHostFragment setup.
navigation/ resources (e.g., nav_auth.xml, nav_main.xml) to keep graphs readable.<deepLink> in graph, not AndroidManifest intent filters.See XML graph & SafeArgs examples for type-safe navigation usage.
Take hoangnguyen0403/android-legacy-navigation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.