From Build Swift Apps
Creates App Store Connect app records via visible browser automation when no public API exists. Use after bundle ID registration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:appstore-record-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Opt-in local browser automation for App Store Connect app creation. The user must be signed in; the bundle ID must already exist.
Opt-in local browser automation for App Store Connect app creation. The user must be signed in; the bundle ID must already exist.
asc bundle-ids create --identifier "com.example.app" --name "My App" --platform IOS
asc apps list --bundle-id "com.example.app" --output json
https://appstoreconnect.apple.com/apps and confirm login.+ New App button, then the New App menu item. It is a dropdown first, not a direct dialog.Name, max 30 chars.Primary Language combobox/select.Bundle ID select: wait until async loading finishes after platform selection; choose label like My App - com.example.app.SKU.User Access: required radio, Limited Access or Full Access./apps/<APP_ID>/....asc apps view --id "APP_ID" --output json --pretty
asc apps list --bundle-id "com.example.app" --output json
asc app-setup info set --app "APP_ID" --primary-locale "en-US"
asc app-setup categories set --app "APP_ID" --primary GAMES
asc web apps availability create --app "APP_ID" --territory "USA,GBR" --available-in-new-territories true
Use the web availability flow only for first bootstrap; later use asc pricing availability edit.If a field/button cannot be located, stop, capture a screenshot, report the last step, and ask the user to inspect validation errors. Selectors can change; prefer role/label/text selectors over CSS.
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-appsAutomates iOS/macOS app deployment to App Store Connect using asc CLI: TestFlight builds, App Store submissions, metadata/screenshots uploads, certificates/profiles management, review status checks, and Xcode Cloud workflows.
Scaffolds production-ready macOS apps interactively using XcodeGen for project generation, SwiftUI starter code, GitHub Actions CI/CD, code signing, notarization, and Sparkle auto-updates. Chooses archetype: menu bar, windowed, or hybrid.
Automates Expo EAS iOS/Android deployment: credentials/App ID setup, EAS builds, TestFlight distribution, App Store submission via CLI scripts.