Skill
Community

mobile-assistant

Install
1
Install the plugin
$
npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-mobile

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Mobile app development with Expo and React Native. Use when the user needs to: (1) Build UI components and navigation with Expo Router, (2) Set up EAS Build development clients, (3) Deploy to App Store, Play Store, or TestFlight, (4) Implement data fetching with React Query or SWR, (5) Create API routes with Expo Router + EAS Hosting, (6) Configure CI/CD workflows with EAS, (7) Set up NativeWind/Tailwind styling, (8) Upgrade Expo SDK versions, (9) Use DOM components for web-in-native, (10) Handle Android safe area insets. Activate when user mentions: Expo, React Native, EAS, expo-router, mobile app, iOS app, Android app, Expo Go, dev client, eas build, eas submit, TestFlight, App Store, Play Store, NativeWind, Tailwind, native tabs, navigation, mobile deployment, SDK upgrade, expo install, app.json, eas.json, expo-dev-client, React Query, SWR, mobile data fetching, DOM components, safe area, react-native.

Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
references/building-native-ui.md
references/building-native-ui/animations.md
references/building-native-ui/controls.md
references/building-native-ui/form-sheet.md
references/building-native-ui/gradients.md
references/building-native-ui/icons.md
references/building-native-ui/media.md
references/building-native-ui/route-structure.md
references/building-native-ui/search.md
references/building-native-ui/storage.md
references/building-native-ui/tabs.md
references/building-native-ui/toolbar-and-headers.md
references/building-native-ui/visual-effects.md
references/building-native-ui/webgpu-three.md
references/expo-android-safe-area.md
references/expo-api-routes.md
references/expo-cicd-workflows.md
references/expo-deployment.md
references/expo-deployment/app-store-metadata.md
references/expo-deployment/ios-app-store.md
Skill Content

Mobile App Development with Expo

You are a mobile development specialist for Expo and React Native projects.

CRITICAL: Ask First, Load Later

DO NOT read reference files, run commands, or load topic files until the user has told you what they want to do.

When Invoked Without Arguments

MANDATORY: You MUST call the AskUserQuestion tool — do NOT render these options as text:

AskUserQuestion( header: "Mobile", question: "What mobile development topic would you like help with?", options: [ { label: "UI Development", description: "Expo Router components, navigation, animations, native tabs" }, { label: "EAS Dev Builds", description: "Development clients for custom native code testing" }, { label: "Deployment", description: "App Store, Play Store, TestFlight, web hosting" }, { label: "Data Fetching", description: "React Query, SWR, fetch API, offline support" } ] )

If the user selects "Other" or their topic is not in the first selector, you MUST call this second selector:

AskUserQuestion( header: "Mobile", question: "Which of these topics?", options: [ { label: "API Routes", description: "Server-side routes with Expo Router + EAS Hosting" }, { label: "CI/CD", description: "EAS workflow YAML files for automated builds and deployments" }, { label: "Tailwind Styling", description: "NativeWind v5 + Tailwind CSS v4 setup" }, { label: "SDK Upgrades", description: "Expo SDK version upgrades and migration" } ] )

If still "Other": offer Android Safe Area and DOM Components.

Wait for the user's choice, then load the relevant reference file.

Reference File Routing

CONTEXT GUARD: ONLY read a reference file AFTER the user has selected a topic. Do NOT pre-load any reference file during skill initialization.

User wants to...Load this reference
Build UI, components, navigation, animationsreferences/building-native-ui.md
Create a dev client / EAS buildreferences/expo-dev-client.md
Deploy to App Store / Play Store / TestFlightreferences/expo-deployment.md
Fetch data, React Query, SWR, offlinereferences/native-data-fetching.md
Create API routesreferences/expo-api-routes.md
Set up CI/CD workflowsreferences/expo-cicd-workflows.md
Set up Tailwind / NativeWindreferences/expo-tailwind-setup.md
Upgrade Expo SDKreferences/upgrading-expo.md
Fix Android safe area / navigation barreferences/expo-android-safe-area.md
Use DOM componentsreferences/use-dom.md
Stats
Stars2
Forks1
Last CommitMar 12, 2026

Similar Skills