Agent Skillshappycapy-ai/Happycapy-skills › mobile-app-developer

mobile-app-developer

GitHub

提供基于 Expo + EAS 的移动端应用端到端开发、测试与发布自动化方案,支持从脚手架搭建到 App Store/Play Store 上架的全流程,无需 Mac 或 Xcode。

skills/mobile-app-developer/SKILL.md happycapy-ai/Happycapy-skills

Trigger Scenarios

使用 Expo 创建或修改 React Native 项目 配置 EAS Build 进行云构建 通过 ASC API Key 自动化提交应用到 TestFlight 或 App Store

Install

npx skills add happycapy-ai/Happycapy-skills --skill mobile-app-developer -g -y
More Options

Use without installing

npx skills use happycapy-ai/Happycapy-skills@mobile-app-developer

指定 Agent (Claude Code)

npx skills add happycapy-ai/Happycapy-skills --skill mobile-app-developer -a claude-code -g -y

安装 repo 全部 skill

npx skills add happycapy-ai/Happycapy-skills --all -g -y

预览 repo 内 skill

npx skills add happycapy-ai/Happycapy-skills --list

SKILL.md

Frontmatter
{
    "name": "mobile-app-developer",
    "description": "End-to-end mobile app development and publishing using Expo + EAS. Covers project scaffolding, asset preparation, peer-dep \/ lock-file troubleshooting (development.md), web preview with phone frame and Expo Go QR code (preview.md), AND automated build + submit to TestFlight \/ App Store (publishing.md), with full automation via Apple ASC API Key (no Mac, no Xcode, no 2FA required). Use when the user wants to build, test, preview, publish, or automate the release pipeline of a React Native \/ Expo iOS or Android app."
}

mobile-app-developer

End-to-end playbook for shipping an Expo / React Native app — from scaffolding to TestFlight / Play Store — fully automated from a Linux sandbox.

When to Trigger

Trigger this skill when the user wants to:

  • Scaffold or modify a React Native / Expo project
  • Run / test / debug the app locally (Expo Go, dev client, simulator)
  • Generate a web preview page with phone frame + Expo Go QR code
  • Configure EAS Build (cloud build) for iOS or Android
  • Publish to TestFlight (iOS internal testing) or Google Play Internal Testing
  • Submit to App Store / Play Store public release
  • Set up ASC API Key auth (bypass Apple 2FA)
  • Replace icons / splash screens for store compliance
  • Diagnose EAS build failures (peer deps, lock files, credentials, fingerprint, etc.)

Do NOT trigger for: pure native iOS/Android (no Expo), Flutter, Cordova/Capacitor, KMP/Compose Multiplatform.

Skill Layout

This skill is split into focused documents. Read the relevant one(s) on demand — do NOT preload all.

File Read when…
development.md Setting up project, installing deps, configuring app.json, preparing icons/splash, running on simulator/device, fixing peer-dep / lock-file errors, managing env vars / secrets
publishing.md Configuring eas.json submit profile, ASC API Key / Play Service Account, running build + submit, diagnosing submit failures, App Store / Play Store metadata checklists
preview.md Generating a web preview page with phone frame + Expo Go QR code. Uses Expo Web (react-native-web) static export for browser preview and Expo dev server for real-device QR scanning

If the user's task spans multiple (e.g. "build a new Expo app and ship it to TestFlight"), read development.md first, then publishing.md.

Default Tech Stack

