If you've ever wrestled with iOS or macOS code signing, this skill walks Claude through the entire workflow with the asc CLI: creating bundle IDs, configuring capabilities like iCloud, generating certificates (with or without your own CSR), building provisioning profiles, and syncing everything to an encrypted git repo for team sharing. It's basically a structured playbook for onboarding new apps or rotating expired assets without opening Xcode or the App Store Connect web portal. The signing sync commands are a lightweight alternative to fastlane match if you want encrypted credential storage without the full fastlane setup. Genuinely useful if your team treats signing as code and you're tired of manual portal clicking.
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-signing-setup