App Store Connect
Apple App Store submission and management expertise
npx skills add a5c-ai/babysitter --skill app-store-connect --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# App Store Connect Skill ## Overview This skill provides comprehensive capabilities for Apple App Store submission and management. It enables interaction with App Store Connect API, metadata management, TestFlight distribution, and app lifecycle management. ## Allowed Tools - `bash` - Execute xcrun, altool, and Transporter commands - `read` - Analyze app metadata and configuration files - `write` - Generate metadata files and API configurations - `edit` - Update app store metadata - `glob` - Search for metadata and screenshot files - `grep` - Search for patterns in configurations ## Capabilities ### App Store Connect API 1. **API Authentication** - Configure API keys and JWT tokens - Implement token refresh logic - Handle rate limiting - Configure team and issuer IDs 2. **App Management** - Create and manage app records - Configure app capabilities - Manage bundle IDs - Handle app transfers ### Build Management 3. **Build Upload** - Upload builds via Transporter - Configure altool uploads - Handle build processing status - Manage build metadata - Configure App Store connect upload 4. **Build Information** - Track build processing - Configure build usage compliance - Manage export
- Overview
- Allowed Tools
- Capabilities
- App Store Connect API
- Build Management
- TestFlight
- Metadata Management
- In-App Purchases
- Submission
- Target Processes
- Dependencies
- Required
- Optional
- Configuration
Generate API key in App Store Connect Users and Access > Keys > App Store Connect API Key file structure AuthKey_XXXXXXXXXX.p8 App Store Connect API export APP_STORE_CONNECT_API_KEY_ID="XXXXXXXXXX" export APP_STORE_CONNECT_API_ISSUER_ID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" export APP_STORE_CONNECT_API_KEY_PATH="./AuthKey_XXXXXXXXXX.p8" export APP_STORE_CONNECT_API_KEY="$(cat AuthKey.p8 | base64)" Validate IPA
What does the App Store Connect skill do?
Apple App Store submission and management expertise
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill app-store-connect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
