Agent skill

App Store Connect

Apple App Store submission and management expertise

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill app-store-connect --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/mobile-development/skills/app-store-connect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Allowed Tools
  3. Capabilities
  4. App Store Connect API
  5. Build Management
  6. TestFlight
  7. Metadata Management
  8. In-App Purchases
  9. Submission
  10. Target Processes
  11. Dependencies
  12. Required
  13. Optional
  14. Configuration
Ships with 1 file
  • README.md
Commands it runs
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
More from babysitter
All skills →
About this skill
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.

Keep going