By dorucioclea
Battle-tested Claude Code agents, skills, and references for modern xOS (iOS, iPadOS, watchOS, tvOS) development
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
Diagnose and fix Xcode build failures (launches build-fixer agent)
Scan Xcode project for build performance optimizations (launches build-optimizer agent)
Capture screenshot from booted iOS Simulator
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: "Incremental builds are slow, what can I do?" assistant: [Launches build-optimizer agent] </example> <example> user: "How can I speed up my Xcode build times?" assistant: [Launches build-optimizer agent] </example> <example> user: "Build time increased after adding new dependencies" assistant: [Launches build-optimizer agent] </example> Explicit command: Users can also invoke this agent directly with `/axiom:optimize-build`
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 anti-patterns (manual JSON building, try? swallowing errors, JSONSerialization usage) and date handling issues - 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 this agent when the user mentions concurrency checking, Swift 6 compliance, data race prevention, or async code review. Automatically scans Swift code for Swift 6 strict concurrency violations - detects unsafe Task captures, missing @MainActor, Sendable violations, and actor isolation problems to prevent data races. <example> user: "Can you check my code for Swift 6 concurrency issues?" assistant: [Launches concurrency-auditor agent] </example> <example> user: "I'm getting data race warnings, can you scan for concurrency violations?" assistant: [Launches concurrency-auditor agent] </example> <example> user: "Review my async code for concurrency safety" assistant: [Launches concurrency-auditor agent] </example> <example> user: "Check if my code is ready for Swift 6 strict concurrency" assistant: [Launches concurrency-auditor agent] </example> <example> user: "I just added async/await code, can you validate it?" assistant: [Launches concurrency-auditor agent] </example> Explicit command: Users can also invoke this agent directly with `/axiom:audit concurrency`
Use when encountering "Unable to simultaneously satisfy constraints" errors, constraint conflicts, ambiguous layout warnings, or views positioned incorrectly - systematic debugging workflow for Auto Layout issues in iOS
Reference — AVFoundation audio APIs, AVAudioSession categories/modes, AVAudioEngine pipelines, bit-perfect DAC output, iOS 26+ spatial audio capture, ASAF/APAC, Audio Mix with Cinematic framework
Use when implementing widgets, Live Activities, Control Center controls, or app extensions - comprehensive API reference for WidgetKit, ActivityKit, App Groups, and extension lifecycle for iOS 14+
Use when app feels slow, memory grows, battery drains, or diagnosing ANY performance issue. Covers memory leaks, profiling, Instruments workflows, retain cycles, performance optimization.
Use when writing ANY test, debugging flaky tests, making tests faster, or asking about Swift Testing vs XCTest. Covers unit tests, UI tests, fast tests without simulator, async testing, test architecture.
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.
Battle-tested Claude Code skills, commands, and references for modern xOS (iOS, iPadOS, tvOS, watchOS) development — Swift 6, SwiftUI, Liquid Glass, Apple Intelligence, and more.
.glassBackgroundEffect(), toolbar spacers, bottom-aligned search, search tab roleplugins/ - Claude Code plugins for iOS development workflowsdocs/ - VitePress documentation sitescratch/ - Local development files (not tracked in git)notes/ - Personal notes (not tracked in git)In Claude Code, run:
/plugin marketplace add CharlesWiltgen/Axiom
Then search for "axiom" in the /plugin menu and install.
Use /plugin and select "Manage and install" to see installed plugins. Axiom should be listed.
Skills are automatically suggested by Claude Code based on your questions and context. Simply ask questions that match the skill's purpose:
xcode-debuggingswift-concurrencydatabase-migrationmemory-debuggingenergyrealm-to-swiftdata-migrationliquid-glassApple's new material design system for iOS 26+. Comprehensive coverage of Liquid Glass visual properties, implementation patterns, and design principles.
When to use Implementing Liquid Glass effects, reviewing UI for adoption, debugging visual artifacts, requesting expert review of implementations
Requirements iOS 26+, Xcode 26+
Command /audit-liquid-glass for quick automated codebase scanning
swiftui-performanceMaster SwiftUI performance optimization using the new SwiftUI Instrument in Instruments 26.
When to use App feels less responsive, animations stutter, scrolling performance issues, profiling reveals SwiftUI bottlenecks
Requirements Xcode 26+, iOS 26+ SDK
swiftui-26-refComprehensive reference guide to all iOS 26 SwiftUI features from WWDC 2025-256.
npx claudepluginhub p/dorucioclea-axiom-claude-plugin-plugins-axiomEvidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Find security misconfigurations
Assist with security incident response
Analyze code coverage metrics, identify untested code, and generate comprehensive coverage reports
Scan codebase for exposed secrets, API keys, passwords, and sensitive credentials
Intelligent travel assistant with real-time weather, currency conversion, timezone info, and AI-powered itinerary planning. Your complete travel companion.