axiom▌
136 indexed skills · max 10 per page
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-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-ios-accessibility
charleswiltgen/axiom · Productivity
You MUST use this skill for ANY accessibility work including VoiceOver, Dynamic Type, color contrast, and WCAG compliance.
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-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.
axiom-ios-testing
charleswiltgen/axiom · Testing
You MUST use this skill for ANY testing-related question, including writing tests, debugging test failures, making tests faster, or choosing between testing approaches.
axiom-camera-capture
charleswiltgen/axiom · Productivity
Guides you through implementing camera capture: session setup, photo capture, video recording, responsive capture UX, rotation handling, and session lifecycle management.
axiom-xcode-debugging
charleswiltgen/axiom · Productivity
Check build environment BEFORE debugging code. Core principle 80% of "mysterious" Xcode issues are environment problems (stale Derived Data, stuck simulators, zombie processes), not code bugs.
axiom-swiftui-architecture
charleswiltgen/axiom · Frontend
Use this skill when: