Write, review, or improve Swift APIs using Swift API Design Guidelines for naming, argument labels, documentation comments, terminology, and general…
Swift API Design Guidelines Skill Overview Use this skill to design and review Swift APIs that are clear at the point of use, fluent in call sites, and aligned with established Swift naming and labeling conventions. Prioritize readability, explicit intent, and consistency across declarations, call sites, and documentation comments. Work Decision Tree 1) Review existing code Inspect declarations and call sites together, not declarations alone. Check naming clarity and fluency (see references/promote-clear-usage.md, references/strive-for-fluent-usage.md). Check argument labels and parameter naming (see references/parameters.md, references/argument-labels.md). Check documentation comments and symbol markup (see references/fundamentals.md). Check conventions and overload safety (see references/general-conventions.md, references/special-instructions.md).
don't have the plugin yet? install it then click "run inline in claude" again.