swift_style
Installation
SKILL.md
Swift Style
This skill provides comprehensive style guidelines for writing clean, idiomatic, and maintainable Swift code.
Overview
Swift style guidelines cover naming conventions, access control, type selection, and code organization patterns that make your code more readable and professional.
Available References
Naming & Conventions
- Variables and Constants -
varvslet, naming conventions, immutability - Functions - Function naming, parameter labels, return types