swift-strict

Installation
SKILL.md

Swift Strict Standard

Rules extracted from 3 production SwiftUI iOS apps.

CRITICAL: Unwrapping Rules

SW-01: Never force unwrap in production code

// BAD
let name = user!.name
let url = URL(string: urlString)!
let day = calendar.date(byAdding: .day, value: -1, to: date)!
Installs
4
GitHub Stars
4
First Seen
Jun 12, 2026
swift-strict — 0xmassi/claude-skills