swift

Installation
SKILL.md

Swift

Modern Swift development with protocol-oriented programming and async/await.

When to Use

  • Working with .swift files
  • Building iOS/macOS applications
  • SwiftUI development
  • Server-side Swift with Vapor

Quick Start

struct User: Identifiable, Codable {
    let id: UUID
    var name: String
    var email: String
Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
swift — g1joshi/agent-skills