This wraps the command-line Xcode build tooling from the asc CLI into a skill that helps you archive, export, and upload iOS, tvOS, visionOS, and macOS apps to App Store Connect. The real value is in the version and build number helpers that let you query App Store Connect for the next safe build number before you archive, which saves you from low build number rejections. It prefers the asc wrappers over raw xcodebuild commands because they give you structured JSON output and handle common flags more cleanly. The flow is straightforward: bump your version, archive with the right destination platform, export with your plist, then upload or publish to TestFlight or the App Store. Use this when you're building IPAs or PKGs for distribution and want to avoid manual xcodebuild incantations.
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-xcode-build