If you're tired of clicking through App Store Connect to set up bundle IDs, certificates, and provisioning profiles, this automates the whole flow with the asc CLI. It walks Claude through creating bundle IDs, adding capabilities like iCloud, generating signing certificates from a CSR, and building provisioning profiles for distribution or development. The sync feature is a lighter alternative to fastlane match: it pushes your signing assets to an encrypted git repo so your team can pull them down without manual exports. Best for onboarding new apps or rotating certificates when they expire, especially if you're already comfortable with command-line workflows and want repeatable setup without the GUI.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-signing-setup