Battle-tested Claude Code skills, agents, and tools for modern xOS (iOS, iPadOS, macOS, watchOS, tvOS) development
Parse and analyze iOS/macOS crash logs (.ips, .crash, or pasted text) to identify root cause
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
Diff two performance traces for regressions with xcprof compare
Capture iOS simulator console output (print + os_log) with xclog
Use this agent when the user mentions accessibility checking, App Store submission, code review, or WCAG compliance. Automatically runs comprehensive accessibility audit to detect VoiceOver issues, Dynamic Type violations, color contrast failures, and WCAG compliance problems - prevents App Store rejections and ensures usability for users with disabilities. <example> user: "Can you check my app for accessibility issues?" assistant: [Launches accessibility-auditor agent] </example> <example> user: "I need to submit to the App Store soon, can you review accessibility?" assistant: [Launches accessibility-auditor agent] </example> <example> user: "Review my code for accessibility compliance" assistant: [Launches accessibility-auditor agent] </example> <example> user: "Check if my UI follows WCAG guidelines" assistant: [Launches accessibility-auditor agent] </example> <example> user: "I just added new UI, can you scan for accessibility problems?" assistant: [Launches accessibility-auditor agent] </example> Explicit command: Users can also invoke this agent directly with `/axiom:audit accessibility`
Use this agent when the user mentions Xcode build failures, build errors, or environment issues. Automatically diagnoses and fixes Xcode build failures using environment-first diagnostics - saves 30+ minutes by checking zombie processes, Derived Data, SPM cache, and simulator state before code investigation. <example> user: "My build is failing with BUILD FAILED but no error details" assistant: [Automatically launches build-fixer agent] </example> <example> user: "Xcode says 'No such module' after I updated packages" assistant: [Launches build-fixer agent] </example> <example> user: "Tests passed yesterday but now they're failing and I haven't changed anything" assistant: [Launches build-fixer agent] </example> <example> user: "My app builds but it's running old code" assistant: [Launches build-fixer agent] </example> <example> user: "Getting 'Unable to boot simulator' error" assistant: [Launches build-fixer agent] </example> <example> user: "Build sometimes succeeds, sometimes fails" assistant: [Launches build-fixer agent] </example> Explicit command: Users can also invoke this agent directly with `/axiom:fix-build`
Use this agent when the user mentions slow builds, build performance, or build time optimization. Automatically scans Xcode projects for build performance optimizations - identifies slow type checking, expensive build phase scripts, suboptimal build settings, and parallelization opportunities to reduce build times by 30-50%. <example> user: "My builds are taking forever, can you help optimize?" assistant: [Automatically launches build-optimizer agent] </example> <example> user: "How can I speed up my Xcode build times?" assistant: [Launches build-optimizer agent] </example> Explicit command: Users can also invoke this agent directly with `/axiom:optimize-build`
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. Covers AVCaptureSession, photo/video recording, and audio capture. <example> user: "Can you check my camera code for issues?" assistant: [Launches camera-auditor agent] </example> <example> user: "Audit my capture implementation" assistant: [Launches camera-auditor agent] </example> <example> user: "Is my camera code following best practices?" assistant: [Launches camera-auditor agent] </example> <example> user: "Check for deprecated camera APIs" assistant: [Launches camera-auditor agent] </example> <example> user: "Review my AVFoundation capture code" assistant: [Launches camera-auditor agent] </example> Explicit command: Users can also invoke this agent directly with `/axiom:audit camera`
Use this agent when the user mentions Codable review, JSON encoding/decoding issues, data serialization audit, or modernizing legacy code. Automatically scans Swift/Objective-C for Codable safety violations — both known anti-patterns (manual JSON building, try? swallowing errors, JSONSerialization usage) AND missing/incomplete patterns (silent field drops, wrapper-hidden fallbacks, cross-file strategy drift, enum future-case crashes) — prevents silent data loss and production bugs. <example> user: "Can you check my Codable code for issues?" assistant: [Launches codable-auditor agent] </example> <example> user: "Review my JSON encoding/decoding for best practices" assistant: [Launches codable-auditor agent] </example> <example> user: "Audit my code for proper Codable usage" assistant: [Launches codable-auditor agent] </example> <example> user: "Check for JSONSerialization that should use Codable" assistant: [Launches codable-auditor agent] </example> <example> user: "Scan for try? decoder issues before release" assistant: [Launches codable-auditor agent] </example> Explicit command: Users can also invoke this agent directly with `/axiom:audit codable`
Use when fixing or auditing ANY accessibility issue — VoiceOver, Dynamic Type, color contrast, touch targets, WCAG compliance, App Store accessibility review.
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.
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.
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.
Use when writing ANY async code, actors, threads, or seeing ANY concurrency error. Covers Swift 6 concurrency, @MainActor, Sendable, data races, async/await patterns.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
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.
Axiom gives AI coding assistants deep Apple OS development expertise — the kind that prevents data loss from bad migrations, catches memory leaks before users complain, and stops you from spending 30 minutes debugging a zombie xcodebuild process.
.ips, MetricKit, and Apple's legacy .crash text crashes, with automatic dSYM discovery and pattern categorizationEvery discipline skill is TDD-tested against real developer pressure scenarios. Learn more about quality.
OS 27 in progress. Axiom is on a 27.x beta that tracks Apple's OS 27 developer betas — OS-27 coverage lands continuously through the beta season. Guidance for OS 26 and earlier stays stable.
/plugin marketplace add CharlesWiltgen/Axiom
Then search for "axiom" in the /plugin menu and install.
See the MCP setup guide.
pi install git:github.com/CharlesWiltgen/Axiom
One command installs the skills plus the /axiom-* commands and hooks. See the Pi setup guide.
See the Xcode integration guide.
Skills activate automatically based on your questions. Just ask:
"I'm getting BUILD FAILED in Xcode"
"How do I fix Swift 6 concurrency errors?"
"My app has memory leaks"
"I need to add a database column safely"
"Show me what my app is logging"
"Symbolicate this crash file"
You can also use commands directly:
/axiom:console # Capture simulator console output
/axiom:analyze-crash # Parse and triage .ips, MetricKit, or .crash reports
/axiom:fix-build # Diagnose build failures
/axiom:audit memory # Scan for memory leaks
/axiom:audit concurrency # Check for data races
/axiom:health-check # Run all relevant auditors
Full documentation, skill catalog, and guides at charleswiltgen.github.io/Axiom.
npx claudepluginhub p/charleswiltgen-axiom-claude-plugin-plugins-axiomExpert Swift 6.2 + SwiftUI for iOS 26, macOS 26, iPadOS 26, watchOS 26, visionOS 26, tvOS 26 with Liquid Glass, @Observable, actors, SwiftData inheritance
16 specialized Swift agents for Claude Code and VS Code Copilot. Covers concurrency, SwiftUI, Core ML, Foundation Models, MLX Swift, on-device AI, accessibility, security, testing, App Store review, Meta glasses SDK, SwiftData, visionOS, StoreKit 2, and performance.
Elite iOS and macOS development expertise with automatic skill activation for Swift, SwiftUI, UIKit, Xcode, and Apple frameworks plus code formatting tools
Modular iOS development automation suite. 8 workflow-specific MCP servers (600-3500 tokens) with 23 tools across Xcode, Simulator, and IDB. Enable only what you need!
161 Apple platform development skills across 23 categories (iOS, macOS, watchOS, visionOS): code generators, product workflow, App Store/ASO, testing and TDD, design, performance, security, and more. Surfaced as 23 category skills that route to the full library.
AI-powered visual testing and accessibility setup for iOS/SwiftUI apps. Build, launch in Simulator, test with computer use, detect crashes, analyze memory leaks, and add accessibility identifiers.