From Build Swift Apps
Validates and troubleshoots macOS app packaging, signing, and notarization. Use when preparing apps for distribution or diagnosing notarization failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:macos-notarization-packagerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the work is about shipping the app rather than merely
Use this skill when the work is about shipping the app rather than merely running it locally: archives, exported app bundles, notarization readiness, hardened runtime, or distribution validation.
Confirm the distribution goal.
Inspect the artifact.
Inspect signing and runtime prerequisites.
Explain notarization readiness or failure.
Provide:
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-appsInspects signing, entitlements, hardened runtime, and Gatekeeper status for macOS apps. Diagnoses code signing failures, missing entitlements, sandbox problems, notarization prerequisites, and trust-policy launch errors.
Scaffolds, builds, and packages SwiftPM-based macOS apps without Xcode. Covers custom layouts, bundling scripts, signing, notarization, and appcasts.
Scaffolds, builds, signs, and packages SwiftPM macOS apps without Xcode. Automates project bootstrapping, packaging, signing, notarization, and appcast generation.