macos-app-skills
Build, update, and ship native macOS apps with AI agents
All Skills in This Repository (5)
Pure Emerald Level Indicatorsmacos-auto-update
Implement Sparkle auto-update with appcast feeds and EdDSA signing for macOS apps.
macos-release
Automate macOS app distribution with DMG packaging, Sparkle signing, and GitHub releases.
macos-patterns
Provide native macOS AppKit and SwiftUI implementation patterns for menu bar apps and window management.
macos-settings-ui
Implements macOS settings windows using NSWindowController and NavigationSplitView with liquid glass chrome for SwiftUI apps.
macos-notch-ui
Create Dynamic Island-style macOS overlays with borderless NSPanels and SwiftUI shapes.
Frequently Asked Questions
FAQPage SchemaHow to install macos-app-skills?โผ
Run `npx skills add fayazara/macos-app-skills --all -g -y` in your terminal to install all macOS development skills globally.
How to add auto-updates to a macOS app?โผ
The auto-update skill walks your AI agent through the full Sparkle setup, including the SPM dependency, UpdaterManager singleton, Info.plist keys, and EdDSA signing.
How to release a macOS app outside the App Store?โผ
The release skill automates the entire pipeline from archive and notarization to DMG creation, Sparkle signing, appcast updates, and GitHub release publishing via a single Go CLI command.
Does macos-app-skills work with Claude Code and Cursor?โผ
Yes. Each skill is a self-contained SKILL.md file that works with Claude Code, OpenCode, Cursor, and any AI agent that supports the skills standard.
Why does my AI-generated macOS settings window look wrong?โผ
SwiftUI's Window scene cannot produce the liquid glass chrome required on macOS 26. The settings-ui skill provides a ready-to-copy NSWindowController implementation that renders it correctly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core