Battle-tested Claude Code agents, skills, and references for modern xOS (iOS, iPadOS, watchOS, tvOS) development
/plugin marketplace add CharlesWiltgen/Axiom
/plugin install axiom@CharlesWiltgen/Axiom
Ask a question about iOS/Swift development - routes to the right Axiom skill or agent
Scan for accessibility issues (launches accessibility-auditor agent)
Scan for Codable anti-patterns and JSON serialization issues (launches codable-auditor agent)
Scan for Swift 6 concurrency violations (launches concurrency-validator agent)
Scan for Core Data safety violations (launches core-data-auditor agent)
Scan for iCloud integration issues (launches icloud-auditor agent)
Find Liquid Glass adoption opportunities (launches liquid-glass-auditor agent)
Scan for memory leaks (launches memory-audit-runner agent)
Scan for deprecated networking APIs (launches networking-auditor agent)
Scan for file storage issues (launches storage-auditor agent)
Scan SwiftUI code for architectural issues (logic in view, wrapper misuse, testability) - launches swiftui-architecture-auditor
Scan SwiftUI navigation for architecture issues (launches swiftui-nav-auditor agent)
Scan SwiftUI code for performance anti-patterns (launches swiftui-performance-analyzer agent)
Scan for TextKit issues (launches textkit-auditor 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
Project health dashboard - shows environment status and suggests improvements
Launch simulator testing agent for test scenarios and visual verification
Claude Agent SDK Development Plugin
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.