Prepare macOS packaging and notarization workflows. Use when archiving apps, validating bundles, or explaining distribution-only failures.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add stanfish06/skillquarium --skill packaging-notarization --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Packaging Notarization?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/stanfish06-packaging-notarization)More formats (shields.io, HTML) on the badges page.
---
name: packaging-notarization
description: Prepare macOS packaging and notarization workflows. Use when archiving apps, validating bundles, or explaining distribution-only failures.
---
# Packaging & Notarization
## Quick Start
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.
## Workflow
1. Confirm the distribution goal.
- Local archive validation
- Signed distributable app
- Notarization troubleshooting
2. Inspect the artifact.
- Validate app bundle structure.
- Check nested frameworks, helper tools, and entitlements.
3. Inspect signing and runtime prerequisites.
- Hardened runtime
- Signing identity
- Nested code signatures
- Required entitlements
4. Explain notarization readiness or failure.
- Separate packaging issues from trust-policy symptoms.
- Point to the minimum follow-up validation commands.
## Guardrails
- Do not present notarization as required for ordinary local debug runs.
- Call out when you lack the actual exported artifact and are inferring from project settings.
- Keep advice concrete and verifiable.
## Output Expectations
Provide:
- what artifact or settings were inspected
- whether the app looks distribution-ready
- the top missing prerequisite or failure mode
- the next validation or repair step
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!