macos-app-skills
AI coding agent skills for building, shipping, and maintaining native macOS apps
File Explorer
- UpdaterManager.swift
- SKILL.md
- SKILL.md
- SKILL.md
- NotchShape.swift
- NotchWindow.swift
- SKILL.md
- main.go
- main_test.go
- release.example.json
- SKILL.md
- ExampleDetailPane.swift
- SettingsView.swift
- SettingsWindowController.swift
- SKILL.md
- go.mod
- README.md
- skills.sh.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
go run
View Details ▼
go run
Compile and run Go code without saving a binary.
go run {{path/to/file.go}}
Run a Go file:
go run {{path/to/package}}
Run a main Go package:
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
xcodebuild
View Details ▼
xcodebuild
Build Xcode projects.
xcodebuild -workspace {{workspace_name.workspace}} -scheme {{scheme_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}
Build workspace:
xcodebuild -target {{target_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}
Build project:
xcodebuild -showsdks
Show SDKs:
# Project Badges
-
skills.sh Visit
// repository documentation
Was this content helpful?
(0 ratings)
