asc-signing-setup

Automate iOS/macOS signing asset setup with the asc command-line tool.

6|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-signing-setup-omega-bred
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-signing-setup
Source: https://github.com/omega-bred/bluebubbles-chatgpt-agent/tree/main/.agents/skills/asc-signing-setup
Command: npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-signing-setup-omega-bred

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires asc, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complex process of setting up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync for iOS/macOS apps, making onboarding new apps, rotating signing assets, and sharing them across teams more efficient.

Core Features & Use Cases

  • Bundle ID and Capabilities Management: List, create, and configure bundle IDs and their capabilities.
  • Certificate and Profile Creation: Generate and manage signing certificates and provisioning profiles.
  • Profile Download and Inspection: Download profiles, inspect them, and install locally.
  • Shared Team Storage: Securely share certificates and profiles across a team using asc signing sync.
  • Use Case: For a new iOS app, this Skill guides you through creating a new bundle ID, configuring capabilities, generating a certificate, creating a provisioning profile, and setting up shared team storage.

Quick Start

Set up signing for a new iOS app using the 'asc-signing-setup' skill.

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

Automating iOS and macOS app signing setup involves generating bundle IDs, configuring capabilities, creating certificates, and downloading provisioning profiles. This Skill orchestrates the entire process to streamline onboarding new apps efficiently.

What's the best way to share provisioning profiles and certificates across a development team?

Sharing provisioning profiles and certificates across a team requires secure synchronization of encrypted signing assets. Using the asc signing sync command, this Skill enables securely sharing signing configurations across team members for collaborative development.

Do I need the asc command-line tool to manage bundle IDs and capabilities?

Yes, you need the asc command-line tool and appropriate Apple Developer account access to manage bundle IDs and capabilities. The Skill relies on this dependency to automate listing, creating, and configuring app signing assets.

How does provisioning profile download and inspection work for app signing?

Provisioning profile download and inspection works by fetching profiles from your Apple Developer account and installing them locally. This Skill automates downloading profiles, inspecting contents, and installing them for immediate use in app builds.

Can I use this Skill to rotate signing certificates and provisioning profiles for existing apps?

Yes, you can use this Skill to rotate signing certificates and provisioning profiles for existing apps. It supports generating new certificates, creating updated profiles, and synchronizing the rotated assets across your team.