From dbb45a94d294f1931c11f2001453d5cd18049e5a Mon Sep 17 00:00:00 2001 From: Anton Novoselov Date: Sat, 4 Apr 2026 18:33:21 +0100 Subject: [PATCH] Add Swift FormatStyle skill under Formatting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8ea20c2..8b3c34f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ AI coding tools write Swift like it is 2020. They use `ObservableObject` when `@ - [Core Data Expert](https://github.com/AvdLee/Core-Data-Agent-Skill) - Data modeling, fetch requests, CloudKit sync, migration, and performance. - [SwiftData](https://github.com/dpearson2699/swift-ios-skills/tree/main/skills/swiftdata) - @Model schemas, @Query, predicates, relationships, and migration patterns. +### Formatting + +- [Swift FormatStyle](https://github.com/n0an/Swift-FormatStyle-Agent-Skill) - Modern `FormatStyle` and `.formatted()` APIs for numbers, dates, durations, measurements, and more, replacing legacy `Formatter` subclasses and `String(format:)`. + ### Testing - [Swift Testing Expert](https://github.com/AvdLee/Swift-Testing-Agent-Skill) - Modern Swift Testing framework with `#expect`, `#require`, traits, tags, parameterized tests, and XCTest migration.