asc-signing-setup

Automate iOS/macOS signing asset management with asc CLI commands.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill asc-signing-setup-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-signing-setup
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/ios-dev/skills/asc-signing-setup
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill asc-signing-setup-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure and manage iOS/macOS signing assets: bundle IDs, capabilities, certificates, provisioning profiles, and encrypted storage. This streamlines onboarding and team sharing of signing assets.

Core Features & Use Cases

  • Create or configure bundle IDs with required capabilities using the asc CLI.
  • Generate, renew, and revoke signing certificates and provisioning profiles for development and distribution.
  • Use encrypted signing sync to share signing assets securely across a team.

Quick Start

Create or renew signing assets for a new app using the asc CLI signing workflow.

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 signing setup for a new app?

You can automate iOS signing setup by using the asc CLI to create bundle IDs, register capabilities, and generate provisioning profiles. This workflow streamlines app onboarding by managing the entire signing asset lifecycle automatically.

How do I share iOS provisioning profiles and certificates securely across a team?

Share iOS provisioning profiles and certificates across a team using the encrypted signing sync feature. It securely syncs signing assets between team members, preventing manual export errors and ensuring consistent builds.

Do I need a CSR file to generate certificates with the asc CLI?

Yes, you need a Certificate Signing Request (CSR) file to generate certificates with the asc CLI. The workflow also requires ASC authentication and knowledge of your app's bundle IDs to manage signing assets successfully.

Can I renew and revoke macOS distribution certificates automatically?

Yes, you can automatically renew and revoke macOS distribution certificates. The signing management workflow handles certificate rotation for both development and distribution environments to keep your assets valid.

What is the best way to rotate expired iOS signing assets?

The best way to rotate expired iOS signing assets is using the asc CLI signing workflow. It automates the renewal of certificates and provisioning profiles, allowing you to update your configuration without manual intervention.

How do I configure bundle IDs with required capabilities for iOS?

Configure bundle IDs with required capabilities using the asc CLI during the signing setup process. It registers the identifiers and applies the necessary app capabilities to prepare your app for development and distribution.