home / skills / charleswiltgen

charleswiltgen skills

Find 144 skills from 1 repo created by charleswiltgen on GitHub.

1 repo
144 skills
GitHub

Sponsored

axiom-display-performance

charleswiltgen/axiom

470
This skill helps you diagnose and fix ProMotion frame pacing issues by configuring render loops, telemetry, and system caps for smooth rendering.
axiom-energy-diag

charleswiltgen/axiom

470
This skill helps you diagnose energy issues in iOS apps using symptom-driven decision trees and time-cost analysis to pinpoint fixes.
axiom-deep-link-debugging

charleswiltgen/axiom

470
This skill enables debug-only deep links to navigate to specific screens and states during testing, speeding automation and simulator workflows.
axiom-extensions-widgets-ref

charleswiltgen/axiom

470
This skill helps you implement and reason about Apple widgets and extensions across iOS 14+ using WidgetKit, ActivityKit, and App Groups.
axiom-foundation-models

charleswiltgen/axiom

470
This skill helps you implement on-device AI with Foundation Models, ensuring structured outputs, streaming, and safe tooling on Apple platforms.
axiom-app-composition

charleswiltgen/axiom

470
This skill helps you structure app entry, manage authentication flow, and orchestrate root view transitions to reduce flicker and improve UX.
axiom-uikit-animation-debugging

charleswiltgen/axiom

470
This skill helps you diagnose and fix CAAnimation issues on real devices by guiding pattern-based debugging and device-aware timing.
axiom-axe-ref

charleswiltgen/axiom

470
This skill automates iOS Simulator UI tasks using AXe accessibility-based tapping, describe-ui inspection, and precise element targeting to speed testing.
axiom-build-performance

charleswiltgen/axiom

470
This skill helps you reduce Xcode build times by diagnosing bottlenecks, enabling caching, and applying incremental-build optimizations across CI and local
axiom-camera-capture-ref

charleswiltgen/axiom

470
This skill helps you master iOS camera workflows by guiding configuration, capture settings, rotation, and session management for sharp photos.
axiom-cloud-sync-diag

charleswiltgen/axiom

470
This skill helps you diagnose iCloud sync issues across CloudKit and iCloud Drive by guiding configuration, connectivity, and timing fixes.
axiom-core-location-ref

charleswiltgen/axiom

470
This skill helps you integrate modern Core Location APIs (CLLocationUpdate, CLMonitor, CLServiceSession) for geofencing, background location, and authorization
axiom-avfoundation-ref

charleswiltgen/axiom

470
This skill helps you leverage AVFoundation and iOS 26+ spatial audio features for high-fidelity audio sessions, engines, and APAC.
axiom-build-debugging

charleswiltgen/axiom

470
This skill helps you diagnose iOS dependency and build configuration issues, avoiding quick fixes and guiding precise, evidence-based resolutions.
axiom-cloud-sync

charleswiltgen/axiom

470
This skill guides you to choose between CloudKit and iCloud Drive, implementing offline-first sync and robust conflict resolution to prevent data loss.
axiom-core-location-diag

charleswiltgen/axiom

470
This skill helps diagnose Core Location issues across updates, background, authorization, geofence, and accuracy to speed fixes.
axiom-database-migration

charleswiltgen/axiom

470
This skill helps you implement safe, additive, idempotent database migrations for SQLite/GRDB in iOS/macOS apps, preventing data loss.
axiom-now-playing-carplay

charleswiltgen/axiom

470
This skill helps you implement CarPlay now playing integration by leveraging existing iOS MPNowPlayingInfoCenter and MPRemoteCommandCenter code.
axiom-extensions-widgets

charleswiltgen/axiom

470
This skill helps you implement and debug iOS widgets and Live Activities by enforcing correct timeline, data sharing, and lifecycle patterns.
axiom-haptics

charleswiltgen/axiom

470
This skill helps you implement and debug haptic feedback across UIFeedbackGenerator and Core Haptics for synchronized audio-haptics.
axiom-hig

charleswiltgen/axiom

470
This skill helps you decide design choices and verify HIG compliance for colors, typography, backgrounds, and layouts with quick, actionable guidelines.
axiom-icloud-drive-ref

charleswiltgen/axiom

470
This skill guides implementing iCloud Drive file sync with ubiquitous containers, coordinating read/write safely and handling conflicts for document-based apps.
axiom-ios-build

charleswiltgen/axiom

470
This skill diagnoses iOS build, environment, and Xcode issues before debugging code, guiding you to the right specialized router.
coreml-diag

charleswiltgen/axiom

470
This skill helps you diagnose CoreML load, performance, memory, and accuracy issues across devices, guiding targeted fixes and optimizations.
axiom-networking-diag

