axiom

skill-enhancers v0.1.6 by Charles Wiltgen

Battle-tested Claude Code skills for modern xOS (iOS, iPadOS, watchOS, tvOS) development - 13 production-ready skills covering debugging, concurrency, persistence, UI, and performance

13 Skills
MIT License
Free Pricing

Installation

Open Claude Code and run this command:

/plugin install axiom@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

Battle-tested Claude Code skills for modern xOS (iOS, iPadOS, watchOS, tvOS) development, updated with the latest iOS 26.x guidance from Apple.

13 Production-Ready TDD-Tested Skills | Version 0.1.6 | Preview Release with Examples

> Preview Release: This is an early preview of Axiom. Feedback welcome on what's working well and what's missing. Report issues or suggestions at GitHub Issues.

Components

13 skills

How It Works

Prerequisites

  • macOS (Darwin 25.2.0 or later recommended)
  • Claude Code installed
  • Xcode 26+ (for Liquid Glass, Recording UI Automation, and other latest features)
  • iOS 26+ SDK (for latest platform features)

Installation (Recommended - From Marketplace)

In Claude Code, run:


/plugin marketplace add https://charleswiltgen.github.io/Axiom/

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

Installation (Alternative - From Local Repository)


git clone https://github.com/CharlesWiltgen/Axiom.git
cd Axiom

claude --plugin-dir .

Verify Installation


claude plugin list

Using Skills

Skills are automatically suggested by Claude Code based on context, or invoke them directly:


/skill axiom:liquid-glass
/skill axiom:swiftui-performance
/skill axiom:swiftui-debugging
/skill axiom:ui-testing

/skill axiom:xcode-debugging
/skill axiom:memory-debugging
/skill axiom:build-troubleshooting
/skill axiom:performance-profiling

/skill axiom:swift-concurrency

/skill axiom:database-migration
/skill axiom:sqlitedata
/skill axiom:grdb
/skill axiom:swiftdata

Ready to use axiom?