🎯

axiom-grdb

🎯Skill

from charleswiltgen/axiom

VibeIndex|
What it does

Helps developers efficiently manage and interact with SQLite databases in Swift using GRDB, providing optimized database migration, querying, and persistence strategies.

axiom-grdb

Installation

Install skill:
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-grdb
10
AddedJan 27, 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 &

More from this repository10

🎯
axiom-swiftui-gestures🎯Skill

Provides comprehensive guidance and code patterns for implementing advanced gesture recognition and handling in SwiftUI applications.

🎯
axiom-liquid-glass-ref🎯Skill

axiom-liquid-glass-ref skill from charleswiltgen/axiom

🎯
axiom-objc-block-retain-cycles🎯Skill

Detects and helps resolve Objective-C block retain cycles by identifying potential memory management issues and suggesting safe weak/strong reference patterns.

🎯
axiom-core-location-diag🎯Skill

Diagnoses and troubleshoots location service performance, energy consumption, and potential configuration issues in iOS/macOS core location implementations.

🎯
axiom-xctrace-ref🎯Skill

Provides comprehensive reference and diagnostic guidance for analyzing Xcode trace files and performance profiling data for iOS app development.

🎯
axiom-core-data🎯Skill

Provides diagnostic and migration guidance for Core Data persistence, helping developers resolve data model conflicts, optimize performance, and transition between Core Data versions.

🎯
axiom-concurrency-profiling🎯Skill

Profiles and diagnoses concurrency performance bottlenecks, thread contention, and race conditions in Swift concurrent code using advanced runtime analysis techniques.

🎯
axiom-file-protection-ref🎯Skill

Provides reference implementations and best practices for securing and protecting files in iOS/macOS applications using system-level file protection mechanisms.

🎯
axiom-photo-library-ref🎯Skill

Provides comprehensive reference and guidance for managing photo libraries in modern iOS/iPadOS development, covering SwiftUI photo handling, metadata management, and best practices.

🎯
axiom-xctest-automation🎯Skill

Generates and manages XCTest automation scripts, providing intelligent test case generation, mocking, and performance optimization for iOS and macOS unit and UI testing.