npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-mobileWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
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.
This skill uses the workspace's default tool permissions.
references/building-native-ui.mdreferences/building-native-ui/animations.mdreferences/building-native-ui/controls.mdreferences/building-native-ui/form-sheet.mdreferences/building-native-ui/gradients.mdreferences/building-native-ui/icons.mdreferences/building-native-ui/media.mdreferences/building-native-ui/route-structure.mdreferences/building-native-ui/search.mdreferences/building-native-ui/storage.mdreferences/building-native-ui/tabs.mdreferences/building-native-ui/toolbar-and-headers.mdreferences/building-native-ui/visual-effects.mdreferences/building-native-ui/webgpu-three.mdreferences/expo-android-safe-area.mdreferences/expo-api-routes.mdreferences/expo-cicd-workflows.mdreferences/expo-deployment.mdreferences/expo-deployment/app-store-metadata.mdreferences/expo-deployment/ios-app-store.mdMobile 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, animations | references/building-native-ui.md |
| Create a dev client / EAS build | references/expo-dev-client.md |
| Deploy to App Store / Play Store / TestFlight | references/expo-deployment.md |
| Fetch data, React Query, SWR, offline | references/native-data-fetching.md |
| Create API routes | references/expo-api-routes.md |
| Set up CI/CD workflows | references/expo-cicd-workflows.md |
| Set up Tailwind / NativeWind | references/expo-tailwind-setup.md |
| Upgrade Expo SDK | references/upgrading-expo.md |
| Fix Android safe area / navigation bar | references/expo-android-safe-area.md |
| Use DOM components | references/use-dom.md |
Similar Skills
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.