What problem does it solve?
Developers working on iOS, macOS, and other Apple platforms often don't know which diagnostic skill or CLI tool applies to their problem, and they lack a single reference for capturing simulator console logs, symbolicating crash reports, driving simulator UI, and analyzing CPU traces.
Core Features & Use Cases
- Skill routing and onboarding: Enforces checking Axiom skills before answering iOS/Swift questions, prioritizes build/architecture/implementation skills, and routes multi-domain questions to all relevant routers.
- Tool references: Documents xclog (simulator console capture), xcsym (crash symbolication for .ips, MetricKit, .crash, and .xccrashpoint files), xcui (simulator UI and accessibility automation), and xcprof (xctrace CPU and network profile analysis).
- Device control guidance: Covers Device Hub, devicectl, and simctl for headless simulator/device control, screenshots, status-bar overrides, and resizable app sessions.
- Use Case: A developer pastes a TestFlight crash and asks why it is unsymbolicated; the router directs to the xcsym reference, which runs the full symbolication pipeline and reports per-image UUID mismatches.
Quick Start
Ask how to symbolicate an iOS crash report or capture simulator console output, and follow the routed reference for the matching Axiom tool.