Apple doesn't offer a public API for creating App Store Connect app records, so this skill automates the web form using browser automation like Playwright. You still need to register the bundle ID first via the API, but after that it can drive the entire New App flow: filling platform checkboxes, name, SKU, bundle ID dropdown, and the tricky User Access radio buttons that have span overlays. The main gotcha is that the "New App" button opens a dropdown menu, not a dialog, and the bundle ID field loads asynchronously after you pick a platform. It's a workaround that'll break when Apple changes their UI, but it beats clicking through that form manually every time you need to bootstrap a new app record.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-app-create-ui