Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Triage TestFlight crashes, beta feedback, and performance diagnostics using asc. Use when the user asks about TF crashes, TestFlight crash reports, beta tester feedback, app hangs, disk writes, launch diagnostics, or wants a crash summary for a build or app.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Human-in-the-loop interaction patterns for ASC operations. Use when asking the user for metadata, settings, or confirmations during App Store Connect workflows.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Guide users through App Store Connect actions that require manual browser interaction. Use when agreements, tax/banking, privacy policies, or other dashboard-only tasks need attention.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Sync, validate, and translate App Store metadata and localizations with asc CLI, including LLM-powered translation and legacy metadata format migration. Use when updating metadata, translations, or adding new languages.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Archive, export, and notarize macOS apps using xcodebuild and asc. Use when you need to prepare a macOS app for distribution outside the App Store with Developer ID signing and Apple notarization.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Set territory-specific pricing for subscriptions and in-app purchases using purchasing power parity (PPP). Use when adjusting prices by country or implementing localized pricing strategies.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
App Store publishing workflow with readiness checks, metadata preview, and submission. Use when publishing to the App Store, submitting to TestFlight, or managing App Store metadata.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Reconcile App Store Connect subscriptions and in-app purchases with RevenueCat products, entitlements, offerings, and packages using asc and RevenueCat MCP. Use when setting up or syncing subscription catalogs across ASC and RevenueCat.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Handle App Store screenshot requirements including automatic simulator capture and validated browser upload. Use when screenshots are missing or need to be uploaded for App Store submission.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Orchestrate iOS screenshot automation with xcodebuild/simctl for build-run, AXe for UI actions, JSON settings and plan files, Go-based framing (asc screenshots frame), and screenshot upload (asc screenshots upload). Use when users ask for automated screenshot capture, AXe-driven simulator flows, frame composition, or…
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Set up bundle IDs, capabilities, signing certificates, and provisioning profiles with the asc cli. Use when onboarding a new app or rotating signing assets.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Preflight App Store submissions, submit builds, and monitor review status with asc. Use when shipping or troubleshooting review submissions.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Complete App Store submission prerequisites checklist including privacy, data collection, AI disclosure, screenshots, and metadata requirements. Use when preparing an app for App Store review or diagnosing submission failures.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Bulk-localize subscription and in-app purchase display names across all App Store locales using asc. Use when you want to fill in subscription/IAP names for every language without clicking through App Store Connect manually.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
End-to-end release workflows for TestFlight and App Store including build, archive, export, upload, and distribution. Use when asked to publish, submit, distribute to TestFlight, or submit to App Store.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Route App Store Connect actions based on version state. Use when the user wants to submit, update, or manage an app version and you need to determine the correct workflow based on the current version state.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Submit or update a Wall of Apps entry in the App-Store-Connect-CLI repository using the existing generate-and-PR flow. Use when the user says "submit to wall of apps", "add my app to the wall", "wall-of-apps", or asks for make generate app + PR help.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Define, validate, and run repo-local multi-step automations with asc workflow and .asc/workflow.json. Use when migrating from lane tools, wiring CI pipelines, or orchestrating repeatable asc + shell release flows with hooks, conditionals, and sub-workflows.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Build, archive, and export iOS/macOS apps with xcodebuild before uploading to App Store Connect. Use when you need to create an IPA or PKG for upload.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Manage Xcode project assets including app icons, images, and asset catalogs. Use when handling app icon installation, image asset creation, or asset catalog modifications.
Abdullah4AI/apple-developer-toolkit
Skill Claude CodeCodex
Authentication architecture with email/password, Apple Sign In, Google Sign In, and anonymous guest modes. Covers AuthService as @Observable @MainActor, AuthGuardView gate pattern, optional auth flow, Supabase delegation, and session lifecycle management. Use when implementing user authentication, login flows, or…