examples/new/mobile/.opencode/skills/mobile-graphql-react-query-zeus/SKILL.md
Starter data layer pattern with React Query + Zeus for Expo app
npx skillsauth add aexol-studio/axolotl mobile-graphql-react-query-zeusInstall 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 a typed, reusable data layer with clear boundaries.
mobile/AGENTS.md.lint, typecheck, test).src/lib/graphql/config.ts - API URL resolutionsrc/lib/graphql/client.ts - Zeus chain factorysrc/lib/graphql/query.ts - React Query wrapper hooksrc/lib/query/createQueryClient.ts - Query client defaultssrc/zeus/ only.src/zeus/README.md; keep runtime wrappers in src/lib/graphql/* stable while generated artifacts are pending.tools
Baseline architecture for Axolotl mobile starter (Expo Router + reusable blocks)
tools
Expo Router conventions for route groups, native headers, and starter navigation
development
i18n baseline and dev-translate setup for Expo mobile starter
tools
Reusable native component and template patterns for starter implementation