macos▌
13 indexed skills · max 10 per page
macos-spm-app-packaging
dimillian/skills · Productivity
Build, package, and sign SwiftPM-based macOS apps entirely outside Xcode using shell scripts and templates. \n \n Includes a minimal SwiftPM project skeleton in assets/templates/bootstrap/ with Package.swift, Sources structure, and version configuration ready to rename and customize \n Provides six core packaging scripts: package_app.sh for .app bundle assembly, compile_and_run.sh for dev iteration, sign-and-notarize.sh for release signing and Apple notarization, and make_appcast.sh for Sparkle
macos-design-guidelines
ehmo/platform-design-skills · Frontend
Comprehensive design guidelines for building native Mac apps with SwiftUI and AppKit. \n \n Covers 11 critical areas: menu bars, windows, toolbars, sidebars, keyboard shortcuts, pointers, notifications, system integration, visual design, popovers, and accessibility \n Includes 80+ actionable rules with SwiftUI and AppKit code examples for every pattern \n Provides keyboard shortcut reference tables, evaluation checklist, and anti-patterns to avoid \n Emphasizes Mac-specific expectations: persist
macos-calendar
lucaperret/agent-skills · Productivity
Manage Apple Calendar events via $SKILL_DIR/scripts/calendar.sh. All date handling uses relative math (current date + N * days) to avoid locale issues (FR/EN/DE date formats).