Airbnb Swift Style Guide enforcement for any AI coding agent.
github.com/cassiewallace/Airbnb-Swift-Style-Agent-SkillIf you've reviewed my iOS code, you know I love the Airbnb Swift Style Guide. So I published my first agent skill to enforce it for AI coding agents.
It works with Claude Code, Cursor, and any tool that supports the Agent Skills open format, automatically reviewing Swift code for naming, formatting, and pattern violations based on Airbnb's style guide.
npx skills add cassiewallace/Airbnb-Swift-Style-Agent-Skill is, has, does), acronym capitalization, and past-tense event handlers (didTapSave, not handleSave).self, type inference, force-unwrapping, guard early exits, and most-restrictive access control.