axiom▌
136 indexed skills · max 10 per page
axiom-ios-build
charleswiltgen/axiom · Frontend
You MUST use this skill for ANY build, environment, or Xcode-related issue before debugging application code.
axiom-swiftui-debugging
charleswiltgen/axiom · Frontend
SwiftUI debugging falls into three categories, each with a different diagnostic approach:
axiom-swiftui-nav-ref
charleswiltgen/axiom · Frontend
SwiftUI's navigation APIs provide data-driven, programmatic navigation that scales from simple stacks to complex multi-column layouts. Introduced in iOS 16 (2022) with NavigationStack and NavigationSplitView, evolved in iOS 18 (2024) with Tab/Sidebar unification, and refined in iOS 26 (2025) with Liquid Glass design.
axiom-swift-performance
charleswiltgen/axiom · Productivity
Core Principle: Optimize Swift code by understanding language-level performance characteristics—value semantics, ARC behavior, generic specialization, and memory layout—to write fast, efficient code without premature micro-optimization.
axiom-ios-accessibility
charleswiltgen/axiom · Productivity
You MUST use this skill for ANY accessibility work including VoiceOver, Dynamic Type, color contrast, and WCAG compliance.
axiom-swift-testing
charleswiltgen/axiom · Testing
Swift Testing is Apple's modern testing framework introduced at WWDC 2024. It uses Swift macros (@Test, #expect) instead of naming conventions, runs tests in parallel by default, and integrates seamlessly with Swift concurrency.
axiom-hig-ref
charleswiltgen/axiom · Productivity
The Human Interface Guidelines (HIG) define Apple's design philosophy and provide concrete guidance for creating intuitive, accessible, platform-appropriate experiences across all Apple devices.
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-ios-ui
charleswiltgen/axiom · Frontend
You MUST use this skill for ANY iOS UI work including SwiftUI, UIKit, layout, navigation, animations, and design.
axiom-ios-concurrency
charleswiltgen/axiom · Productivity
You MUST use this skill for ANY concurrency, async/await, threading, or Swift 6 concurrency work.