charleswiltgen/axiom

470
This skill provides systematic Network.framework diagnostics to quickly identify root causes of connection timeouts, TLS failures, or data flow issues.
axiom-ios-testing

charleswiltgen/axiom

470
This skill helps you write faster, reliable iOS tests by routing questions to swift-testing, ui-testing, and async testing patterns.
axiom-metal-migration-ref

charleswiltgen/axiom

470
This skill helps you migrate OpenGL, DirectX, and GLSL shaders to Metal by mapping types, shaders, and pipelines for iOS and macOS.
axiom-swiftui-nav-ref

charleswiltgen/axiom

470
This skill helps you master SwiftUI navigation using NavigationStack, NavigationSplitView, and deep linking across iOS 16+ to iOS 26+ features.
axiom-swiftui-layout

charleswiltgen/axiom

470
This skill helps you build SwiftUI layouts that adapt to available space and window shapes, not device assumptions, across iPadOS and iOS 26.
axiom-performance-profiling

charleswiltgen/axiom

470
This skill helps you choose the right profiling tool, run time profiler or allocations, and interpret results to improve app performance.
axiom-storekit-ref

charleswiltgen/axiom

470
This skill helps you navigate StoreKit 2 API references, enabling efficient integration of products, transactions, and subscriptions with iOS 18.4 enhancements.
axiom-sqlitedata-migration

charleswiltgen/axiom

470
This skill guides migrating from SwiftData to SQLiteData, offering decision logic, pattern mappings, code examples, and gradual migration strategies.
axiom-storage-diag

charleswiltgen/axiom

470
This skill helps diagnose local file storage issues by guiding location, protection, backup, and existence checks to prevent data loss.
axiom-xctest-automation

charleswiltgen/axiom

470
This skill helps you write, run, and debug XCUITests efficiently by applying stable element queries, wait strategies, and clean test isolation.
axiom-storage

charleswiltgen/axiom

470
This skill guides you through choosing storage formats and locations for iOS apps, helping you decide between SwiftData, files, local, and cloud options.
axiom-swiftdata-migration

charleswiltgen/axiom

470
This skill guides you through SwiftData custom migrations, enabling safe property type changes, relationship preservation, and real-device validated testing.
axiom-ui-recording

charleswiltgen/axiom

470
This skill helps you record, replay, and review UI tests in Xcode 26, improving stability and multi-configuration coverage.
axiom-xcode-debugging

charleswiltgen/axiom

470
This skill guides environment-first Xcode diagnostics to fix build failures, simulator issues, and stale Derived Data, saving time before code debugging.
axiom-assume-isolated

charleswiltgen/axiom

470
This skill helps you safely access actor-isolated state synchronously when you know the correct isolation, reducing async overhead.
axiom-apple-docs

charleswiltgen/axiom

470
This skill helps you fetch authoritative Apple API details and Swift diagnostics from bundled docs to ensure correct usage and diagnostics.
axiom-background-processing

charleswiltgen/axiom

470
This skill helps you debug and optimize iOS background tasks with BGTaskScheduler, registration checks, and Swift 6 cancellation patterns.
axiom-ios-concurrency

charleswiltgen/axiom

470
This skill helps you resolve Swift 6 concurrency issues and optimize async code across actors, MainActor, and Sendable with safe patterns.
axiom-ios-ml

charleswiltgen/axiom

470
This skill implements on-device speech-to-text with SpeechAnalyzer, delivering live and file transcription while preserving timing and privacy.
coreml

charleswiltgen/axiom

470
This skill helps you deploy on-device CoreML models, optimize conversion and compression, and manage KV-cache and multi-function adapters.
speech

charleswiltgen/axiom

470
Use when implementing speech-to-text, live transcription, or audio transcription. Covers SpeechAnalyzer (iOS 26+), SpeechTranscriber, volatile/finalized results, AssetInventory model management, audio format handling.
axiom-realitykit

charleswiltgen/axiom

470
This skill helps you build AR and 3D RealityKit experiences with ECS architecture, SwiftUI integration, and performance optimizations.
axiom-now-playing-musickit

charleswiltgen/axiom

470
This skill helps you rely on MusicKit to auto-update Now Playing info when playing Apple Music content, avoiding manual overrides.
axiom-spritekit-ref

charleswiltgen/axiom

470
This skill helps you quickly reference SpriteKit APIs, node types, physics, actions, and textures to accelerate iOS game development.
axiom-scenekit

charleswiltgen/axiom

470
This skill helps maintain SceneKit code and plan migration to RealityKit, covering scene graph, materials, physics, animation, and SwiftUI integration.
axiom-app-shortcuts-ref

charleswiltgen/axiom

