CharlesWiltgen

60 mods across 1 repository, 1.1k stars between them.

axiom

02

CharlesWiltgen/Axiom

Plugin Claude Code

Battle-tested Claude Code skills, agents, and tools for modern xOS (iOS, iPadOS, macOS, watchOS, tvOS) development.

1.1k 3d ago A tokens not measured original MIT

CharlesWiltgen/Axiom

Agent Claude Code

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…

1.1k 3d ago A 237 tokens original MIT

build-fixer

04

CharlesWiltgen/Axiom

Agent Claude Code

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. user: "My…

1.1k 3d ago C 255 tokens original MIT

build-optimizer

05

CharlesWiltgen/Axiom

Agent Claude Code

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…

1.1k 3d ago A 141 tokens original MIT

camera-auditor

06

CharlesWiltgen/Axiom

Agent Claude Code

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. user: "Can you check my camera code for issues?" assistant…

1.1k 3d ago A 204 tokens original MIT

codable-auditor

07

CharlesWiltgen/Axiom

Agent Claude Code

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…

1.1k 3d ago A 267 tokens original MIT

concurrency-auditor

08

CharlesWiltgen/Axiom

Agent Claude Code

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. user: "Can you…

1.1k 3d ago A 144 tokens original MIT

core-data-auditor

09

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions Core Data review, schema migration, production crashes, or data safety checking. Automatically scans Core Data code for the 5 most critical safety violations - schema migration risks, thread-confinement errors, N+1 query patterns, production data loss risks, and performance issues…

1.1k 3d ago A 261 tokens original MIT

crash-analyzer

10

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user has a crash log (.ips, MetricKit JSON, legacy .crash text, .xccrashpoint bundle, or pasted text) that needs analysis. Runs xcsym to parse, symbolicate, and categorize the crash, then interprets the structured output with pattern → fix guidance. user: "Analyze this crash log" [pastes crash…

1.1k 3d ago A 214 tokens original MIT

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions database schema review, migration safety, GRDB migration audit, or SQLite schema checking. Automatically scans database migration and schema code for the 10 most critical violations - unsafe ALTER TABLE patterns, DROP operations, missing idempotency, foreign key misuse, and…

1.1k 3d ago A 249 tokens original MIT

energy-auditor

12

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions battery drain, energy optimization, power consumption audit, or pre-release energy check. Automatically scans codebase for the 8 most common energy anti-patterns - timer abuse, polling instead of push, continuous location, animation leaks, background mode misuse, network…

1.1k 3d ago A 149 tokens original MIT

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions Foundation Models review, on-device AI audit, LanguageModelSession issues, @Generable checking, or Apple Intelligence integration review. Automatically scans Foundation Models code for the 14 most critical violations - missing availability checks, main thread blocking, manual JSON…

1.1k 3d ago B 274 tokens original MIT

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions GRDB performance review, slow GRDB queries, app-group database setup audit, a ValueObservation that stopped updating, or pre-release GRDB scan. Detects raw SQL string interpolation, missing FK indexes (raw SQL), missing PRAGMA optimize for raw-GRDB apps, journal mode mismatch for…

1.1k 3d ago A 311 tokens original MIT

health-check

15

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user wants a comprehensive project-wide audit, full health check, or scan across all domains. Orchestrates multiple specialized auditors in parallel, deduplicates findings, and produces a unified report. user: "Run a health check on my project" assistant: [Launches health-check agent] user…

1.1k 3d ago A 149 tokens original MIT

iap-auditor

16

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions in-app purchase review, IAP audit, StoreKit issues, purchase bugs, transaction problems, or subscription management. Automatically audits existing IAP code to detect missing transaction.finish() calls, weak receipt validation, missing restore functionality, subscription status…

1.1k 3d ago A 246 tokens original MIT

iap-implementation

17

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user wants to add in-app purchases, implement StoreKit 2, or set up subscriptions. Implements complete IAP following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, and restore purchases. user: "Implement in-app purchases for my app"…

1.1k 3d ago A 152 tokens original MIT

icloud-auditor

18

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions iCloud sync issues, CloudKit errors, ubiquitous container problems, or asks to audit cloud sync. Automatically runs comprehensive iCloud audit to detect missing entitlement checks, unsafe file coordination, missing error handling, and CloudKit anti-patterns - prevents sync…

1.1k 3d ago A 228 tokens original MIT

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions Liquid Glass review, iOS 26 UI updates, toolbar improvements, or visual effect migration. Automatically scans SwiftUI codebase for Liquid Glass adoption opportunities - identifies views for glass effects, toolbar improvements, migration from old blur effects, and tinting…

1.1k 3d ago A 163 tokens original MIT

memory-auditor

20

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions memory leak prevention, code review for memory issues, or proactive leak checking. Automatically scans codebase for the 6 most common memory leak patterns - timer leaks, observer leaks, closure captures, delegate cycles, view callbacks, and PhotoKit accumulation. user: "Can you…

1.1k 3d ago A 135 tokens original MIT

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user wants to modernize iOS code to iOS 17/18 patterns, migrate from ObservableObject to @Observable, update @StateObject to @State, or adopt modern SwiftUI APIs. Scans for legacy patterns and provides migration paths with code examples. user: "How do I migrate from ObservableObject to…

1.1k 3d ago A 228 tokens original MIT

networking-auditor

22

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions networking review, deprecated APIs, connection issues, or App Store submission prep. Scans for deprecated networking APIs (SCNetworkReachability, CFSocket, NSStream) and anti-patterns (reachability checks, hardcoded IPs, missing error handling) - prevents App Store rejections.…

1.1k 3d ago A 149 tokens original MIT

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user wants automated performance profiling, headless Instruments analysis, or CLI-based trace collection. Records traces with xcprof and turns them into structured, honest performance reports — no Instruments GUI required. user: "Profile my app's CPU usage" assistant: [Launches…

1.1k 3d ago C 195 tokens original MIT

resize-auditor

24

CharlesWiltgen/Axiom

Agent Claude Code

Use this agent when the user mentions window resizing support, resizable-window readiness, iPhone Mirroring compatibility, scene-lifecycle migration checking, or preparing an app for the 27-cycle resizing model. Automatically scans UIKit code, Info.plist, and the scene manifest for resize-readiness violations …

1.1k 3d ago A 294 tokens original MIT