Source

charleswiltgen/axiom

248 skills · 57.5K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
7381
axiom-vision Use when implementing ANY computer vision feature — image analysis, pose detection, person segmentation, subject lift…
charleswiltgen/axiom
1.6K
8521
axiom-networking Use when implementing or debugging ANY network connection, API call, or socket. Covers URLSession, Network.framework,…
charleswiltgen/axiom
1.2K
8625
axiom-apple-docs Use when ANY question involves Apple framework APIs, Swift compiler errors, or Xcode-bundled documentation. Covers Li…
charleswiltgen/axiom
1.2K
8779
axiom-swiftui Use when building, fixing, or improving ANY SwiftUI UI — views, navigation, layout, animations, performance, architec…
charleswiltgen/axiom
1.2K
8943
axiom-xcode-mcp Use when connecting to Xcode via MCP, using xcrun mcpbridge or the headless mcp-server, or working with ANY Xcode MCP…
charleswiltgen/axiom
1.1K
8962
axiom-shipping Use when preparing ANY app for submission, handling App Store rejections, writing appeals, or managing App Store Conn…
charleswiltgen/axiom
1.1K
9534
axiom-design Use when making design decisions, implementing HIG patterns, Liquid Glass, SF Symbols, typography, or structuring app…
charleswiltgen/axiom
1.1K
8
axiom-media Use when working with camera, photos, audio, haptics, ShazamKit, the user's Apple Music library, or Now Playing. Cove…
charleswiltgen/axiom
1K
9
axiom-performance Use when app feels slow, memory grows, battery drains, or diagnosing ANY performance issue. Covers memory leaks, prof…
charleswiltgen/axiom
1K
10
axiom-testing Use when writing ANY test, debugging flaky tests, making tests faster, or choosing Swift Testing vs XCTest. Covers un…
charleswiltgen/axiom
1K
11
axiom-build Use when ANY iOS build fails, test crashes, Xcode misbehaves, or environment issue occurs before debugging code. Cove…
charleswiltgen/axiom
999
12
axiom-data Use when working with ANY data persistence, database, storage, CloudKit, migration, or serialization. Covers SwiftDat…
charleswiltgen/axiom
988
13
axiom-swift Use when reviewing Swift code for modern idioms, working with noncopyable types, implementing drag and drop, adding d…
charleswiltgen/axiom
984
14
axiom-integration Use when integrating ANY iOS system feature - Siri, Shortcuts, widgets, IAP, localization, privacy, alarms, calendar,…
charleswiltgen/axiom
981
15
axiom-tools Use when asking how to use Axiom or what skills exist, capturing console with xclog, symbolicating .ips/MetricKit/.cr…
charleswiltgen/axiom
978
16
axiom-concurrency Use when writing ANY async code, actors, threads, or seeing ANY concurrency error. Covers Swift 6 concurrency, @MainA…
charleswiltgen/axiom
967
17
axiom-security Use when storing credentials securely, encrypting data, implementing passkeys, securing AI/agentic features against p…
charleswiltgen/axiom
949
18
axiom-uikit Use when bridging UIKit and SwiftUI, modernizing UIKit apps (scene lifecycle, resizability), debugging Auto Layout, C…
charleswiltgen/axiom
930
19
axiom-accessibility Use when fixing or auditing ANY accessibility issue — VoiceOver, Dynamic Type, color contrast, touch targets, WCAG co…
charleswiltgen/axiom
921
20
axiom-macos Use when building ANY macOS app — windows, menus, sandboxing, distribution, AppKit bridging or modernization (control…
charleswiltgen/axiom
913
21
axiom-graphics Use when working with ANY GPU rendering, Metal, OpenGL migration, shaders, 3D content, RealityKit, AR, USD/USDZ files…
charleswiltgen/axiom
904
22
axiom-ai Use when implementing, testing, or evaluating ANY Apple Intelligence, on-device AI, or speech-to-text feature. Covers…
charleswiltgen/axiom
880
23
axiom-location Use when implementing location services, maps, geofencing, or debugging location/MapKit issues. Covers Core Location,…
charleswiltgen/axiom
821
24
axiom-games Use when building ANY 2D or 3D game with SpriteKit, SceneKit, or RealityKit, or adding touch controls or game control…
charleswiltgen/axiom
815
25
axiom-health Use when working with HealthKit, WorkoutKit, health data, workouts, or fitness features on iOS or watchOS. Covers per…
charleswiltgen/axiom
739
26
axiom-watchos Use when building ANY watchOS app — app structure, independent apps, Watch Connectivity, Smart Stack widgets, complic…
charleswiltgen/axiom
730
27
axiom-payments Use when accepting ANY real-world payment — Apple Pay, Wallet passes, Tap to Pay, Orders in Wallet. NOT in-app purcha…
charleswiltgen/axiom
665
28
axiom-swiftdata Use when working with SwiftData - @Model definitions, @Query in SwiftUI, @Relationship macros, ModelContext patterns,…
charleswiltgen/axiom
316
29
axiom-swiftui-26-ref Use when implementing iOS 26 SwiftUI features - covers Liquid Glass design system, performance improvements, @Animata…
charleswiltgen/axiom
299
30
axiom-swiftui-architecture Use when separating logic from SwiftUI views, choosing architecture patterns, refactoring view files, or asking 'wher…
charleswiltgen/axiom
291
31
axiom-xcode-debugging Use when encountering BUILD FAILED, test crashes, simulator hangs, stale builds, zombie xcodebuild processes, "Unable…
charleswiltgen/axiom
286
32
axiom-ios-testing Use when writing ANY test, debugging flaky tests, making tests faster, or asking about Swift Testing vs XCTest. Cover…
charleswiltgen/axiom
250
33
axiom-camera-capture AVCaptureSession, camera preview, photo capture, video recording, RotationCoordinator, session interruptions, deferre…
charleswiltgen/axiom
248
34
axiom-liquid-glass Use when implementing Liquid Glass effects, reviewing UI for Liquid Glass adoption, debugging visual artifacts, optim…
charleswiltgen/axiom
247
35
axiom-avfoundation-ref Reference — AVFoundation audio APIs, AVAudioSession categories/modes, AVAudioEngine pipelines, bit-perfect DAC output…
charleswiltgen/axiom
235
36
axiom-swiftui-layout Use when layouts need to adapt to different screen sizes, iPad multitasking, or iOS 26 free-form windows — decision t…
charleswiltgen/axiom
234
37
axiom-swiftui-performance Use when UI is slow, scrolling lags, animations stutter, or when asking 'why is my SwiftUI view slow', 'how do I opti…
charleswiltgen/axiom
230
38
axiom-ios-concurrency Use when writing ANY code with async, actors, threads, or seeing ANY concurrency error. Covers Swift 6 concurrency, @…
charleswiltgen/axiom
228
39
axiom-ios-performance Use when app feels slow, memory grows, battery drains, or diagnosing ANY performance issue. Covers memory leaks, prof…
charleswiltgen/axiom
228
40
axiom-ios-ui Use when building, fixing, or improving ANY iOS UI including SwiftUI, UIKit, layout, navigation, animations, design g…
charleswiltgen/axiom
226
41
axiom-swiftui-animation-ref Use when implementing SwiftUI animations, understanding VectorArithmetic, using @Animatable macro, zoom transitions, …
charleswiltgen/axiom
225
42
axiom-swift-testing Use when writing unit tests, adopting Swift Testing framework, making tests run faster without simulator, architectin…
charleswiltgen/axiom
223
43
axiom-hig-ref Reference — Comprehensive Apple Human Interface Guidelines covering colors (semantic, custom, patterns), backgrounds …
charleswiltgen/axiom
220
44
axiom-sqlitedata Use when working with SQLiteData @Table models, CRUD operations, query patterns, CloudKit SyncEngine setup, or batch …
charleswiltgen/axiom
219
45
axiom-swiftui-gestures Use when implementing SwiftUI gestures (tap, drag, long press, magnification, rotation), composing gestures, managing…
charleswiltgen/axiom
219
46
axiom-swiftui-debugging Use when debugging SwiftUI view updates, preview crashes, or layout issues - diagnostic decision trees to identify ro…
charleswiltgen/axiom
218
47
axiom-ios-accessibility Use when fixing or auditing ANY accessibility issue - VoiceOver, Dynamic Type, color contrast, touch targets, WCAG co…
charleswiltgen/axiom
215
48
axiom-swift-concurrency Use when you see 'actor-isolated', 'Sendable', 'data race', '@MainActor' errors, or asking 'how do I use async/await'…
charleswiltgen/axiom
215
49
axiom-apple-docs-research Use when researching Apple frameworks, APIs, or WWDC sessions - provides techniques for retrieving full transcripts, …
charleswiltgen/axiom
214
50
axiom-ios-data Use when working with ANY data persistence, database, axiom-storage, CloudKit, migration, or serialization. Covers Sw…
charleswiltgen/axiom
213
Page 1 · 248 total Next