Skip to main content
Back to registry

swift-style

johnrogers/claude-swift-engineering

Code style conventions for clean, readable Swift code.

Installs1
Install command
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill swift-style
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Code style conventions for clean, readable Swift code. Clarity > Brevity > Consistency Code should compile without warnings. Left-hand margin is the happy path. Don't nest if statements. Use extensions and MARK comments: Avoid self unless required by compiler. Omit get for read-only: Trailing closure only for single closure parameter. Let compiler infer when clear. For empty collections, use type annotation: Use case-less enum for namespacing: Abbreviations beyond URL, ID, UUID — Abbreviations like cfg , mgr , ctx , desc hurt readability.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does swift-style do?

Code style conventions for clean, readable Swift code.

Is swift-style good?

swift-style does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does swift-style work with?

swift-style currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to swift-style?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install swift-style?

npx skills add https://github.com/johnrogers/claude-swift-engineering --skill swift-style

Related skills

Alternatives in Software Engineering