🎯

axiom-vision-diag

🎯Skill

from charleswiltgen/axiom

VibeIndex|
What it does

axiom-vision-diag skill from charleswiltgen/axiom

πŸ“¦

Part of

charleswiltgen/axiom(139 items)

axiom-vision-diag

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add CharlesWiltgen/Axiom
πŸ“– Extracted from docs: charleswiltgen/axiom
25Installs
382
-
Last UpdatedJan 28, 2026

Skill Details

SKILL.md

Overview

# Axiom

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.

What's New Recently

#### Latest (WWDC 2025 Updates)

  • SwiftUI 26 Features β€” Comprehensive guide to iOS 26 SwiftUI: Liquid Glass, WebView, AttributedString rich text, @Animatable macro, 3D charts, scene bridging, and more
  • SwiftUI Performance Enhancements β€” iOS 26 framework improvements: 6x/16x faster lists, improved scrolling, nested ScrollView optimization
  • Liquid Glass APIs β€” New iOS 26 APIs: .glassBackgroundEffect(), toolbar spacers, bottom-aligned search, search tab role
  • App Intents Integration β€” Siri, Apple Intelligence, Shortcuts, Spotlight integration with WWDC 2025-260 guidance

#### Recent Skills

  • Energy Optimization β€” Power Profiler workflows, subsystem diagnosis (CPU/GPU/Network/Location/Display), anti-pattern fixes for battery drain
  • Accessibility Audit & Debugging β€” Comprehensive WCAG compliance scanning, VoiceOver testing, Dynamic Type support, color contrast validation
  • Realm to SwiftData Migration β€” Migrate before Device Sync sunset (Sept 30, 2025) without losing user data or breaking threading patterns
  • SwiftUI Debugging β€” Solve intermittent view updates and preview crashes with diagnostic decision trees

Structure

  • plugins/ - Claude Code plugins for iOS development workflows
  • docs/ - VitePress documentation site
  • scratch/ - Local development files (not tracked in git)
  • notes/ - Personal notes (not tracked in git)

Quick Start

Prerequisites

  • macOS 15+ (Sequoia or later)
  • Claude Code ([download here](https://claude.ai/download))
  • Xcode 26+ (for Liquid Glass, Recording UI Automation, and latest iOS features)
  • iOS 26 SDK (comes with Xcode 26)

Installation

In Claude Code, run:

```

/plugin marketplace add CharlesWiltgen/Axiom

```

Then search for "axiom" in the /plugin menu and install.

Verify Installation

Use /plugin and select "Manage and install" to see installed plugins. Axiom should be listed.

Using Skills

Skills are automatically suggested by Claude Code based on your questions and context. Simply ask questions that match the skill's purpose:

#### Examples

  • "I'm getting BUILD FAILED in Xcode" β†’ activates axiom-xcode-debugging
  • "How do I fix Swift 6 concurrency errors?" β†’ activates axiom-swift-concurrency
  • "I need to add a database column safely" β†’ activates axiom-database-migration
  • "My app has memory leaks" β†’ activates axiom-memory-debugging
  • "My app drains battery quickly" β†’ activates axiom-energy
  • "Help me migrate from Realm to SwiftData" β†’ activates realm-to-swiftdata-migration

Skills Overview

UI & Design

#### axiom-liquid-glass

Apple's new material design system for iOS 26+. Comprehensive coverage of Liquid Glass visual properties, implementation patterns, and design principles.

#### Key Features

  • Expert Review Checklist β€” 7-section validation checklist for reviewing Liquid Glass implementations (material appropriateness, variant selection, legibility, layering, accessibility, performance)
  • Regular vs Clear variant decision criteria
  • Layered system architecture (highlights, shadows, glow, tinting)
  • Troubleshooting visual artifacts, dark mode issues, performance
  • Migration from UIBlurEffect/NSVisualEffectView
  • Complete API reference with code examples

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

---

#### axiom-swiftui-performance

Master SwiftUI performance optimization using the new SwiftUI Instrument in Instruments 26.

#### Key Features

  • New SwiftUI Instrument walkthrough (4 track lanes, color-coding, integration with Time Profiler)
  • **Cause &