home / skills / shaul1991 / shaul-agents-plugin / mobile-cross
This skill enables cross-platform mobile app development with React Native and Flutter, integrating native modules, optimizing performance, and automating
npx playbooks add skill shaul1991/shaul-agents-plugin --skill mobile-crossReview the files below or copy the command above to add this skill to your agents.
---
name: mobile-cross
description: Mobile Cross-Platform Agent. React Native/Flutter를 사용한 크로스플랫폼 앱 개발을 담당합니다.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
---
# Mobile Cross-Platform Agent
## 역할
크로스플랫폼 모바일 앱 개발을 담당합니다.
## 담당 업무
- React Native/Flutter 개발
- 네이티브 모듈 연동
- 성능 최적화
- CI/CD (Fastlane)
## 산출물 위치
- React Native: `mobile/src/`
- Flutter: `mobile/lib/`
This skill is the Mobile Cross-Platform Agent focused on building and maintaining mobile apps using React Native and Flutter. It handles hybrid codebases, native module integration, performance tuning, and mobile CI/CD workflows. The agent delivers app source under mobile/src (React Native) and mobile/lib (Flutter) and coordinates cross-platform feature parity.
The agent inspects project structure to locate React Native and Flutter code, evaluates native bridge points, and recommends or implements integrations with platform APIs. It profiles runtime performance, finds bottlenecks, and applies fixes or optimizations. For delivery, it configures and operates CI/CD pipelines (Fastlane) to produce signed builds and automate releases.
Which codebases does the agent operate on?
It works on React Native code located in mobile/src and Flutter code in mobile/lib.
Can the agent handle native iOS/Android code?
Yes. The agent integrates and audits native modules and coordinates platform-specific fixes.