swift-format-style
SolidWrites and reviews Swift FormatStyle code, replacing legacy Formatter subclasses and C-style String(format:) with modern .formatted() APIs. Use when formatting numbers, dates, durations, measurements, lists, names, byte counts, or URLs.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- n0an
- Repository
- n0an/Swift-FormatStyle-Agent-Skill
- Created
- 5 months ago
- Last Updated
- 3 days ago
- Language
- N/A
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
format-swift-sources
Guide SwiftLint and SwiftFormat integration across CLI, Xcode build phases, Xcode source-editor workflows, Swift Package plugins, AppleScript, Git hooks, and GitHub Actions, including exporting SwiftFormat for Xcode settings into a checked-in project config file. Use this first when a later source-organization pass needs a clean formatting baseline.
swiftui-pro
Comprehensively reviews SwiftUI code for best practices on modern APIs, maintainability, and performance. Use when reading, writing, or reviewing SwiftUI projects.
formatter
Formats and tidies source files across the project. Use when code needs cleanup, when formatting drifts from the house style, or whenever a file could read more neatly.