Do you work with Apple's App Store Connect? You often need IDs for apps, builds, or testers. This skill helps you find those IDs using plain names or bundle IDs instead of looking them up by hand.
Just type a command like asc apps list --name "My App" and you get the ID. You can also fetch the latest build or list all versions. The answers come back as JSON or a clean table.
It saves time for developers and testers who manage apps on the App Store. No more guessing or switching between tools. Just name and ID.
Global
mkdir -p ~/.claude/skills/asc-id-resolverProject
mkdir -p .claude/skills/asc-id-resolverSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability