What problem does it solve?
This Skill provides a centralized, authoritative source for modern Swift idioms, ownership conventions, and platform-specific development patterns, preventing the use of outdated or hallucinated code.
Core Features & Use Cases
- Modern Idioms: Replaces legacy patterns like Date() and CGFloat with modern, type-safe alternatives.
- Ownership & Performance: Provides guidance on ~Copyable types, borrowing/consuming modifiers, and InlineArray for high-performance code.
- Platform Specialization: Offers critical patterns for tvOS development (Focus Engine, Siri Remote) and debug deep-link automation.
- Use Case: When implementing a high-performance data pipeline, use this Skill to determine if a struct should be passed as borrowing or consuming to minimize ARC overhead.
Quick Start
Use the axiom-swift skill to audit my current implementation of noncopyable types and suggest modern ownership modifiers.