mobile-developer

Develop cross-platform mobile apps with React Native or Flutter.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Muath2000/TradeStation --skill mobile-developer-muath2000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-developer
Source: https://github.com/Muath2000/TradeStation/tree/main/.claude/skills/mobile-developer
Command: npx skills add https://github.com/Muath2000/TradeStation --skill mobile-developer-muath2000

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexity of developing high-performance, cross-platform mobile applications that require native feature integration, offline capabilities, and adherence to platform-specific design guidelines.

Core Features & Use Cases

  • Cross-Platform Development: Maximize code sharing (80%+) for React Native and Flutter projects.
  • Native Performance Optimization: Ensure native-level speed, responsiveness, and battery efficiency.
  • Platform-Specific Features: Integrate features like push notifications, deep linking, and device sensors.
  • Offline-First Architecture: Implement robust data synchronization and local storage.
  • Use Case: Develop a new e-commerce app for both iOS and Android that offers a seamless user experience, works offline, and leverages native camera features for product scanning, all while maintaining a single codebase for core logic.

Quick Start

Use the mobile-developer skill to create a React Native application with offline-first data architecture and native performance optimization.

Frequently Asked Questions about mobile-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build cross-platform mobile apps with over 80% code sharing?

Cross-platform mobile development with React Native or Flutter achieves over 80% code sharing by unifying core logic while delegating UI rendering to native components. This approach maintains native performance and platform-specific design adherence.

What is offline-first architecture in mobile development?

Offline-first architecture in mobile development prioritizes local data storage and synchronization strategies, allowing cross-platform applications to operate without a constant network connection and sync data when connectivity resumes.

How do I optimize React Native or Flutter for native performance?

Optimizing React Native or Flutter for native performance involves native module integration and adhering to iOS Human Interface Guidelines and Material Design 3 for Android, ensuring native-level speed, responsiveness, and battery efficiency.

Does this mobile development approach support platform-specific features like deep linking?

Yes, this cross-platform mobile development approach supports platform-specific features by managing native module integration, push notifications, deep linking, and device sensor data within a unified codebase.

Can I use a single codebase for iOS and Android while following native design guidelines?

Yes, you can use a single codebase for iOS and Android while adhering to iOS Human Interface Guidelines and Material Design 3, targeting over 80% code sharing while preserving native UI components and user experience.

What are the limitations of targeting 80% code sharing in cross-platform apps?

Targeting 80% code sharing in cross-platform apps limits complete UI unification because separate native modules and platform-specific design implementations are required to maintain native performance and responsiveness.