asc-signing-setup

Create bundle IDs, certificates, and provisioning profiles via the asc CLI.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/curtislmartin/daily-ascent-engineering --skill asc-signing-setup-curtislmartin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-signing-setup
Source: https://github.com/curtislmartin/daily-ascent-engineering/tree/main/skills_repo/asc-signing-setup
Command: npx skills add https://github.com/curtislmartin/daily-ascent-engineering --skill asc-signing-setup-curtislmartin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the manual, error‑prone process of configuring Apple Developer signing assets for new or existing iOS/macOS apps, saving time and preventing misconfiguration.

Core Features & Use Cases

  • Bundle ID Management: List, create, and configure capabilities for app identifiers.
  • Certificate & Profile Generation: Create distribution/development certificates and provisioning profiles via the asc CLI.
  • Rotation & Cleanup: Revoke old certificates and delete outdated profiles to keep the signing environment tidy. Use Case: When onboarding a new iOS app or rotating signing credentials before a release, run this skill to provision all required Apple Developer assets in a reproducible way.

Quick Start

Ask the assistant to set up signing for bundle identifier “com.example.app” with iOS distribution profile.

Frequently Asked Questions about asc-signing-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iOS provisioning profile and certificate creation?

Automate iOS provisioning by using the asc CLI to create bundle identifiers, generate distribution or development certificates, and configure provisioning profiles reproducibly.

What do I need to set up Apple Developer signing assets via CLI?

Setting up Apple Developer signing requires authenticated asc CLI access, a valid CSR file, and the target bundle identifier to generate the necessary certificates and profiles.

Can I rotate iOS signing credentials and clean up old certificates?

Yes, you can rotate iOS signing credentials by revoking old certificates and deleting outdated provisioning profiles to maintain a clean and error-free signing environment.

What is the best way to onboard a new iOS app for code signing?

The best way to onboard a new iOS app is automating bundle ID creation and provisioning profile management via the asc CLI to prevent manual misconfiguration.

Does iOS signing setup support both development and distribution certificates?

Yes, iOS signing setup supports generating both development and distribution certificates using a provided CSR file to provision apps for testing and release.

Why automate bundle ID and provisioning profile configuration for iOS?

Automating bundle ID and provisioning profile configuration removes the manual, error-prone process of configuring Apple Developer assets, saving time and preventing setup mistakes.