You can build and send your app to the App Store with these steps. This helper manages Xcode version numbers, creates archives, exports IPA or PKG files, and uploads them. It works for iOS, tvOS, visionOS, and macOS apps.
The skill takes care of tricky tasks like picking the next build number to avoid rejections. It uses the asc xcode commands that are safer and easier than raw xcodebuild. You can also publish to TestFlight or the App Store directly.
Global
mkdir -p ~/.claude/skills/asc-xcode-buildProject
mkdir -p .claude/skills/asc-xcode-buildSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability