axiom▌
136 indexed skills · max 10 per page
axiom-core-data
charleswiltgen/axiom · Productivity
Core principle: Core Data is a mature object graph and persistence framework. Use it when needing features SwiftData doesn't support, or when targeting older iOS versions.
axiom-core-location-ref
charleswiltgen/axiom · Productivity
Comprehensive API reference for modern Core Location (iOS 17+).
axiom-icloud-drive-ref
charleswiltgen/axiom · Cloud
Purpose: Comprehensive reference for file-based iCloud sync using ubiquitous containers Availability: iOS 5.0+ (basic), iOS 8.0+ (iCloud Drive), iOS 11.0+ (modern APIs) Context: File-based cloud storage, not database (use CloudKit for structured data)
axiom-xctrace-ref
charleswiltgen/axiom · Productivity
Command-line interface for Instruments profiling. Enables headless performance analysis without GUI.
axiom-apple-docs
charleswiltgen/axiom · Documents
Apple bundles for-LLM markdown documentation inside Xcode. These are authoritative, up-to-date guides and diagnostics written by Apple engineers. Use them alongside Axiom skills for the most accurate information.
axiom-textkit-ref
charleswiltgen/axiom · Productivity
Complete reference for TextKit 2 covering architecture, migration from TextKit 1, Writing Tools integration, and SwiftUI TextEditor with AttributedString through iOS 26.
axiom-energy-ref
charleswiltgen/axiom · Productivity
Complete API reference for iOS energy optimization, with code examples from WWDC sessions and Apple documentation.
axiom-privacy-ux
charleswiltgen/axiom · Productivity
Comprehensive guide to privacy-first app design. Apple Design Award Social Impact winners handle data ethically, and privacy-first design is a key differentiator.
axiom-database-migration
charleswiltgen/axiom · Productivity
Safe database schema evolution for production apps with user data. Core principle Migrations are immutable after shipping. Make them additive, idempotent, and thoroughly tested.
axiom-concurrency-profiling
charleswiltgen/axiom · Productivity
Profile and optimize Swift async/await code using Instruments.