mobile

仓库创建 2026年6月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

从功能实现到商店提交流程全覆盖,适合移动开发者快速交付产品。

这个 Skill 做什么

移动应用开发指南,涵盖 iOS/Android/React Native/Flutter 的架构与发布流程。

覆盖 iOS、Android 及跨平台(React Native、Expo、Flutter)移动应用的设计与发布,从导航、离线数据、推送、到生物认证和上架流程都能给出实操建议。遇到崩溃、ANR、内存或电量问题也能帮你定位和优化。不负责响应式网站,移动 web 要用专门的 web 能力。

▸ 展开 SKILL.md 英文原文

Use for mobile apps — native iOS (Swift/SwiftUI), Android (Kotlin/Compose), React Native, Expo, Flutter — navigation, offline data, push, store submission, OTA. Not for responsive web → skill web.

开发编程移动开发iOSAndroid跨平台通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/mobile/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/mobile/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Mobile Application Skill

## When to use

- Starting a new iOS, Android, or cross-platform mobile project
- Adding navigation flows, offline sync, push notifications, biometric auth
- Diagnosing crashes, ANRs, memory pressure, or battery drain
- Preparing for App Store (Apple) or Google Play submission
- Integrating device capabilities: camera, location, BLE, NFC, sensors

---

## Bundled tooling

- **Release scaffold (script):** `scripts/scaffold_mobile_release.py` generates a correct starter for
  CI/store release — `python3 .claude/skills/mobile/scripts/scaffold_mobile_release.py --platform <expo|rn|flutter|ios|android> <dir>`.
  It writes Fastlane (`Fastfile`/`Appfile`) and/or EAS (`ea
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有