Apple doesn't offer a public API for creating App Store Connect apps, so this skill automates the web form using browser automation instead. It walks through the entire flow: opening the New App dialog, filling platform checkboxes, selecting the bundle ID from an async dropdown, handling those finicky custom radio buttons for User Access (which have span overlays that intercept clicks), and creating the record. The source is refreshingly honest about the workarounds needed, like scrolling elements into view and typing slowly to trigger Ember.js validation. It's a necessary hack until Apple ships a real API, and the detailed guardrails around visible sessions and final confirmations show the author knows browser automation on authenticated sites is inherently fragile.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-app-create-ui