A wrapper around Xcode build tooling that handles the archive, export, and upload flow to App Store Connect. You get version and build number management, IPA/PKG export helpers that layer on top of xcodebuild, and integration with ASC upload commands. The real value is in `asc xcode archive` and `asc xcode export`, which give you cleaner syntax and JSON output compared to raw xcodebuild recipes. It also handles the common build number collision problem by fetching the next safe number from App Store Connect before you archive. If you're automating iOS or macOS releases and tired of remembering xcodebuild flags, this consolidates the happy path into something more readable.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-xcode-build