470
This skill helps you implement App Shortcuts for instant Siri/Spotlight availability and dynamic updates across iOS 16+.
axiom-ios-ui

charleswiltgen/axiom

470
This skill helps you diagnose and fix iOS UI issues across SwiftUI and UIKit, improving layout, navigation, and performance.
axiom-accessibility-diag

charleswiltgen/axiom

470
This skill provides accessibility diagnostics for iOS/macOS apps, guiding fixes for VoiceOver, Dynamic Type, contrast, touch targets, keyboard navigation, and
axiom-app-discoverability

charleswiltgen/axiom

470
This skill helps you boost iOS app discoverability by coordinating App Intents, Shortcuts, Core Spotlight, and NSUserActivity across surfaces.
axiom-app-intents-ref

charleswiltgen/axiom

470
This skill helps you integrate App Intents for Siri, Shortcuts, and Spotlight, exposing actions, entities, and parameters across iOS ecosystems.
axiom-app-store-connect-ref

charleswiltgen/axiom

470
This skill helps you master App Store Connect crash analysis and TestFlight feedback workflows for efficient metrics, exports, and triage.
axiom-apple-docs-research

charleswiltgen/axiom

470
This skill helps you research Apple frameworks and WWDC transcripts efficiently by guiding you to full transcripts, code samples, and official docs via Chrome.
axiom-auto-layout-debugging

charleswiltgen/axiom

470
This skill guides systematic Auto Layout debugging for iOS by diagnosing constraint errors, ambiguous layouts, and misaligned views to reduce debugging time.
axiom-background-processing-ref

charleswiltgen/axiom

470
This skill helps developers implement and troubleshoot iOS background processing using BGTaskScheduler and related APIs with WWDC examples.
axiom-background-processing-diag

charleswiltgen/axiom

470
This skill guides you through symptom-based background task diagnostics with actionable steps and time-cost analysis to diagnose and fix iOS background tasks.
axiom-camera-capture-diag

charleswiltgen/axiom

470
This skill helps you diagnose iOS AVFoundation camera issues by guiding threading, session state, permissions, and rotation fixes.
axiom-camera-capture

charleswiltgen/axiom

470
This skill helps you implement a production-ready camera capture UX with AVFoundation, including session management, rotation handling, and zero-lag photo
axiom-cloudkit-ref

charleswiltgen/axiom

470
This skill helps implement robust CloudKit sync across SwiftData, CKSyncEngine, and Raw APIs, guiding database setup, conflict resolution, and monitoring.
axiom-concurrency-profiling

charleswiltgen/axiom

470
This skill helps diagnose and optimize Swift async/await performance by profiling concurrency in Instruments, identifying actor contention and thread pool
axiom-codable

charleswiltgen/axiom

470
This skill helps you master Swift Codable patterns with automatic synthesis, CodingKeys, and robust date handling for reliable JSON encoding and decoding.
axiom-core-data

charleswiltgen/axiom

470
This skill guides choosing Core Data over SwiftData, sets up the stack, models relationships, and avoids concurrency issues across iOS versions.
axiom-core-location

charleswiltgen/axiom

470
This skill helps you implement robust Core Location patterns, preventing battery drain and background failures while improving accuracy and user consent
axiom-core-data-diag

charleswiltgen/axiom

470
This skill helps you diagnose Core Data issues and optimize migrations with safety-first patterns across devices for reliable applications.
axiom-in-app-purchases

charleswiltgen/axiom

470
This skill helps you implement robust, testable in-app purchases with StoreKit 2, centralizing logic, validation, and restoration for all product types.
axiom-energy

charleswiltgen/axiom

470
This skill helps you diagnose and reduce energy drain by guiding Power Profiler, subsystem targeting, and anti-pattern fixes for iOS devices.
axiom-energy-ref

charleswiltgen/axiom

470
This skill guides iOS energy optimization with Power Profiler workflows, timers, network, location, and background APIs, using WWDC examples to reduce power
axiom-file-protection-ref

charleswiltgen/axiom

470
This skill helps you implement and reason about iOS file protection levels to keep data secure on device and at rest.
axiom-foundation-models-ref

charleswiltgen/axiom

470
This skill helps you integrate on-device foundation models with safe structured outputs, streaming, and WWDC code examples for robust iOS development.
axiom-getting-started

charleswiltgen/axiom

470
This skill guides you through a quick onboarding to discover the most relevant Axiom skills for your project and focus.
axiom-hang-diagnostics

charleswiltgen/axiom

470
This skill helps diagnose and resolve app hangs by guiding main thread analysis, profiling, and targeted fixes from Organizer, MetricKit, or Time Profiler.
axiom-hig-ref

charleswiltgen/axiom

470
This skill helps you apply Apple HIG guidance for colors, typography, and dynamics to build accessible, consistent iOS interfaces.
axiom-ios-accessibility

