Mac developers can distribute apps outside the App Store using a process called notarization. This skill helps you archive, sign, and notarize your macOS app so users can install it safely. You use tools like xcodebuild and asc to do the work.
First you verify your signing identity and fix any trust settings. Then you archive your project and export it with a Developer ID. After creating a ZIP file you submit it to Apple for notarization. You can check the results and optionally staple the ticket to your app.
This skill is meant for developers who need to distribute macOS apps directly to users. It handles the whole flow from preflight checks to final stapling.
Global
mkdir -p ~/.claude/skills/asc-notarizationProject
mkdir -p .claude/skills/asc-notarizationSource Repository
Release Skillsjimliu/baoyu-skills
Universal release workflow auto-detects your project type and handles changelogs and GitHub releases
Shipping And Launchaddyosmani/agent-skills
Deploy safely with checklists, feature flags, and staged rollouts
Changelog Automationwshobson/agents
Turn commits into clear changelogs with automation and standard formats
Msstore Cligithub/awesome-copilot
Publish Windows apps to the Microsoft Store from the command line easily
Changelog Generatorcomposiohq/awesome-claude-skills
Turn messy git commits into clear changelogs your users will love reading
Deploy Checklistanthropics/knowledge-work-plugins
A pre-deployment checklist to verify readiness before shipping any release
Claude Code Plugin Releasethedotmack/claude-mem
Automate version bumps, tags, releases, and changelogs for plugins
Releaseschpet/linear-cli
Guided release creation with changelog, version bump, and quality checks