Skip to main content
Back to registry

senior-mobile

borghei/claude-skills

Expert mobile application development across iOS, Android, React Native, and Flutter.

Installs225
Install command
npx skills add https://github.com/borghei/claude-skills --skill senior-mobile
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Expert mobile application development across iOS, Android, React Native, and Flutter. mobile, ios, android, react-native, flutter, swift, kotlin, swiftui, jetpack-compose, expo-router, zustand, app-store, performance, offline-first - Generate project -- python scripts/mobile_scaffold.py --platform react-native --name MyApp - Verify directory structure matches this layout: src/ ├── app/ # Expo Router file-based routes │ ├── (tabs)/ # Tab navigation group │ ├── auth/ # Auth screens │ └── _layout.tsx # Root layout ├── components/ │ ├── ui/ # Reusable primitives (Button, Input, Card) │ └── features/ # Domain components (ProductCard, UserAvatar) ├── hooks/ # Custom hooks (useAuth, useApi) ├── services/ # API clients and storage ├── stores/ # Zustand state stores └── utils/ # Helpers - Configure navigation in app/_layout.tsx with Stack and Tabs. - Set up state management with Zustand + AsyncStorage persistence. - Validate -- Run the app on both iOS simulator and Android emulator. Confirm navigation and state persistence work. - Create the View using NavigationStack , @StateObject for ViewModel binding, and .task for async data loading. - Create the ViewModel as @MainActor class with @Published properties. Inject services via protocol for testability. - Wire data flow : View observes ViewModel -> ViewModel calls Service -> Service returns data -> ViewModel updates @Published -> View...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does senior-mobile do?

Expert mobile application development across iOS, Android, React Native, and Flutter.

Is senior-mobile good?

senior-mobile does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does senior-mobile work with?

senior-mobile currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to senior-mobile?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install senior-mobile?

npx skills add https://github.com/borghei/claude-skills --skill senior-mobile

Related skills

More from borghei/claude-skills

Related skills

Alternatives in Software Engineering