Source

charleswiltgen/axiom

248 skills · 57.5K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
axiom-contacts-ref Use when needing Contacts API details — CNContactStore, CNMutableContact, CNSaveRequest, CNContactFormatter, CNContac…
charleswiltgen/axiom
30
2
axiom-eventkit Use when working with ANY calendar event, reminder, EventKit permission, or EventKitUI controller. Covers access tier…
charleswiltgen/axiom
30
3
axiom-eventkit-ref Use when needing EventKit API details — EKEventStore, EKEvent, EKReminder, EventKitUI view controllers, EKCalendarCho…
charleswiltgen/axiom
30
4
axiom-contacts Use when accessing ANY contact data, requesting Contacts permissions, choosing between picker and store access, imple…
charleswiltgen/axiom
29
5
axiom-audit-concurrency Use when the user mentions concurrency checking, Swift 6 compliance, data race prevention, or async code review.
charleswiltgen/axiom
24
6
axiom-audit-liquid-glass Use when the user mentions Liquid Glass review, iOS 26 UI updates, toolbar improvements, or visual effect migration.
charleswiltgen/axiom
23
7
axiom-audit-swiftui-architecture Use when the user mentions SwiftUI architecture review, separation of concerns, testability issues, or "logic in view…
charleswiltgen/axiom
23
8
axiom-analyze-swiftui-performance Use when the user mentions SwiftUI performance, janky scrolling, slow animations, or view update issues.
charleswiltgen/axiom
22
9
axiom-analyze-test-failures Use when the user mentions flaky tests, tests that pass locally but fail in CI, race conditions in tests, or needs to…
charleswiltgen/axiom
22
10
axiom-audit-camera Use this agent to scan Swift code for camera, video, and audio capture issues including deprecated APIs, missing inte…
charleswiltgen/axiom
22
11
axiom-audit-codable Use when the user mentions Codable review, JSON encoding/decoding issues, data serialization audit, or modernizing le…
charleswiltgen/axiom
22
12
axiom-audit-core-data Use when the user mentions Core Data review, schema migration, production crashes, or data safety checking.
charleswiltgen/axiom
22
13
axiom-audit-energy Use when the user mentions battery drain, energy optimization, power consumption audit, or pre-release energy check.
charleswiltgen/axiom
22
14
axiom-audit-memory Use when the user mentions memory leak prevention, code review for memory issues, or proactive leak checking.
charleswiltgen/axiom
22
15
axiom-audit-swiftui-layout Use when the user mentions SwiftUI layout review, adaptive layout issues, GeometryReader problems, or multi-device la…
charleswiltgen/axiom
22
16
axiom-audit-ux-flow Use when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys,…
charleswiltgen/axiom
22
17
axiom-test-simulator Use when the user mentions simulator testing, visual verification, push notification testing, location simulation, sc…
charleswiltgen/axiom
22
18
axiom-analyze-crash Use when the user has a crash log (.ips, MetricKit JSON, legacy .crash text, .xccrashpoint bundle, or pasted text) th…
charleswiltgen/axiom
21
19
axiom-audit-accessibility Use when the user mentions accessibility checking, App Store submission, code review, or WCAG compliance.
charleswiltgen/axiom
21
20
axiom-audit-database-schema Use when the user mentions database schema review, migration safety, GRDB migration audit, or SQLite schema checking.
charleswiltgen/axiom
21
21
axiom-audit-iap Use when the user mentions in-app purchase review, IAP audit, StoreKit issues, purchase bugs, transaction problems, o…
charleswiltgen/axiom
21
22
axiom-audit-icloud Use when the user mentions iCloud sync issues, CloudKit errors, ubiquitous container problems, or asks to audit cloud…
charleswiltgen/axiom
21
23
axiom-audit-networking Use when the user mentions networking review, deprecated APIs, connection issues, or App Store submission prep.
charleswiltgen/axiom
21
24
axiom-audit-storage Use when the user mentions file storage issues, data loss, backup bloat, or asks to audit storage usage.
charleswiltgen/axiom
21
25
axiom-health-check Use when the user wants a comprehensive project-wide audit, full health check, or scan across all domains.
charleswiltgen/axiom
21
26
axiom-validate-screenshots Use when the user mentions App Store screenshot validation, screenshot review, checking screenshots before submission…
charleswiltgen/axiom
21
27
axiom-analyze-swift-performance Use when the user mentions Swift performance audit, code optimization, or performance review.
charleswiltgen/axiom
20
28
axiom-audit-foundation-models Use when the user mentions Foundation Models review, on-device AI audit, LanguageModelSession issues, @Generable chec…
charleswiltgen/axiom
20
29
axiom-audit-spritekit Use when the user wants to audit SpriteKit game code for common issues.
charleswiltgen/axiom
20
30
axiom-audit-swiftdata Use when the user mentions SwiftData review, @Model issues, SwiftData migration safety, or SwiftData performance chec…
charleswiltgen/axiom
20
31
axiom-audit-swiftui-nav Use when the user mentions SwiftUI navigation issues, deep linking problems, state restoration bugs, or navigation ar…
charleswiltgen/axiom
20
32
axiom-audit-testing Use when the user wants to audit test quality, find flaky test patterns, speed up test execution, or prepare for Swif…
charleswiltgen/axiom
20
33
axiom-audit-textkit Use when the user mentions TextKit review, text layout issues, Writing Tools integration, or UITextView/NSTextView co…
charleswiltgen/axiom
20
34
axiom-debug-tests Use this agent for closed-loop test debugging - automatically analyzes test failures, suggests fixes, and re-runs tes…
charleswiltgen/axiom
20
35
axiom-implement-iap Use when the user wants to add in-app purchases, implement StoreKit 2, or set up subscriptions.
charleswiltgen/axiom
20
36
axiom-modernize Use when the user wants to modernize iOS code to iOS 17/18 patterns, migrate from ObservableObject to @Observable, up…
charleswiltgen/axiom
20
37
axiom-resolve-spm Use when the user mentions SPM resolution failures, "no such module" errors, duplicate symbol linker errors, version …
charleswiltgen/axiom
20
38
axiom-scan-security-privacy Use when the user mentions security review, App Store submission prep, Privacy Manifest requirements, hardcoded crede…
charleswiltgen/axiom
20
39
axiom-analyze-triage Use when the user wants to triage a CORPUS of production crashes/hangs from an aggregator (Sentry, App Store Connect)…
charleswiltgen/axiom
19
40
axiom-audit-grdb-performance Use when the user mentions GRDB performance review, slow GRDB queries, app-group database setup audit, a ValueObserva…
charleswiltgen/axiom
19
41
axiom-fix-build Use when the user mentions Xcode build failures, build errors, or environment issues.
charleswiltgen/axiom
19
42
axiom-optimize-build Use when the user mentions slow builds, build performance, or build time optimization.
charleswiltgen/axiom
19
43
axiom-profile-performance Use when the user wants automated performance profiling, headless Instruments analysis, or CLI-based trace collection.
charleswiltgen/axiom
19
44
axiom-run-tests Use when the user wants to run XCUITests, parse test results, view test failures, or export test attachments.
charleswiltgen/axiom
19
45
axiom-shazamkit Use when implementing audio recognition, music identification, custom audio matching, second-screen sync, or working …
charleswiltgen/axiom
19
46
axiom-shazamkit-ref Use when needing ShazamKit API details — SHManagedSession, SHSession, SHCustomCatalog, SHSignatureGenerator, SHMediaI…
charleswiltgen/axiom
19
47
axiom-swift-simplifier Use when the user wants to simplify Swift code, reduce boilerplate, or make Swift more readable and idiomatic without…
charleswiltgen/axiom
14
48
axiom-audit-resize Use when the user mentions window resizing support, resizable-window readiness, iPhone Mirroring compatibility, scene…
charleswiltgen/axiom
11
Page 5 · 248 total Previous