senior-mobile
Installation
SKILL.md
Senior Mobile
Comprehensive cross-platform mobile development skill package with Python automation tools for project scaffolding, platform detection, and app store validation.
Overview
This skill provides a complete toolkit for cross-platform mobile development targeting React Native, Flutter, and Expo frameworks. It includes three Python CLI tools that automate project setup, platform analysis, and app store validation, saving significant time and reducing store rejection rates.
Quick Start
# Generate a new React Native project
python3 scripts/mobile_scaffolder.py --framework react-native --platforms ios,android --output ./my-app
# Analyze an existing project
python3 scripts/platform_detector.py --check all --depth full