axiom-analyze-crash
Analyze iOS and macOS crash logs with Axiom MCP symbolication tools
Drive simulator UI with an external xcui or AXe installation when available
> /plugin marketplace add charleswiltgen/axiom > /plugin install axiom@axiom-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/axiom-uiContext preview
What this command does when you run it.
Drive simulator UI with an external xcui or AXe installation when available
name: axiom-ui description: "Drive simulator UI with an external xcui or AXe installation when available"
`xcui` is not bundled with the Cursor plugin and has no Axiom MCP wrapper.
1. Before UI automation, check `command -v xcui`. If present, run `xcui doctor` and follow its external installation's documented workflow. 2. If `xcui` is absent, AXe may be used only for compatible pass-through verbs: `tap`, `slider`, `type`, `swipe`, `drag`, `touch`, `gesture`, `button`, `key`, `key-sequence`, `key-combo`, and `screenshot`. Check `command -v axe` before using one of those verbs, use that verb's documented AXe arguments, and handle `DEVELOPER_DIR` explicitly if AXe reports a SimulatorKit loading error; wrapper-only device auto-resolution is unavailable. 3. The `wait`, `assert`, `a11y`, `dialog`, `voiceover`, and `resize` capabilities require external `xcui`. If `xcui` is unavailable for one of these capabilities, stop that UI step and report that external `xcui` is required; do not substitute AXe or timing guesses. 4. If neither tool is available, stop UI automation and give the user setup guidance for an external xcui or AXe installation. Do not claim the Cursor plugin installed either tool. 5. When UI automation is unavailable, continue with non-UI simulator and log checks that still answer the request, and label that result as degraded coverage. 6. Treat simulator erase, delete, shutdown, and boot operations as state-changing actions and preserve the user's authorization boundary.
Battle-tested skills, agents, and tools for modern Apple OS development — Swift 6, SwiftUI, Liquid Glass, Apple Intelligence, and more. Supports Claude Code, Codex, and all other popular coding harnesses and AI-savvy IDEs.
Repo: charleswiltgen/axiom
Analyze iOS and macOS crash logs with Axiom MCP symbolication tools
Ask a question about iOS/Swift development - routes to the right Axiom skill or agent
Smart audit selector - analyzes your project and suggests relevant audits
Compare two performance traces for regressions with Axiom MCP profiling tools
Capture iOS simulator console output through Axiom MCP logging tools
Diagnose and fix Xcode build failures (Delegate to the `build-fixer` subagent)