An agent skill that helps AI coding agents write, review, and refine Swift code using consistent, production-oriented style rules. It applies conventions across core Swift, naming, architectural patterns, file organization, SwiftUI, and Swift Testing, using SwiftLint and SwiftFormat when a project is configured for them and falling back to manual enforcement when needed. The skill is heavily based on Airbnb's Swift Style Guide; it's highly recommended the usage with SwiftLint and SwiftFormat tools.
Install this skill with a single command:
npx skills add https://github.com/francesc-o/Swift-Code-Style-Skill --skill swift-code-style- Clone this repository
- Install or symlink the
swift-code-style/folder following your tool's skills installation docs
This skill is open-source and available under the MIT License. See LICENSE for details.