asc-app-create-ui

Automate App Store Connect app record creation via browser UI.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/curtislmartin/daily-ascent-engineering --skill asc-app-create-ui-curtislmartin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/curtislmartin/daily-ascent-engineering/tree/main/skills_repo/asc-app-create-ui
Command: npx skills add https://github.com/curtislmartin/daily-ascent-engineering --skill asc-app-create-ui-curtislmartin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating a new App Store Connect app normally requires manual navigation of the web UI because Apple provides no public API for app creation. This skill automates that process, saving time and reducing errors.

Core Features & Use Cases

  • Browser UI automation: Drives the App Store Connect web interface to fill required fields and submit the form.
  • Preflight verification: Optionally checks that the bundle ID is registered and no existing app record exists.
  • Safety guardrails: Prevents cookie export, requires visible browser session, and pauses before final creation.
  • Use case: A developer preparing a new iOS app can invoke this skill to quickly create the App Store Connect record without manual form entry.

Quick Start

Ask the assistant to create a new App Store Connect app using the asc-app-create-ui skill, providing the app name, bundle ID, SKU, platform, language, and access level.

Frequently Asked Questions about asc-app-create-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate App Store Connect app creation when there is no public API?

Automating App Store Connect app creation requires browser UI automation to fill out and submit the web form. This approach drives the interface to enter required fields like app name, bundle ID, and SKU, bypassing the lack of a public API.

What do I need to set up before automating App Store Connect app creation?

Before automating App Store Connect app creation, you need a browser automation tool like Playwright and a bundle ID already registered in the Apple Developer portal. You must also be able to sign into your App Store Connect account visually.

Can I use Playwright to create a new app in App Store Connect?

Yes, Playwright can be used to automate the App Store Connect web interface for app creation. The automation drives the browser to fill required fields such as platform, language, and access level, then submits the form.

How does UI automation handle safety when creating an App Store Connect record?

UI automation for App Store Connect record creation includes safety guardrails like preventing cookie export, requiring a visible browser session, and pausing before the final creation step. This ensures secure and controlled form submission.

What information is required to automate a new App Store Connect app record?

Automating a new App Store Connect app record requires the app name, bundle ID, SKU, platform, language, and access level. The bundle ID must already be registered in the Apple Developer portal for the form submission to succeed.

Why does creating an iOS app in App Store Connect require manual UI navigation?

Creating an iOS app in App Store Connect requires manual UI navigation because Apple provides no public API for app creation. Browser UI automation solves this by programmatically navigating the web interface to submit the required fields.