asc-new-app-release
Installation
SKILL.md
First-Time App Store Release
This workflow takes a brand new app from zero to submitted on the App Store. It handles everything the regular release workflow (asc-release-workflow) doesn't — all the one-time setup that only happens for the very first submission.
Before You Start
Gather this info from the user (or derive from the project):
| Info | Where to find it | Example |
|---|---|---|
| Bundle ID | Xcode project or .xcconfig |
com.mycompany.myapp |
| App name | What the user wants on the App Store | My Cool App |
| Platform | iOS, macOS, or both | ios |
| Category | See categories reference | EDUCATION |
| Description | User provides or you draft | Feature list paragraph |
| Support URL | GitHub repo, website, etc. | https://github.com/... |
| Pricing | Free or paid | Free |
| SKU | Unique string (generate if not provided) | myapp-ios-2026 |
Related skills