asc-app-create-ui

Installation
Summary

Automate App Store Connect app creation by driving the web UI form with browser automation.

  • Requires a pre-registered bundle ID in the Apple Developer portal and user sign-in to App Store Connect; handles multi-platform selection (iOS, macOS, tvOS, visionOS) and all required fields including the tricky User Access radio buttons
  • Includes detailed workarounds for known UI quirks: dropdown menu navigation for "New App", asynchronous Bundle ID dropdown loading, and span-overlay interception on radio buttons
  • Provides preflight checks via public API to verify bundle ID registration and confirm no existing app record, plus post-creation verification and handoff to setup workflows
  • Enforces safety guardrails: visible browser sessions only, no cookie export, confirmation pause before final Create click, and no automatic retries on failure
SKILL.md

asc app create (UI automation)

Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in.

Preconditions

  • A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent).
  • User is signed in to App Store Connect (or can complete login + 2FA).
  • The bundle ID must already be registered in the Apple Developer portal.
  • Required inputs are known:
    • app name (max 30 characters)
    • bundle ID (must exist and be unused by another app)
    • SKU
    • platform (iOS, macOS, tvOS, visionOS)
    • primary language
    • user access (Full Access or Limited Access)

Safety Guardrails

  • Never export or store cookies.
Related skills
Installs
1.7K
GitHub Stars
793
First Seen
Feb 16, 2026