Abdullah4AI/apple-developer-toolkit

Apple Developer Documentation CLI skill for AI agents. Search docs, frameworks, APIs, WWDC videos 2014-2025, and sample code. Direct integration with developer.apple.com

This repository also configures its own agents. See what apple-developer-toolkit tells them →

10Stars on the repository
98Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

asc-crash-triage

25

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.

not rated 10 today A 60 tokens copy · 86% MIT

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.

not rated 10 today A SkillSpector: warn 34 tokens original MIT

asc-id-resolver

27

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.

not rated 10 today A 34 tokens original MIT

asc-manual-actions

28

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.

not rated 10 today A SkillSpector: warn 37 tokens original MIT

asc-metadata-sync

29

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.

not rated 10 today A SkillSpector: pass 44 tokens original MIT

asc-notarization

30

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.

not rated 10 today C 47 tokens copy · 100% MIT

asc-ppp-pricing

31

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.

not rated 10 today A SkillSpector: pass 36 tokens original MIT

asc-publish

32

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.

not rated 10 today A SkillSpector: pass 37 tokens original MIT

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.

not rated 10 today A SkillSpector: pass 51 tokens original MIT

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.

not rated 10 today A SkillSpector: pass 34 tokens original MIT

asc-shots-pipeline

35

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…

not rated 10 today A 77 tokens copy · 88% MIT

asc-signing-setup

36

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.

not rated 10 today A 35 tokens original MIT

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.

not rated 10 today A SkillSpector: warn 29 tokens original MIT

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.

not rated 10 today A SkillSpector: warn 42 tokens original MIT

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.

not rated 10 today A SkillSpector: pass 46 tokens original MIT

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.

not rated 10 today A SkillSpector: warn 49 tokens original MIT

asc-version-routing

41

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.

not rated 10 today A SkillSpector: pass 44 tokens original MIT

asc-wall-submit

42

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.

not rated 10 today A 67 tokens original MIT

asc-workflow

43

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.

not rated 10 today A SkillSpector: pass 62 tokens original MIT

asc-xcode-build

44

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.

not rated 10 today A SkillSpector: warn 41 tokens original MIT

asset-management

45

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.

not rated 10 today A SkillSpector: pass 34 tokens original MIT

authentication

46

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…

not rated 10 today A SkillSpector: pass 68 tokens original MIT

biometrics

47

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Biometric authentication: Face ID, Touch ID, LAContext, fallback to passcode. Use when implementing app features related to biometrics.

not rated 10 today A 32 tokens original MIT

camera

48

Abdullah4AI/apple-developer-toolkit

Skill Claude CodeCodex

Camera and photo capture: PhotosPicker, AVCaptureSession, UIViewControllerRepresentable wrapper, permissions. Use when implementing app features related to camera.

not rated 10 today A 31 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: