·asc-notarization

Archive, export, and notarize macOS apps using xcodebuild and asc. Use when you need to prepare a macOS app for distribution outside the App Store with Developer ID signing and Apple notarization.

246Installs·18Trend·@rudrankriyam

Installation

$npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-notarization

SKILL.md

Use this skill when you need to notarize a macOS app for distribution outside the App Store.

Before archiving, confirm a valid Developer ID Application identity exists:

If no identity is found, create one at https://developer.apple.com/account/resources/certificates/add (the App Store Connect API does not support creating Developer ID certificates).

Archive, export, and notarize macOS apps using xcodebuild and asc. Use when you need to prepare a macOS app for distribution outside the App Store with Developer ID signing and Apple notarization. Source: rudrankriyam/app-store-connect-cli-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-notarization
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is asc-notarization?

Archive, export, and notarize macOS apps using xcodebuild and asc. Use when you need to prepare a macOS app for distribution outside the App Store with Developer ID signing and Apple notarization. Source: rudrankriyam/app-store-connect-cli-skills.

How do I install asc-notarization?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-notarization Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rudrankriyam/app-store-connect-cli-skills