examples/new/mobile/.opencode/skills/mobile-routing-expo-router/SKILL.md
Expo Router conventions for route groups, native headers, and starter navigation
npx skillsauth add aexol-studio/axolotl mobile-routing-expo-routerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Keep navigation predictable, native, and reusable.
mobile/AGENTS.md.testID where applicable.app/(tabs)/...app/(auth)/...app/_layout.tsx.src/components/navigation/.createNativeHeaderOptions) for consistent options.headerShadowVisible: false, headerBackTitleVisible: false.app/_layout.tsx for (tabs) and (auth) entries.Axolotl, auth sign-in Sign in) unless scope explicitly includes i18n/title refactor.tools
Baseline architecture for Axolotl mobile starter (Expo Router + reusable blocks)
development
i18n baseline and dev-translate setup for Expo mobile starter
development
Starter data layer pattern with React Query + Zeus for Expo app
tools
Reusable native component and template patterns for starter implementation