Logo
Agent Skills Guide
All SkillsCategoryTagsPublishers
Logo
Agent Skills Guide
Logo
Agent Skills Guide

Discover and download skills for Claude Code and other AI agents

Skills
  • All Skills
  • Category
  • Tags
  • Publishers
Legal
  • Privacy Policy
  • Terms of Service
Copyright © 2026 Agent Skills Guide. Open Source.
  1. Home
  2. Skills
  3. swift-language

swift-language

dpearson2699/swift-ios-skills
@dpearson2699/swift-ios-skills
182
•published 2026/03/13

Apply modern Swift language patterns and idioms for non-concurrency, non-SwiftUI code. Covers if/switch expressions (Swift 5.9+), typed throws (Swift 6+), result builders, property wrappers, opaque and existential types (some vs any), guard patterns, Never type, Regex builders (Swift 5.7+), Codable best practices (CodingKeys, custom decoding, nested containers), modern collection APIs (count(where:), contains(where:), replacing()), FormatStyle (.formatted() on dates, numbers, measurements), and string interpolation patterns. Use when writing core Swift code involving generics, protocols, enums, closures, or modern language features.

📦 Install Skill

Command line install

Install directly with the `skills` CLI.

npx skills add dpearson2699/swift-ios-skills/skills/swift-language

Local download

Download only this skill directory.

Download swift-language only
File Explorer
0 files
No file selected
readonly

Select a file to view its content

Resources

  • Repository

Tags

BackendBest PracticesAPI