๐ŸŽฏ

swift-formatstyle

๐ŸŽฏSkill

from dpearson2699/swift-ios-skills

VibeIndex|
What it does
|

A set of 83 agent skills optimized for iOS 26+ development with Swift 6.3, covering modern Apple frameworks including Liquid Glass, Foundation Models, SwiftData, StoreKit 2, and async/await patterns with no deprecated APIs.

๐Ÿ“ฆ

Same repository

dpearson2699/swift-ios-skills(98 items)

swift-formatstyle

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add dpearson2699/swift-ios-skills --skill swift-formatstyle
skills.sh Installโš  Installs to .agents/skills/
npx skills add dpearson2699/swift-ios-skills --skill swift-formatstyle
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/swift-formatstyle/SKILL.md

SKILL.md

1,029Installs
-
AddedApr 23, 2026

More from this repository10

๐ŸŽฏ
swiftui-animation๐ŸŽฏSkill

Comprehensive reference for implementing SwiftUI animations on iOS 17+ including explicit/implicit animations, spring presets, PhaseAnimator, KeyframeAnimator, matchedGeometryEffect, SF Symbol effects, and accessibility-aware motion handling.

๐ŸŽฏ
ios-accessibility๐ŸŽฏSkill

Implements and reviews accessibility in iOS/macOS apps using SwiftUI and UIKit, covering VoiceOver, Switch Control, Voice Control, Dynamic Type, custom rotors, focus management, and automated accessibility testing with XCTest.

๐ŸŽฏ
swiftui-patterns๐ŸŽฏSkill

Guides AI agents on SwiftUI architectural patterns including @Observable, NavigationStack, view composition, sheets, TabView, and MV-pattern architecture for iOS 26+ development. Part of the swift-ios-skills collection for Swift 6.3 and Apple platforms.

๐ŸŽฏ
swiftui-performance๐ŸŽฏSkill

Audits and improves SwiftUI view performance through code review, Instruments profiling guidance, and concrete remediation for common issues like view invalidation storms, unstable list identity, heavy body computations, and layout thrash.

๐ŸŽฏ
app-store-review๐ŸŽฏSkill

Comprehensive guide for preventing App Store rejections, covering top rejection reasons, PrivacyInfo.xcprivacy privacy manifests, in-app purchase and StoreKit rules, HIG compliance, App Tracking Transparency, EU DMA considerations, and submission preparation checklists.

๐ŸŽฏ
ios-networking๐ŸŽฏSkill

Guides AI agents on iOS networking with URLSession async/await, REST API integration, file downloads/uploads, WebSockets, pagination, retry logic, and response caching for Swift 6.3 and iOS 26+. Part of the swift-ios-skills collection.

๐ŸŽฏ
ios-localization๐ŸŽฏSkill

Guides AI agents on iOS app localization using String Catalogs, pluralization rules, FormatStyle, and right-to-left layout support for Swift 6.3 and iOS 26+. Part of the swift-ios-skills collection.

๐ŸŽฏ
push-notifications๐ŸŽฏSkill

Comprehensive guide for implementing push notifications in iOS/macOS apps covering permission flows, APNs registration, local and remote notifications, notification actions and categories, rich notifications, silent pushes, and provisional/critical alerts targeting iOS 26+ with Swift 6.3.

๐ŸŽฏ
swift-testing๐ŸŽฏSkill

An iOS/macOS agent skill covering the Swift Testing framework, including @Test, @Suite, #expect macros, parameterized tests, and mocking. Use when building or improving test suites for Swift 6.3 projects targeting iOS or macOS.

๐ŸŽฏ
storekit๐ŸŽฏSkill

Guides AI agents on implementing in-app purchases and subscriptions using StoreKit 2, including SubscriptionStoreView and transaction verification for iOS 26+ and Swift 6.3. Part of the swift-ios-skills collection.