ref▌
37 indexed skills · max 10 per page
axiom-typography-ref
charleswiltgen/axiom · Productivity
Complete reference for typography on Apple platforms including San Francisco font system, text styles, Dynamic Type, tracking, leading, and internationalization through iOS 26.
axiom-cloudkit-ref
charleswiltgen/axiom · Cloud
Purpose: Comprehensive CloudKit reference for database-based iCloud storage and sync Availability: iOS 10.0+ (basic), iOS 17.0+ (CKSyncEngine), iOS 17.0+ (SwiftData integration) Context: Modern CloudKit sync via CKSyncEngine (WWDC 2023) or SwiftData integration
axiom-liquid-glass-ref
charleswiltgen/axiom · Frontend
Use when:
axiom-swiftui-animation-ref
charleswiltgen/axiom · Frontend
Comprehensive guide to SwiftUI's animation system, from foundational concepts to advanced techniques. This skill covers the Animatable protocol, the iOS 26 @Animatable macro, animation types, and the Transaction system.
axiom-avfoundation-ref
charleswiltgen/axiom · Productivity
iOS provides bit-perfect output by default to USB DACs — no resampling occurs. The DAC receives the source sample rate directly.
axiom-xctrace-ref
charleswiltgen/axiom · Productivity
Command-line interface for Instruments profiling. Enables headless performance analysis without GUI.
axiom-metal-migration-ref
charleswiltgen/axiom · Productivity
Complete reference for converting OpenGL/DirectX code to Metal.
axiom-spritekit-ref
charleswiltgen/axiom · Productivity
Complete API reference for SpriteKit organized by category.
axiom-sf-symbols-ref
charleswiltgen/axiom · Productivity
Use when:
axiom-swiftui-search-ref
charleswiltgen/axiom · Frontend
SwiftUI search is environment-based and navigation-consumed. You attach .searchable() to a view, but a navigation container (NavigationStack, NavigationSplitView, or TabView) renders the actual search field. This indirection is the source of most search bugs.