openusage
Build, debug, sign, and ship native macOS SwiftUI apps
All Skills in This Repository (17)
Pure Emerald Level Indicatorstauri-development
Guide Tauri desktop app development with TypeScript, Rust, and secure IPC.
tauri-v2
Configure Tauri v2 apps with Rust commands and IPC patterns.
liquid-glass
Implements and reviews macOS SwiftUI interfaces using the Liquid Glass design system.
release-swift
Generates categorized changelogs, tags versions, and publishes GitHub Releases for a Swift macOS app.
signing-entitlements
Diagnose code signing, entitlements, and Gatekeeper failures for macOS apps.
packaging-notarization
Validates macOS app bundles, code signing, and notarization readiness for distribution.
test-triage
Triage failing macOS tests across Xcode and SwiftPM workflows.
test-macos-app
Runs focused macOS test scopes and classifies failures by category.
window-management
Customize macOS 15+ SwiftUI windows using scene and window modifiers.
telemetry
Add OSLog-based instrumentation to macOS apps and verify runtime events via log stream.
swiftui-patterns
Guides building native macOS SwiftUI scenes, windows, menus, and menu bar extras.
fix-codesign-error
Diagnoses macOS code signing and entitlement failures and explains the minimal repair path.
Frequently Asked Questions
FAQPage SchemaHow to install OpenUsage skills?▼
Run `npx skills add robinebers/openusage --all -g -y` in your terminal to install all macOS development skills globally.
What do the OpenUsage skills help with?▼
They help your AI agent build, run, debug, sign, and release native macOS SwiftUI apps, including window design, Liquid Glass styling, and AppKit bridging.
Can AI fix macOS code signing errors?▼
Yes. The signing and notarization skills inspect your app bundle with codesign and spctl, classify the exact failure, and give the minimum fix path.
Do these skills work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
Do I need Xcode experience to use these skills?▼
No. The skills set up a single build-and-run script and let your agent handle building, launching, and debugging from plain-English requests.
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