Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.
Add this skill
npx mdskills install rudrankriyam/asc-app-create-uiComprehensive UI automation skill with detailed step-by-step instructions and workarounds for known issues
A collection of Agent Skills for shipping with the asc cli (asc). These skills are designed for zero-friction automation around builds, TestFlight, metadata, submissions, and signing.
This is a community-maintained, unofficial skill pack and is not affiliated with Apple.
Skills follow the Agent Skills format.
Guidance for running asc commands (flags, pagination, output, auth).
Use when:
asc command or flag combinationDefine and run repo-local automation graphs using asc workflow and .asc/workflow.json.
Use when:
before_all, after_all, error), conditionals (if), and private helper sub-workflowsasc workflow validate) with cycle/reference checks before executionCreate a new App Store Connect app via browser automation when no API exists.
Use when:
Build, archive, and export iOS/macOS apps with xcodebuild before uploading.
Use when:
Agent-first screenshot pipeline using xcodebuild/simctl, AXe, JSON plans, asc screenshots frame (experimental), and asc screenshots upload.
Use when:
asc screenshots list-frame-devices)koubou==0.13.0)End-to-end release workflows for TestFlight and App Store.
Use when:
Bundle IDs, capabilities, certificates, and provisioning profiles.
Use when:
Resolve IDs for apps, builds, versions, groups, and testers.
Use when:
Metadata and localization sync (including legacy metadata format migration).
Use when:
Translate App Store metadata (description, keywords, what's new, subtitle) to multiple locales using LLM translation prompts and push via asc.
Use when:
Preflight checks, submission, and review monitoring.
Use when:
Beta groups, testers, build distribution, and What to Test notes.
Use when:
Build processing, latest build resolution, and cleanup.
Use when:
Territory-specific pricing using purchasing power parity (PPP).
Use when:
Bulk-localize subscription and IAP display names across all App Store locales.
Use when:
Archive, export, and notarize macOS apps with Developer ID signing.
Use when:
Install this skill pack:
npx skills add rudrankriyam/app-store-connect-cli-skills
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Build and upload my macOS app to App Store Connect
Publish my `MyApp` build `1.2.3` to TestFlight group `Beta Testers` and wait for processing
Set up signing for bundle ID `com.example.app`: enable iCloud, create a distribution certificate, and create an App Store profile
Validate metadata in `./metadata` and sync it to App Store Connect for version `1.2.3`
Submit my iOS app version 2.0 to App Store review
Each skill contains:
SKILL.md - Instructions for the agentscripts/ - Helper scripts for automation (optional)references/ - Supporting documentation (optional)MIT
Install via CLI
npx mdskills install rudrankriyam/asc-app-create-uiAsc App Create UI is a free, open-source AI agent skill. Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.
Install Asc App Create UI with a single command:
npx mdskills install rudrankriyam/asc-app-create-uiThis downloads the skill files into your project and your AI agent picks them up automatically.
Asc App Create UI works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.