charleswiltgen/axiom

470
This skill helps you audit and fix iOS accessibility issues across VoiceOver, Dynamic Type, color contrast, and App Store readiness.
axiom-ios-games

charleswiltgen/axiom

470
This skill guides building 2D or 3D iOS games with SpriteKit, SceneKit, or RealityKit, covering architecture, input, rendering, and performance optimizations.
axiom-ios-data

charleswiltgen/axiom

470
This skill guides data persistence decisions and migrations across iOS storage, CloudKit, and Codable, ensuring safe, scalable data management.
axiom-ios-ai

charleswiltgen/axiom

470
This skill helps implement Apple Intelligence and on-device AI using Foundation Models, LanguageModelSession, and Generable for structured output.
axiom-ios-graphics

charleswiltgen/axiom

470
This skill helps you optimize and migrate GPU rendering on iOS with Metal, shaders, and RealityKit, improving performance and visuals.
axiom-ios-performance

charleswiltgen/axiom

470
This skill helps identify and resolve iOS performance issues, from memory leaks to profiling, optimizing app responsiveness and battery life.
axiom-liquid-glass

charleswiltgen/axiom

470
This skill helps you implement, review, and troubleshoot Liquid Glass to ensure legible, adaptive, high-performance UI across Apple platforms.
axiom-localization

charleswiltgen/axiom

470
This skill helps you localize apps using String Catalogs, handle plurals and RTL, and migrate from legacy files with type-safe symbols.
axiom-metal-migration

charleswiltgen/axiom

470
This skill guides migration from OpenGL/DirectX to Metal, planning phased rewrites, evaluating translation layers, and optimizing for Apple platforms.
axiom-liquid-glass-ref

charleswiltgen/axiom

470
This skill guides planning and auditing Liquid Glass adoption across an app, ensuring compatibility, accessibility, and platform-specific visual updates.
axiom-networking

charleswiltgen/axiom

470
This skill helps you implement robust Network.framework connections and diagnose failures across iOS 12-26+ with structured concurrency patterns.
axiom-metrickit-ref

charleswiltgen/axiom

470
This skill helps you integrate MetricKit data, parse metrics and diagnostics, and export insights to diagnose performance issues on Apple platforms.
axiom-network-framework-ref

charleswiltgen/axiom

470
This skill helps you master Network.framework usage across iOS 12-26 with TLV, coder, and migration guidance to optimize connectivity and performance.
axiom-metal-migration-diag

charleswiltgen/axiom

470
This skill guides Metal porting diagnosis from black screens to shader errors, helping you quickly fix issues and restore correct rendering.
axiom-networking-legacy

charleswiltgen/axiom

470
This skill helps you implement and migrate legacy NWConnection patterns on iOS 12-25, guiding TLS, completion handlers, and UDP batching for backward
axiom-now-playing

charleswiltgen/axiom

470
This skill helps diagnose and fix Now Playing issues on iOS 18+, ensuring metadata appears, controls respond, artwork correct, and state stays in sync.
axiom-networking-migration

charleswiltgen/axiom

470
This skill helps migrate iOS networking code across BSD sockets NWConnection NetworkConnection and URLSession StreamTask, improving performance and reliability.
axiom-ownership-conventions

charleswiltgen/axiom

470
This skill helps you optimize large value type performance by applying explicit borrowing and consuming ownership to reduce copies and ARC traffic.
axiom-photo-library

charleswiltgen/axiom

470
This skill guides you to implement photo library access with PHPicker and PhotosPicker, handling limited access and saving media to the camera roll.
axiom-photo-library-ref

charleswiltgen/axiom

470
This skill helps you integrate and use iOS photo library APIs in SwiftUI and UIKit to select, load, and save images efficiently.
axiom-realitykit-diag

charleswiltgen/axiom

470
This skill guides rapid RealityKit diagnostics for visibility, tracking, gestures, performance, materials, and multiplayer sync to reduce debugging time.
axiom-realitykit-ref

charleswiltgen/axiom

470
This skill helps you quickly access and understand RealityKit API references for entities, components, materials, physics, animation, and accessibility.
axiom-privacy-ux

charleswiltgen/axiom

470
This skill helps you implement privacy manifests, ATT UX, and Privacy Nutrition Labels with just-in-time permissions for compliant, user-friendly apps.
axiom-spritekit

charleswiltgen/axiom

470
This skill helps you develop reliable SpriteKit games by mastering scene management, physics, actions, and rendering optimizations.
axiom-scenekit-ref

charleswiltgen/axiom

470
This skill maps SceneKit concepts to RealityKit equivalents, guiding migration, API references, and scene graph translations for efficient iOS software