axiom-analyze-crash
Analyze iOS and macOS crash logs with Axiom MCP symbolication tools
Migrate legacy iOS patterns to modern equivalents (Delegate to the `modernization-helper` subagent)
> /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-modernizeContext preview
What this command does when you run it.
Migrate legacy iOS patterns to modern equivalents (Delegate to the `modernization-helper` subagent)
name: axiom-modernize description: "Migrate legacy iOS patterns to modern equivalents (Delegate to the `modernization-helper` subagent)"
Delegate to the **modernization-helper** subagent to find legacy patterns and give you the migration path for each.
Shorthand for `/axiom-audit` modernization — same agent, fewer keystrokes.
The agent will: 1. Scan for `ObservableObject` / `@Published` that should become `@Observable` 2. Find `@StateObject` and `@ObservedObject` that should become `@State` / `@Bindable` 3. Flag deprecated SwiftUI APIs still in use, with their replacements 4. Identify UIKit patterns that have a modern SwiftUI or scene-lifecycle equivalent 5. Give a migration path per finding rather than a bare list, so you can adopt incrementally
You can also trigger this agent by saying:
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)