You're building iOS or Mac apps for the App Store and need to handle archiving, exporting, and uploading without clicking through Xcode. This wraps xcodebuild with helpers that manage version numbers, resolve remote-safe build numbers to avoid App Store Connect rejections, and poll for build processing status. The archive and export commands are cleaner than raw xcodebuild for most projects, and the version bump tooling keeps CFBundleVersion in sync. It handles IPA and PKG workflows, supports TestFlight and App Store publishing, and includes a wait flag so you can chain steps that depend on processed builds. Solid if you're automating releases or just tired of manual export dialogs.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-xcode-build