If you're setting up iOS or macOS code signing from scratch or rotating certificates across a team, this handles the full workflow via Apple's asc CLI. It walks through creating bundle IDs, adding capabilities like iCloud, generating certificates from a CSR, and provisioning profiles for distribution or development. The standout feature is the `asc signing sync` command, which gives you encrypted git-backed certificate storage similar to fastlane match but without the Ruby dependency or interactive prompts. Good for CI environments or teams that want signing assets in version control without reinventing the encryption layer.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-signing-setup