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 -y skills add rorkai/app-store-connect-cli-skills --skill asc-app-create-ui --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills