swift-style
A comprehensive Swift style guide enforcing naming conventions, the golden path pattern, and clean code organization.
Install
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill swift-styleStats
| Total installs | 1,354 |
| Weekly installs | 1.4K |
| GitHub stars | 179 |
| First seen | Jan 23, 2026 |
| Source | @johnrogers/claude-swift-engineering |
Summary
- Enforces naming conventions (UpperCamelCase for types, lowerCamelCase for everything else) and prioritizes clarity over brevity
- Advocates the "golden path" pattern: early returns and guards to keep happy-path logic left-aligned, avoiding deep nesting
- Covers code organization with extensions and MARK comments, memory management with weak captures, and access control best practices
- Identifies five common mistakes: unnecessary abbreviations, nested conditionals, inconsistent self usage, vague type names, and implicit access control
Tags
Related skills
| Skill | Installs | vs swift-style |
|---|---|---|
| home-assistant-best-practices | 1,336 | -18 |
| compound-docs | 1,478 | +124 |
| audit-speed | 1,318 | -36 |
| springboot-verification | 1,315 | -39 |
| modern-python | 1,399 | +45 |
FAQ
- How many installs does swift-style have?
- swift-style has 1,354 total installs and 1.4K installs this week.
- Where is swift-style hosted?
- swift-style is published by @johnrogers/claude-swift-engineering at https://github.com/johnrogers/claude-swift-engineering.
- How many GitHub stars does swift-style have?
- swift-style has 179 GitHub stars.
- When was swift-style first indexed?
- OrangeBot.AI first indexed swift-style on Jan 23, 2026.
- How do I install swift-style?
- Run: npx skills add https://github.com/johnrogers/claude-swift-engineering --skill swift-style