mobile-developer

Guide iOS and Android development with Swift, Kotlin, and cross-platform frameworks.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Postalocity/template-microsite --skill mobile-developer-postalocity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-developer
Source: https://github.com/Postalocity/template-microsite/tree/main/.opencode/skills/mobile-developer
Command: npx skills add https://github.com/Postalocity/template-microsite --skill mobile-developer-postalocity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides comprehensive guidance and best practices for building mobile applications across iOS, Android, and cross-platform frameworks to ensure consistency, performance, and quality.

Core Features & Use Cases

  • Platform-native development: follow iOS (Swift/SwiftUI) and Android (Kotlin/Compose) patterns (MVVM, Coordinator) to deliver native UX and performance.
  • Cross-platform strategy: share business logic where feasible using React Native or Flutter while respecting platform conventions and UI norms.
  • Quality and performance focus: optimize launch times, memory usage, accessibility, and responsive layouts for diverse devices.

Quick Start

Create a minimal cross-platform mobile app skeleton following platform conventions for iOS and Android.

Frequently Asked Questions about mobile-developer

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

FAQPage Schema
How do I structure cross-platform mobile apps for iOS and Android?

Share business logic using React Native or Flutter while adhering to platform conventions and UI norms. This approach maintains native UX quality and performance targets while reducing code duplication across iOS and Android platforms.

What is the best way to implement native mobile architecture in Swift and Kotlin?

Implement native mobile architecture in Swift and Kotlin by adopting the MVVM or Coordinator patterns. This ensures native UX and optimized performance for iOS using SwiftUI and Android using Compose while maintaining strict platform conventions.

Can I use React Native for cross-platform mobile development without sacrificing UI conventions?

Yes, React Native allows cross-platform mobile development while respecting platform UI conventions. You can share business logic feasibly across iOS and Android, ensuring responsive layouts and native UX without violating individual platform design norms.

How do I optimize mobile app performance for diverse devices?

Optimize mobile app performance by focusing on launch times, memory usage, and accessibility. Ensure responsive layouts for diverse devices, applying performance best practices across Swift, Kotlin, or cross-platform frameworks like React Native.

Does cross-platform mobile development support security best practices?

Cross-platform mobile development supports security best practices alongside performance optimization and quality focus. Implementing these guidelines ensures consistent security whether using Swift, Kotlin, or frameworks like React Native and Flutter.