๐ŸŽฏ

asc-signing-setup

๐ŸŽฏSkill

from rudrankriyam/app-store-connect-cli-skills

VibeIndex|
What it does
|

Configures iOS/macOS app signing assets like bundle IDs, certificates, and provisioning profiles using Apple's ASC CLI.

Overview

asc-signing-setup is a Claude Code skill for setting up iOS and macOS app signing infrastructure through the asc CLI. It handles the creation and configuration of bundle IDs, capabilities, signing certificates, and provisioning profiles needed for app distribution.

Key Features

  • Bundle ID management: Creates and configures bundle identifiers for new apps through the asc command-line interface.
  • Capability configuration: Sets up app capabilities (such as push notifications, iCloud, or App Groups) as part of the signing setup process.
  • Certificate management: Handles signing certificate creation and configuration for development and distribution.
  • Provisioning profile setup: Creates and manages provisioning profiles that link certificates, bundle IDs, and devices for proper code signing.

Who is this for?

This skill is for iOS and macOS developers who are onboarding new apps or rotating signing assets and want to manage the entire signing setup process from the command line. It is especially useful for teams that manage multiple apps and need a repeatable, automated approach to signing infrastructure.

๐Ÿ“ฆ

Same repository

rudrankriyam/app-store-connect-cli-skills(33 items)

asc-signing-setup

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add rudrankriyam/app-store-connect-cli-skills --skill asc-signing-setup
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add rudrankriyam/app-store-connect-cli-skills --skill asc-signing-setup
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/asc-signing-setup/SKILL.md

SKILL.md

1,843Installs
-
AddedFeb 4, 2026

More from this repository10

๐ŸŽฏ
asc-cli-usage๐ŸŽฏSkill

Provides expert guidance for executing and designing App Store Connect CLI commands with best practices for flags, output, authentication, and command discovery.

๐ŸŽฏ
asc-xcode-build๐ŸŽฏSkill

Builds and exports iOS/macOS apps using xcodebuild, generating IPA or PKG files ready for App Store Connect upload.

๐ŸŽฏ
asc-release-flow๐ŸŽฏSkill

Streamlines iOS and macOS app releases by automating build uploads, TestFlight distribution, and App Store submission processes.

๐ŸŽฏ
asc-submission-health๐ŸŽฏSkill

Preflight and monitor App Store submission health, ensuring builds meet Apple's requirements and reducing review submission failures.

๐ŸŽฏ
asc-metadata-sync๐ŸŽฏSkill

Synchronizes and validates App Store Connect metadata and localizations across different locales and version releases.

๐ŸŽฏ
asc-testflight-orchestration๐ŸŽฏSkill

Orchestrates TestFlight distribution by managing beta groups, testers, builds, and release notes using Apple's App Store Connect CLI.

๐ŸŽฏ
asc-id-resolver๐ŸŽฏSkill

App Store Connect CLI skill for resolving human-friendly names to IDs for apps, builds, versions, TestFlight groups, and testers using the asc command

๐ŸŽฏ
asc-build-lifecycle๐ŸŽฏSkill

App Store Connect CLI skill for managing build processing, finding latest builds, distribution flows via TestFlight and App Store, and cleaning up old builds

๐ŸŽฏ
asc-ppp-pricing๐ŸŽฏSkill

App Store Connect CLI skill for setting territory-specific subscription and in-app purchase pricing using purchasing power parity (PPP) strategies

๐ŸŽฏ
asc-shots-pipeline๐ŸŽฏSkill

Orchestrates iOS screenshot automation pipeline using xcodebuild/simctl for building and running, AXe for UI-driven simulator actions, Go-based framing for device bezels, and asc CLI for App Store screenshot uploads.