Apple doesn't provide a public API for creating App Store Connect app records, so this skill drives the web UI with browser automation instead. It handles the full workflow: opening the New App form, filling platform/name/bundle ID/SKU/language/user access fields, and clicking Create. The documentation is unusually detailed because Apple's custom Ember.js forms are finicky. Radio buttons have span overlays that intercept clicks, dropdowns load asynchronously, and form validation doesn't always trigger with automated fills. You'll need Playwright or equivalent, the bundle ID must already be registered, and the user has to be signed in. It's a workaround until Apple ships a proper API.
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-app-create-ui