AI AGENT ADDONS

SwiftLint checks your Swift code for style mistakes. It runs automatically every time you build your project. This helps your team write clean and consistent code without extra effort.

You can choose which rules to follow and which to ignore. SwiftLint can even fix some issues for you. It works with Xcode, Swift Package Manager, and your CI pipeline.

Setting up SwiftLint is straightforward. You create a simple config file and decide how strict you want to be. The tool gives clear feedback so everyone on your team writes Swift code the same way.

Add Swiftlint skill to your workflow

Global

mkdir -p ~/.claude/skills/swiftlint

Project

mkdir -p .claude/skills/swiftlint

Source Repository

Stars
809
Forks
44
Watchers
809
License
NOASSERTION
Last Push
1 month ago
Created
4 months ago