$npx skillfedfor your agent

swift-expert

This skill equips you with advanced Swift development knowledge covering the latest 5.9+ language features and modern programming patterns. Explore expert techniques for building robust, performant applications while mastering contemporary best practices in the Swift ecosystem.

swift-expert provides advanced Swift development knowledge for building iOS and macOS apps using SwiftUI and Combine. The skill covers modern 5.9+ language features, reactive programming patterns, state management with bindings, custom modifiers, animations, and navigation techniques. You'll learn expert-level practices for creating robust, performant applications across Apple's platforms.

AI-generated summary based on this skill's SKILL.md

38 8 Apache-2.0updated by personamanagmentlayer

Decision gist · record as of 2026-03-30

swift-expert provides advanced Swift development knowledge for building iOS and macOS apps using SwiftUI and Combine. The skill covers modern 5.9+ language features, reactive programming patterns, state management with bindings, custom modifiers, animations, and navigation techniques. You'll learn expert-level practices for creating robust, performant applications across Apple's platforms.

manual: git clone https://github.com/personamanagmentlayer/pcl → cp -r pcl/stdlib/languages/swift-expert ~/.claude/skills/swift-expert
stdlib/languages/swift-expert/SKILL.md · version 78f26f1d

Use it when

  • swift-expert focuses on mastering async/await concurrency and actor-based thread safety in Swift 5.9+.
  • Yes.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

personamanagmentlayer/pcl/swift-expert · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does swift-expert cover for iOS and macOS app development?

swift-expert provides advanced Swift development knowledge for building iOS and macOS apps using SwiftUI and Combine. The skill covers modern 5.9+ language features, reactive programming patterns, state management with bindings, custom modifiers, animations, and navigation techniques. You'll learn expert-level practices for creating robust, performant applications across Apple's platforms.

How does swift-expert teach async/await and concurrency?

swift-expert focuses on mastering async/await concurrency and actor-based thread safety in Swift 5.9+. The skill explains modern concurrency patterns, how to avoid common anti-patterns, and best practices for managing asynchronous code. You'll understand actor isolation, thread safety guarantees, and how to structure concurrent applications effectively.

Can swift-expert help me master the Combine framework?

Yes. swift-expert covers the Combine framework for reactive programming, including state management and reactive patterns. The skill teaches how to build reactive applications, handle data flows, and integrate Combine with SwiftUI. You'll learn expert techniques for managing complex state and asynchronous operations in your apps.

What Swift best practices and anti-patterns does this skill address?

swift-expert emphasizes Swift best practices and helps you avoid common anti-patterns. Topics include optionals and error handling, closures and functional programming, property wrappers, enums and protocols, memory management with ARC, and modern coding patterns. The skill ensures you write clean, maintainable, and performant Swift code.

Does swift-expert cover Swift 5.9 macros and new features?

Yes. swift-expert equips you with knowledge of Swift 5.9+ features including macros and other recent language additions. The skill keeps you current with the latest Swift ecosystem developments, ensuring you can leverage cutting-edge language capabilities in your applications.

What testing and development tools are covered in swift-expert?

swift-expert includes guidance on Swift testing with Xcode and networking with URLSession. The skill provides practical knowledge for testing your applications, debugging, and integrating network functionality. You'll learn how to build and test production-ready Swift applications using standard Apple development tools.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Swift Expert

Expert guidance for Swift development including iOS/macOS apps, SwiftUI, Combine, async/await, and Swift 5.9+ features.

Core Concepts

Modern Swift Features (5.9+)
  • Async/await concurrency
  • Actors for thread safety
  • Property wrappers
  • Result builders
  • Protocols and generics
  • Value types vs reference types
  • Automatic Reference Counting (ARC)
  • Macros (Swift 5.9+)
SwiftUI
  • Declarative UI framework
  • State management
  • View composition
  • Layout system
  • Animations
  • Navigation
Combine
  • Reactive programming
  • Publishers and subscribers
  • Operators
  • Error handling

Swift Syntax

Basics and Optionals

```swift // Variables and constants var mutableValue = 42 let constantValue = 100

// Optionals var optionalName: String? = "Alice"

// Optional binding if let name = optionalName { print("Hello, (name)") }

// Optional chaining let

(truncated - see the full file via the links below)

File tree — 1 file
stdlib/languages/swift-expert/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Learn expert-level Swift development with modern 5.9+ features”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

swift-expert
by Jeffallan · Jeffallan/claude-skills

swift-expert equips you with expert-level guidance for crafting robust iOS and macOS applications using Swift 5.9 and beyond. Leverage modern concurrency features and type-safety principles to accelerate your full-stack development workflow. This skill bridges the gap between foundational Swift knowledge and production-ready app architecture.

MITupdated May 2026
★ 10,759repo stars
ios-development
by travisjneuman · travisjneuman/.claude

This skill equips you to develop production-ready Apple platform applications using modern Swift tooling and SwiftUI's declarative interface. Leverage Claude's code generation capabilities to accelerate native app development across iPhone, iPad, and Apple TV ecosystems.

MITupdated Jul 2026
★ 85repo stars
swift
by miles990 · miles990/claude-software-skills

Swift is a powerful, modern programming language designed for building iOS, macOS, and other Apple platform applications. This skill covers core language concepts, syntax patterns, and contemporary best practices to help you write efficient, type-safe code. Whether you're starting fresh or deepening your expertise, you'll gain practical knowledge for real-world development scenarios.

MITupdated Jan 2026
★ 19repo stars
Moai Lang Swift
by mosif16 · mosif16/codex-Skills

Build scalable enterprise applications with Swift 6.0's modern concurrency model, featuring async/await, actor isolation, and structured concurrency. This skill covers SwiftUI for declarative interfaces, Combine for reactive programming, and Vapor for server-side development, plus architectural patterns like MVVM and Clean Architecture. Context7 MCP integration provides real-time access to official Swift documentation.

no license declared → metadata onlyupdated Nov 2025
★ 18repo stars
Ios Networking
by dpearson2699 · dpearson2699/swift-ios-skills

This skill teaches you to build robust network communication in iOS and macOS apps using URLSession with async/await and structured concurrency. You'll learn practical patterns for HTTP requests, REST API clients, file transfers, streaming, and handling network errors—plus architecture strategies like middleware, API client protocols, and testable designs.

no license declared → metadata onlyupdated Jul 2026
★ 932repo stars
integration-test-scaffold
by rshankras · rshankras/claude-code-apple-skills

This skill generates foundational test infrastructure for multi-module integration scenarios, helping you establish consistent testing patterns across your codebase. It automates the setup of test scaffolding, reducing boilerplate and enabling faster integration test development.

MITupdated Jul 2026
★ 565repo stars

More skills kotlin-expert (Apache-2.0) · swiftui-patterns (MIT) · architecture-spec (MIT) · typescript-expert (Apache-2.0) · Swift Codable (NOASSERTION) · Swift Idioms (MIT) · Test Modernizer (unlicensed)

Tags
apple-ecosystemdeclarative-uireactive-patternsconcurrency-modeltype-safetymodern-language-featuresmobile-developmentfunctional-paradigmmemory-safetyswift-toolchain