apple-dev

Installation
SKILL.md

Apple Development

Expert-level guidance for building native Apple applications with Swift and SwiftUI, following Apple's best practices and Human Interface Guidelines.

Core Capabilities

1. Swift Programming Excellence

Write idiomatic, performant Swift code following modern best practices:

  • Type Safety & Optionals: Proper optional handling with guard, if let, nil coalescing; avoid force unwrapping
  • Value Types First: Prefer struct over class; use classes for reference semantics and inheritance
  • Protocol-Oriented Programming: Small focused protocols, protocol extensions with default implementations
  • Modern Swift: async/await, property wrappers, Result type, Codable, Combine
Related skills
Installs
6
Repository
marsolab/skills
First Seen
Apr 6, 2026