Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
AI coding agent skills for building, shipping, and maintaining native macOS apps
| Date | Stars |
|---|---|
| 2026-07-31 | 632 |
| 2026-08-05 | 641 |
| 2026-08-06 | 641 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# macOS App Skills [](https://skills.sh/fayazara/macos-app-skills) AI coding agent skills for building, shipping, and maintaining native macOS apps with SwiftUI + AppKit. ```bash npx skills add fayazara/macos-app-skills ``` These skills are designed for [OpenCode](https://opencode.ai), [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Cursor](https://cursor.sh), and any AI coding agent that supports skills. They encode hard-won patterns for building production macOS apps -- the kind of stuff that's underdocumented, spread across WWDC sessions, and easy to get wrong. ## Skills ### `build/` -- Build macOS App Build any native macOS Xcode project from the command line using `xcodebuild`. Handles project discovery, scheme detection, beta toolchains, and common build failures. ### `settings-ui/` -- Settings Window with Liquid Glass Create a proper macOS settings/preferences window with liquid glass support for macOS 26 (Tahoe). Uses `NSWindowController` with `.fullSizeContentView` for the rounded liquid glass window chrome, `NavigationSplitView` with sidebar, grouped Forms with transparent backgrounds, and back/forward toolbar navigation. Includes complete reference Swift files you can copy into any project. ### `auto-update/` -- Sparkle Auto-Update Add [Sparkle](https://sparkle-project.org/) auto-update support to a macOS app distributed outside the Mac App Store. Covers SPM dependency setup, the `UpdaterManager` singleton pattern, Info.plist configuration, EdDSA key generation, and UI integration (settings toggle + menu bar button). Includes a reference `UpdaterManager.swift` ready to drop into any project. ### `macos-patterns/` -- Native Patterns for Web Developers The "how things actually work on macOS" reference. Covers menu bar apps (MenuBarExtra vs NSStatusItem vs NSPopover), activation policy (Dock icon toggling), NSPanel vs NSWindow, window levels and collection behaviors, screen geometry (frame vs visibleFrame, Y-axis flip, multi-monitor), keyboard shortcuts (3 tiers: SwiftUI, NSEvent monitors, Carbon hotkeys), file pickers, clipboard/pasteboard, drag and drop, NavigationSplitView + inspector layout, launch at login, Quick Look, NSWorkspace, ScreenCaptureKit, and UserDefaults/@AppStorage. This is the skill to load proactively on any macOS project to prevent the AI from applying web patterns that don't work. ### `notch-ui/` -- Dynamic Island / Notch Extender Create a Dynamic Island-style overlay that extends from the MacBook's hardware notch. Uses a borderless NSPanel at `CGShieldingWindowLevel` positioned flush against the top of the screen, with a custom `NotchShape` that has concave Bezier "ear" curves matching the hardware notch. Includes spring animations for the expand/collapse effect and a fallback pill mode for non-notch Macs. Includes reference `NotchWindow.swift` (the panel) and `NotchShape.swift` (the shape). ### `release/` -- Release Pipeline + CLI Tool Release a macOS app to GitHub with DMG packaging and Sparkle appcast updates. Covers the full pipeline: version bump, archive, notarize, export, DMG creation via `create-dmg`, EdDSA signing via Sparkle's `sign_update`, appcast.xml updates, and GitHub release creation via `gh`. Includes a **Go CLI tool** (`release/cli/`) that automates the entire pipeline in a single command. Just add a `release.json` to your project root and run: ```bash go run github.com/fayazara/macos-app-skills/release/cli@latest ``` ## Installation ### OpenCode (per-project) Copy the skills you need into your project's `.agents/skills/` directory: ```bash # Copy all skills cp -r build settings-ui auto-update release notch-ui /path/to/your/project/.agents/skills/ # Or just the ones you need cp -r settings-ui /path/to/your/project/.agents/skills/ ``` ### OpenCode (global) Copy into your global skills directory: ```bash cp -r build settings-ui auto-update release notch-ui ~/.config/opencode/s
Excerpt of 5,584 characters
Read on GitHub5
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:40f7d6a103f752af, desc:coding agent