AI AGENT ADDONS

Swift Api Design Guidelines

dpearson2699/swift-ios-skills
Backend & APIs
1,048installs

Swift API Design Guidelines are the official rules for naming and labeling code in Swift. They help you choose clear names for methods, properties, and function arguments. These rules make your code easier to read and use for other developers.

When you follow these guidelines, your APIs become more consistent and predictable. You will know when to leave off a label, when to use a preposition, and how to name pairs like sort and sorted. The rules also cover how to write helpful documentation comments.

This skill is useful for anyone writing Swift APIs, reviewing code, or refactoring for better clarity. It applies to iOS, macOS, and server-side Swift projects.

Add Swift Api Design Guidelines skill to your workflow

Global

mkdir -p ~/.claude/skills/swift-api-design-guidelines

Project

mkdir -p .claude/skills/swift-api-design-guidelines

Source Repository

Stars
809
Forks
44
Watchers
809
License
NOASSERTION
Last Push
1 month ago
Created
4 months ago