asc-ad-hoc-distributio…
Prepare, publish, resume, and verify private iOS release-testing installs with asc distribute. Use when distributing an IPA to registered devices outside…
Resolve App Store Connect IDs (apps, builds, app and digital-goods versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
$ npx -y skills add rudrankriyam/asc-skills --skill asc-id-resolver --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/asc-id-resolverContext preview
The summary Claude sees to decide when to auto-load this skill.
Resolve App Store Connect IDs (apps, builds, app and digital-goods versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
name: asc-id-resolver description: Resolve App Store Connect IDs (apps, builds, app and digital-goods versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
Use this skill to map names to IDs needed by other commands.
API 4.4.1 version IDs are distinct from IAP product, subscription, and subscription-group IDs:
Resolve the owning resources first:
or `asc subscriptions list --group-id "GROUP_ID" --paginate --output json`
Then resolve their version IDs:
Resolve child localization or image IDs from the corresponding version subtree:
or CI. An explicit `--output` wins.
human-readable JSON.
A collection of Agent Skills for shipping with the asc cli (asc). These skills help agents run builds, TestFlight, metadata, submissions, signing, and Apple Ads workflows. This is a community-maintained, unofficial skill pack and is not affiliated with Apple.
Prepare, publish, resume, and verify private iOS release-testing installs with asc distribute. Use when distributing an IPA to registered devices outside…
Collect, download, and verify App Store Connect Analytics reports with asc. Use when users need to discover analytics report requests, select report instances…
Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App…
Use when managing Apple Ads with asc, including OAuth profiles, ad-account discovery, Platform API v1 campaigns and targeting, reports, assets,…
Run an offline ASO audit on canonical App Store metadata under `./metadata` and surface keyword gaps using Astro MCP. Use after pulling metadata with `asc…
Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.