mobile-development

Guide teams in architecting cross-platform or native mobile apps with deployment strategies.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/dige04/hieu-ccsetup --skill mobile-development-dige04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-development
Source: https://github.com/dige04/hieu-ccsetup/tree/main/config/skills/mobile-development
Command: npx skills add https://github.com/dige04/hieu-ccsetup --skill mobile-development-dige04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Aligns teams with a cohesive, production-ready approach to mobile development across platforms, reducing fragmentation and decision fatigue.

Core Features & Use Cases

  • Guidance on selecting between cross-platform (React Native, Flutter) and native (Swift/SwiftUI, Kotlin/Jetpack Compose) based on project needs.
  • Frameworks, architecture patterns (MVVM, Clean Architecture, MVVM + Clean, MVI) and deployment best practices to streamline development, testing, and release processes.
  • Use cases include building mobile apps with offline-first data, push notifications, deep linking, and App/Play Store deployment.

Quick Start

Compare your project requirements against the framework options and generate an implementation plan to scaffold a ready-to-run mobile app.

Frequently Asked Questions about mobile-development

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

FAQPage Schema
How do I choose between cross-platform and native mobile development for my project?

Choosing between cross-platform and native mobile development depends on your project needs, weighing framework options like React Native or Flutter against native Swift or Kotlin to meet specific performance and architecture requirements.

What is the best way to architect a production-ready mobile app with offline-first data?

The best way to architect a production-ready mobile app with offline-first data is applying architecture patterns like MVVM, Clean Architecture, or MVI to ensure robust local data handling and synchronization.

How do I set up CI/CD practices for App Store and Play Store deployment?

To set up CI/CD practices for App Store and Play Store deployment, you implement industry-standard testing strategies and deployment pipelines that streamline the release process and ensure app security considerations are met.

Does this mobile development guidance cover deep linking and push notifications?

Yes, this mobile development guidance covers building mobile apps with deep linking and push notifications, ensuring these features align with selected cross-platform or native frameworks and architecture patterns.

When should I not use cross-platform frameworks for mobile app development?

You should not use cross-platform frameworks for mobile app development when your project has strict performance budgets that require native Swift/SwiftUI or Kotlin/Jetpack Compose capabilities to meet industry standards.