Layer Choice
Framework Expo (latest stable — check https://docs.expo.dev/versions/latest/ before scaffolding)
Build / Distribution EAS Build + EAS Submit (Expo cloud)
Auth (Apple) App Store Connect API Key (.p8) — bypasses 2FA
Auth (Google) Play Console Service Account JSON
Auth (Expo) Personal Access Token via EXPO_TOKEN

Hard Preconditions

Before starting any build or publish work, confirm with the user:

  • Expo account + EXPO_TOKEN (https://expo.dev/accounts//settings/access-tokens)
  • For iOS:
    • Apple Developer account (paid, $99/year)
    • ASC API Key: .p8 file + Issuer ID + Key ID (role ≥ App Manager; ≥ Admin to create certs)
    • Apple Team ID + ASC App ID + Bundle Identifier
  • For Android:
    • Google Play Console account ($25 one-time)
    • Service Account JSON key (created in Play Console → API access)
    • Package name + Play Console app already created
    • First AAB must be uploaded manually to Play Console before automation works

If anything is missing, ask the user before proceeding. Do not guess.

Sandbox Requirements

The sandbox/CI must have:

node --version       # >= 18
npm --version        # >= 9
convert -version     # ImageMagick — for icon/splash conversion
expect -v            # for first-time non-interactive credential setup
curl --version       # for fetching build logs

Quick check:

for cmd in node npm convert expect curl; do
  command -v $cmd >/dev/null 2>&1 && echo "[OK] $cmd" || echo "[MISSING] $cmd"
done

If anything is missing, install before continuing (apt-get install imagemagick expect).

Architecture Recommendation

Phase AI/API key location Why
Internal testing (TestFlight / Play Internal) OK to call AI Gateway directly from client Speed of iteration; risk is bounded by closed tester pool
Public release MUST proxy through your own backend Embedded keys can be extracted from any IPA/AAB

Useful URLs

Notes

  • All commands tested on Linux. macOS users get extra options (local Xcode, simctl) which this skill avoids for portability.
  • Treat .p8 files and Service Account JSONs like passwords. Always gitignore (*.p8, *-service-account.json).
  • This skill assumes EAS cloud build. Local builds (expo prebuild + native toolchain) are out of scope.

Version History

  • e2976bc Current 2026-08-20 07:46

Same Skill Collection

skills/3d-web-experience/SKILL.md
skills/better-auth-best-practices/SKILL.md
skills/building-native-ui/SKILL.md
skills/canvas-design/SKILL.md
skills/capy-cortex/SKILL.md
skills/capy-video-gen-skill/SKILL.md
skills/contract-first-agents/SKILL.md
skills/create-design-system-rules/SKILL.md
skills/data-storytelling/SKILL.md
skills/frontend-slides/SKILL.md
skills/gbro-collage-broll/SKILL.md
skills/goplaces/SKILL.md
skills/happycapy-feishu/SKILL.md
skills/happycapy-skill-creator/SKILL.md
skills/image-enhancer/SKILL.md
skills/mobile-design/SKILL.md
skills/next-best-practices/SKILL.md
skills/oss-contributor-swarm/SKILL.md
skills/pdf/SKILL.md
skills/pptx/SKILL.md
skills/prompt-improver/SKILL.md
skills/redbook-creator-publish/SKILL.md
skills/reddit-post-skill/SKILL.md
skills/reddit-post-writer/SKILL.md
skills/resume-assistant/SKILL.md
skills/skill-creator/SKILL.md
skills/slack-gif-creator/SKILL.md
skills/supabase-postgres-best-practices/SKILL.md
skills/treatment-plans/SKILL.md
skills/video-downloader/SKILL.md
skills/video-frames/SKILL.md
skills/weather/SKILL.md
skills/writing-clearly-and-concisely/SKILL.md
skills/xiaohongshu-recruiter/SKILL.md
skills/youtube-music/SKILL.md
skills/360-panorama-viewer/SKILL.md
skills/apricot-ritual/SKILL.md
skills/azure-host/SKILL.md
skills/botanical-blur/SKILL.md
skills/coral-geyser/SKILL.md
skills/find-skills/SKILL.md
skills/html-over-markdown/SKILL.md
skills/latex-document/SKILL.md
skills/llm-council/SKILL.md
skills/olive-rose/SKILL.md
skills/signal-green/SKILL.md
skills/world-class-carousel/SKILL.md
skills/ai-image-generation/SKILL.md
skills/ai-video-generation/SKILL.md

Metadata

Files
0
Version
e2976bc
Hash
02988235
Indexed
2026-08-20 07:46

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-31 10:33
浙ICP备14020137号-1 $Carte des visiteurs$