Axiom Codex

Axiom Codex from charleswiltgen/axiom.

by @charleswiltgen 69 skills

Skills in this plugin

69
  1. Axiom AI · charleswiltgen bundle
    Use when implementing, testing, or evaluating ANY Apple Intelligence, on-device AI, or speech-to-text feature. Covers Foundation Models, @Generable, LanguageModelSession, Tool protocol, eval suites, model-as-judge scoring, SpeechTranscriber, CoreML.
    1 install
  2. Axiom Data · charleswiltgen bundle
    Use when working with ANY data persistence, database, storage, CloudKit, migration, or serialization. Covers SwiftData, Core Data, GRDB, SQLite, Realm, CloudKit sync, file storage, Codable, migrations.
    1 install
  3. Axiom Build · charleswiltgen bundle
    Use when ANY iOS build fails, test crashes, Xcode misbehaves, or environment issue occurs before debugging code. Covers build failures, compilation errors, dependency conflicts, simulator problems, environment-first diagnostics.
    1 install
  4. Axiom Games · charleswiltgen bundle
    Use when building ANY 2D or 3D game with SpriteKit, SceneKit, or RealityKit, or adding touch controls or game controller support. Covers scene graphs, ECS, physics, actions, game loops, rendering, TouchController, GCController.
    1 install
  5. Axiom Macos · charleswiltgen bundle
    Use when building ANY macOS app — windows, menus, sandboxing, distribution, AppKit bridging or modernization (control events, state restoration, concentric corners), or macOS-specific SwiftUI patterns.
    1 install
  6. Axiom Media · charleswiltgen bundle
    Use when working with camera, photos, audio, haptics, ShazamKit, the user's Apple Music library, or Now Playing. Covers AVCaptureSession, PHPicker, PhotosPicker, AVFoundation, Core Haptics, audio recognition, MediaPlayer, CarPlay, MusicKit playback and library enumeration.
    1 install
  7. Axiom Swift · charleswiltgen bundle
    Use when reviewing Swift code for modern idioms, working with noncopyable types, implementing drag and drop, adding debug deep links, or building for tvOS.
    1 install
  8. Axiom Tools · charleswiltgen bundle
    Use when asking how to use Axiom or what skills exist, capturing console with xclog, symbolicating .ips/MetricKit/.crash crashes with xcsym, driving/validating simulator UI & accessibility with xcui, or analyzing xctrace/CPU profiles with xcprof.
    1 install
  9. Axiom Uikit · charleswiltgen bundle
    Use when bridging UIKit and SwiftUI, modernizing UIKit apps (scene lifecycle, resizability), debugging Auto Layout, Combine, TextKit, PencilKit, or UIKit animations.
    1 install
  10. Axiom Design · charleswiltgen bundle
    Use when making design decisions, implementing HIG patterns, Liquid Glass, SF Symbols, typography, or structuring app entry points and authentication flows.
    1 install
  11. Axiom Health · charleswiltgen bundle
    Use when working with HealthKit, WorkoutKit, health data, workouts, or fitness features on iOS or watchOS. Covers permissions, queries, background delivery, custom workouts, multidevice coordination.
    1 install
  12. Axiom Vision · charleswiltgen bundle
    Use when implementing ANY computer vision feature — image analysis, pose detection, person segmentation, subject lifting, text recognition, barcode scanning.
    1 install
  13. Axiom Swiftui · charleswiltgen bundle
    Use when building, fixing, or improving ANY SwiftUI UI — views, navigation, layout, animations, performance, architecture, gestures, debugging, iOS 26 features.
    1 install
  14. Axiom Testing · charleswiltgen bundle
    Use when writing ANY test, debugging flaky tests, making tests faster, or choosing Swift Testing vs XCTest. Covers unit tests, UI tests, async testing, test architecture.
    1 install
  15. Axiom Watchos · charleswiltgen bundle
    Use when building ANY watchOS app — app structure, independent apps, Watch Connectivity, Smart Stack widgets, complications, controls, RelevanceKit, background tasks, ClockKit migration.
    1 install
  16. Axiom Graphics · charleswiltgen bundle
    Use when working with ANY GPU rendering, Metal, OpenGL migration, shaders, 3D content, RealityKit, AR, USD/USDZ files, or display performance. Covers Metal migration, shader conversion, RealityKit ECS, RealityView, USDKit, ProMotion.
    1 install
  17. Axiom Location · charleswiltgen bundle
    Use when implementing location services, maps, geofencing, or debugging location/MapKit issues. Covers Core Location, CLMonitor, MapKit, annotations, directions.
    1 install
  18. Axiom Payments · charleswiltgen bundle
    Use when accepting ANY real-world payment — Apple Pay, Wallet passes, Tap to Pay, Orders in Wallet. NOT in-app purchase / digital content (use axiom-integration). Covers entitlements, certs, signing, App Review payment rules.
    1 install
  19. Axiom Security · charleswiltgen bundle
    Use when storing credentials securely, encrypting data, implementing passkeys, securing AI/agentic features against prompt injection, code signing, or managing certificates and provisioning profiles.
    1 install
  20. Axiom Shipping · charleswiltgen bundle
    Use when preparing ANY app for submission, handling App Store rejections, writing appeals, or managing App Store Connect. Covers submission checklists, rejection troubleshooting, metadata requirements, privacy manifests, age ratings, export compliance.
    2 installs
  21. Axiom Audit Iap · charleswiltgen bundle
    Use when the user mentions in-app purchase review, IAP audit, StoreKit issues, purchase bugs, transaction problems, or subscription management.
    1 install
  22. Axiom Fix Build · charleswiltgen bundle
    Use when the user mentions Xcode build failures, build errors, or environment issues.
    1 install
  23. Axiom Modernize · charleswiltgen bundle
    Use when the user wants to modernize iOS code to iOS 17/18 patterns, migrate from ObservableObject to @Observable, update @StateObject to @State, or adopt modern SwiftUI APIs.
    1 install
  24. Axiom Run Tests · charleswiltgen bundle
    Use when the user wants to run XCUITests, parse test results, view test failures, or export test attachments.
    1 install
  25. Axiom Xcode MCP · charleswiltgen bundle
    Use when connecting to Xcode via MCP, using xcrun mcpbridge or the headless mcp-server, or working with ANY Xcode MCP tool (XcodeRead, BuildProject, RunSomeTests, RenderPreview). Covers setup, tool reference, workflows, troubleshooting.
    1 install
  26. Axiom Apple Docs · charleswiltgen bundle
    Use when ANY question involves Apple framework APIs, Swift compiler errors, or Xcode-bundled documentation. Covers Liquid Glass, Swift 6.2 concurrency, Foundation Models, SwiftData, StoreKit, 32 Swift compiler diagnostics.
    1 install
  27. Axiom Networking · charleswiltgen bundle
    Use when implementing or debugging ANY network connection, API call, or socket. Covers URLSession, Network.framework, NetworkConnection, connection diagnostics.
    1 install
  28. Axiom Concurrency · charleswiltgen bundle
    Use when writing ANY async code, actors, threads, or seeing ANY concurrency error. Covers Swift 6 concurrency, @MainActor, Sendable, data races, async/await patterns.
    1 install
  29. Axiom Debug Tests · charleswiltgen bundle
    Use this agent for closed-loop test debugging - automatically analyzes test failures, suggests fixes, and re-runs tests until passing.
    1 install
  30. Axiom Integration · charleswiltgen bundle
    Use when integrating ANY iOS system feature - Siri, Shortcuts, widgets, IAP, localization, privacy, alarms, calendar, reminders, contacts, background tasks, push notifications, timers. Covers App Intents, WidgetKit, StoreKit, EventKit, Contacts.
    1 install
  31. Axiom Performance · charleswiltgen bundle
    Use when app feels slow, memory grows, battery drains, or diagnosing ANY performance issue. Covers memory leaks, profiling, Instruments workflows, retain cycles, performance optimization.
    1 install
  32. Axiom Resolve Spm · charleswiltgen bundle
    Use when the user mentions SPM resolution failures, "no such module" errors, duplicate symbol linker errors, version conflicts between packages, or Swift 6 package compatibility issues.
    1 install
  33. Axiom Audit Camera · charleswiltgen bundle
    Use this agent to scan Swift code for camera, video, and audio capture issues including deprecated APIs, missing interruption handlers, threading violations, and permission anti-patterns.
    1 install
  34. Axiom Audit Energy · charleswiltgen bundle
    Use when the user mentions battery drain, energy optimization, power consumption audit, or pre-release energy check.
    1 install
  35. Axiom Audit Icloud · charleswiltgen bundle
    Use when the user mentions iCloud sync issues, CloudKit errors, ubiquitous container problems, or asks to audit cloud sync.
    1 install
  36. Axiom Audit Memory · charleswiltgen bundle
    Use when the user mentions memory leak prevention, code review for memory issues, or proactive leak checking.
    1 install
  37. Axiom Audit Resize · charleswiltgen bundle
    Use when the user mentions window resizing support, resizable-window readiness, iPhone Mirroring compatibility, scene-lifecycle migration checking, or preparing an app for the 27-cycle resizing model.
    1 install
  38. Axiom Health Check · charleswiltgen bundle
    Use when the user wants a comprehensive project-wide audit, full health check, or scan across all domains.
    0 installs
  39. Axiom Accessibility · charleswiltgen bundle
    Use when fixing or auditing ANY accessibility issue — VoiceOver, Dynamic Type, color contrast, touch targets, WCAG compliance, App Store accessibility review.
    1 install
  40. Axiom Analyze Crash · charleswiltgen bundle
    Use when the user has a crash log (.ips, MetricKit JSON, legacy .crash text, .xccrashpoint bundle, or pasted text) that needs analysis.
    1 install
  41. Axiom Audit Codable · charleswiltgen bundle
    Use when the user mentions Codable review, JSON encoding/decoding issues, data serialization audit, or modernizing legacy code.
    1 install
  42. Axiom Audit Storage · charleswiltgen bundle
    Use when the user mentions file storage issues, data loss, backup bloat, or asks to audit storage usage.
    1 install
  43. Axiom Audit Testing · charleswiltgen bundle
    Use when the user wants to audit test quality, find flaky test patterns, speed up test execution, or prepare for Swift Testing migration.
    1 install
  44. Axiom Audit Textkit · charleswiltgen bundle
    Use when the user mentions TextKit review, text layout issues, Writing Tools integration, or UITextView/NSTextView code review.
    1 install
  45. Axiom Audit UX Flow · charleswiltgen bundle
    Use when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app.
    1 install
  46. Axiom Implement Iap · charleswiltgen bundle
    Use when the user wants to add in-app purchases, implement StoreKit 2, or set up subscriptions.
    1 install
  47. Axiom Analyze Triage · charleswiltgen bundle
    Use when the user wants to triage a CORPUS of production crashes/hangs from an aggregator (Sentry, App Store Connect) — grouped, counted issues — rather than a single crash file.
    1 install
  48. Axiom Optimize Build · charleswiltgen bundle
    Use when the user mentions slow builds, build performance, or build time optimization.
    1 install
  49. Axiom Test Simulator · charleswiltgen bundle
    Use when the user mentions simulator testing, visual verification, push notification testing, location simulation, screenshot capture, OR live accessibility validation (VoiceOver announcements, Dynamic Type, ADA checks) on the simulator.
    1 install
  50. Axiom Audit Core Data · charleswiltgen bundle
    Use when the user mentions Core Data review, schema migration, production crashes, or data safety checking.
    1 install
  51. Axiom Audit Spritekit · charleswiltgen bundle
    Use when the user wants to audit SpriteKit game code for common issues.
    1 install
  52. Axiom Audit Swiftdata · charleswiltgen bundle
    Use when the user mentions SwiftData review, @Model issues, SwiftData migration safety, or SwiftData performance checking.
    1 install
  53. Axiom Audit Networking · charleswiltgen bundle
    Use when the user mentions networking review, deprecated APIs, connection issues, or App Store submission prep.
    1 install
  54. Axiom Swift Simplifier · charleswiltgen bundle
    Use when the user wants to simplify Swift code, reduce boilerplate, or make Swift more readable and idiomatic without changing behavior.
    1 install
  55. Axiom Audit Concurrency · charleswiltgen bundle
    Use when the user mentions concurrency checking, Swift 6 compliance, data race prevention, or async code review.
    1 install
  56. Axiom Audit Swiftui Nav · charleswiltgen bundle
    Use when the user mentions SwiftUI navigation issues, deep linking problems, state restoration bugs, or navigation architecture review.
    1 install
  57. Axiom Audit Liquid Glass · charleswiltgen bundle
    Use when the user mentions Liquid Glass review, iOS 26 UI updates, toolbar improvements, or visual effect migration.
    1 install
  58. Axiom Audit Accessibility · charleswiltgen bundle
    Use when the user mentions accessibility checking, App Store submission, code review, or WCAG compliance.
    1 install
  59. Axiom Profile Performance · charleswiltgen bundle
    Use when the user wants automated performance profiling, headless Instruments analysis, or CLI-based trace collection.
    1 install
  60. Axiom Audit Swiftui Layout · charleswiltgen bundle
    Use when the user mentions SwiftUI layout review, adaptive layout issues, GeometryReader problems, or multi-device layout checking.
    1 install