This teaches Claude how to work with the App Store Connect CLI, covering command discovery through `--help` flags, the verb conventions (`view` over `get`, `edit` for updates), and authentication patterns like keychain login or environment variables. It's useful when you're building automation or just need to design the right `asc` command without trial and error. The guidance on output formats (table vs JSON, TTY-aware defaults) and the `asc web auth capabilities` trick for debugging API key permissions are genuinely helpful. If you're scripting App Store Connect workflows or helping others do it, this will save you from rereading docs every time.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-cli-usage