optimize-swift-linter

Installation
SKILL.md

Optimize Swift Linter

Production-grade Swift code quality patterns drawn from analysis of 75+ top-rated open-source Swift projects, including CotEditor, realm/SwiftLint, nikitabobko/AeroSpace, sindresorhus/Gifski, exelban/stats, and pointfreeco/swift-composable-architecture.

How to Use

  1. Determine the platform — macOS, iOS, or both?
  2. Read the relevant references based on the task
  3. Apply patterns when writing or reviewing code

Reference Routing

Read only what the task requires — do not load everything at once.

File When to Read
references/shared-swift.md Always read first. Core Swift patterns: naming, concurrency, error handling, generics, memory management, Codable, @Observable.
references/airbnb-style-rules.md Read when writing any Swift code. Complete Airbnb style rules with WRONG/RIGHT examples, file organization, SwiftUI patterns, testing rules, and copy-paste SwiftLint/SwiftFormat configs.
references/macos-patterns.md When building a macOS app. AppKit, SwiftUI for Mac, menu bar apps, IOKit/SMC system APIs, Sparkle auto-updates, sandboxing, distribution.
Related skills
Installs
1
GitHub Stars
6
First Seen
Mar 31, 2026