Content & Writing

Page 28 of 62

Browse skills in this category.

4461 skills · Showing 1945-2016
Sort by:

sqlc

Content & Writing

by kalbasit

Working with sqlc and database queries

239
Jan 19, 2026, 04:46 AM

axiom-accessibility-diag

Content & Writing

by CharlesWiltgen

Use when fixing VoiceOver issues, Dynamic Type violations, color contrast failures, touch target problems, keyboard navigation gaps, or Reduce Motion support - comprehensive accessibility diagnostics with WCAG compliance, Accessibility Inspector workflows, and App Store Review preparation for iOS/macOS

238
Jan 16, 2026, 03:16 PM

axiom-app-composition

Content & Writing

by CharlesWiltgen

Use when structuring app entry points, managing authentication flows, switching root views, handling scene lifecycle, or asking 'how do I structure my @main', 'where does auth state live', 'how do I prevent screen flicker on launch', 'when should I modularize' - app-level composition patterns for iOS 26+

238
Jan 16, 2026, 03:16 PM

axiom-app-discoverability

Content & Writing

by CharlesWiltgen

Use when making app surface in Spotlight search, Siri suggestions, or system experiences - covers the 6-step strategy combining App Intents, App Shortcuts, Core Spotlight, and NSUserActivity to feed the system metadata for iOS 16+

238
Jan 16, 2026, 03:16 PM

axiom-app-intents-ref

Content & Writing

by CharlesWiltgen

Use when integrating App Intents for Siri, Apple Intelligence, Shortcuts, Spotlight, or system experiences - covers AppIntent, AppEntity, parameter handling, entity queries, background execution, authentication, and debugging common integration issues for iOS 16+

238
Jan 16, 2026, 03:16 PM

axiom-app-shortcuts-ref

Content & Writing

by CharlesWiltgen

Use when implementing App Shortcuts for instant Siri/Spotlight availability, configuring AppShortcutsProvider, adding suggested phrases, or debugging shortcuts not appearing - covers complete App Shortcuts API for iOS 16+

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Reference for App Store Connect crash analysis, TestFlight feedback, metrics dashboards, and data export workflows

238
Jan 16, 2026, 03:16 PM

axiom-apple-docs-research

Content & Writing

by CharlesWiltgen

Use when researching Apple frameworks, APIs, or WWDC sessions - provides techniques for retrieving full transcripts, code samples, and documentation using Chrome browser and sosumi.ai

238
Jan 16, 2026, 03:16 PM

axiom-assume-isolated

Content & Writing

by CharlesWiltgen

Use when needing synchronous actor access in tests, legacy delegate callbacks, or performance-critical code. Covers MainActor.assumeIsolated, @preconcurrency protocol conformances, crash behavior, Task vs assumeIsolated.

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when encountering "Unable to simultaneously satisfy constraints" errors, constraint conflicts, ambiguous layout warnings, or views positioned incorrectly - systematic debugging workflow for Auto Layout issues in iOS

238
Jan 16, 2026, 03:16 PM

axiom-avfoundation-ref

Content & Writing

by CharlesWiltgen

Reference — AVFoundation audio APIs, AVAudioSession categories/modes, AVAudioEngine pipelines, bit-perfect DAC output, iOS 26+ spatial audio capture, ASAF/APAC, Audio Mix with Cinematic framework

238
Jan 16, 2026, 03:16 PM

axiom-axe-ref

Content & Writing

by CharlesWiltgen

Use when automating iOS Simulator UI interactions beyond simctl capabilities. Reference for AXe CLI covering accessibility-based tapping, gestures, text input, screenshots, video recording, and UI tree inspection.

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when implementing BGTaskScheduler, debugging background tasks that never run, understanding why tasks terminate early, or testing background execution - systematic task lifecycle management with proper registration, expiration handling, and Swift 6 cancellation patterns

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Symptom-based background task troubleshooting - decision trees for 'task never runs', 'task terminates early', 'works in dev not prod', 'handler not called', with time-cost analysis for each diagnosis path

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Complete background task API reference - BGTaskScheduler, BGAppRefreshTask, BGProcessingTask, BGContinuedProcessingTask (iOS 26), beginBackgroundTask, background URLSession, with all WWDC code examples

238
Jan 16, 2026, 03:16 PM

axiom-build-debugging

Content & Writing

by CharlesWiltgen

Use when encountering dependency conflicts, CocoaPods/SPM resolution failures, "Multiple commands produce" errors, or framework version mismatches - systematic dependency and build configuration debugging for iOS projects. Includes pressure scenario guidance for resisting quick fixes under time constraints

238
Jan 16, 2026, 03:16 PM

axiom-build-performance

Content & Writing

by CharlesWiltgen

Use when build times are slow, investigating build performance, analyzing Build Timeline, identifying type checking bottlenecks, enabling compilation caching, or optimizing incremental builds - comprehensive build optimization workflows including Xcode 26 compilation caching

238
Jan 16, 2026, 03:16 PM

axiom-camera-capture

Content & Writing

by CharlesWiltgen

AVCaptureSession, camera preview, photo capture, video recording, RotationCoordinator, session interruptions, deferred processing, capture responsiveness, zero-shutter-lag, photoQualityPrioritization, front camera mirroring

238
Jan 16, 2026, 03:16 PM

axiom-camera-capture-diag

Content & Writing

by CharlesWiltgen

camera freezes, preview rotated wrong, capture slow, session interrupted, black preview, front camera mirrored, camera not starting, AVCaptureSession errors, startRunning blocks, phone call interrupts camera

238
Jan 16, 2026, 03:16 PM

axiom-camera-capture-ref

Content & Writing

by CharlesWiltgen

Reference — AVCaptureSession, AVCapturePhotoSettings, AVCapturePhotoOutput, RotationCoordinator, photoQualityPrioritization, deferred processing, AVCaptureMovieFileOutput, session presets, capture device APIs

238
Jan 16, 2026, 03:16 PM

axiom-cloud-sync

Content & Writing

by CharlesWiltgen

Use when choosing between CloudKit vs iCloud Drive, implementing reliable sync, handling offline-first patterns, or designing sync architecture - prevents common sync mistakes that cause data loss

238
Jan 16, 2026, 03:16 PM

axiom-cloud-sync-diag

Content & Writing

by CharlesWiltgen

Use when debugging 'file not syncing', 'CloudKit error', 'sync conflict', 'iCloud upload failed', 'ubiquitous item error', 'data not appearing on other devices', 'CKError', 'quota exceeded' - systematic iCloud sync diagnostics for both CloudKit and iCloud Drive

238
Jan 16, 2026, 03:16 PM

axiom-cloudkit-ref

Content & Writing

by CharlesWiltgen

Use when implementing 'CloudKit sync', 'CKSyncEngine', 'CKRecord', 'CKDatabase', 'SwiftData CloudKit', 'shared database', 'public database', 'CloudKit zones', 'conflict resolution' - comprehensive CloudKit database APIs and modern sync patterns reference

238
Jan 16, 2026, 03:16 PM

axiom-codable

Content & Writing

by CharlesWiltgen

Use when working with Codable protocol, JSON encoding/decoding, CodingKeys customization, enum serialization, date strategies, custom containers, or encountering "Type does not conform to Decodable/Encodable" errors - comprehensive Codable patterns and anti-patterns for Swift 6.x

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when profiling async/await performance, diagnosing actor contention, or investigating thread pool exhaustion. Covers Swift Concurrency Instruments template, task visualization, actor contention analysis, thread pool debugging.

238
Jan 16, 2026, 03:16 PM

axiom-core-data-diag

Content & Writing

by CharlesWiltgen

Use when debugging schema migration crashes, concurrency thread-confinement errors, N+1 query performance, SwiftData to Core Data bridging, or testing migrations without data loss - systematic Core Data diagnostics with safety-first migration patterns

238
Jan 16, 2026, 03:16 PM

axiom-core-location

Content & Writing

by CharlesWiltgen

Use for Core Location implementation patterns - authorization strategy, monitoring strategy, accuracy selection, background location

238
Jan 16, 2026, 03:16 PM

axiom-core-location-diag

Content & Writing

by CharlesWiltgen

Use for Core Location troubleshooting - no location updates, background location broken, authorization denied, geofence not triggering

238
Jan 16, 2026, 03:16 PM

axiom-core-location-ref

Content & Writing

by CharlesWiltgen

Use for Core Location API reference - CLLocationUpdate, CLMonitor, CLServiceSession, authorization, background location, geofencing

238
Jan 16, 2026, 03:16 PM

axiom-core-spotlight-ref

Content & Writing

by CharlesWiltgen

Use when indexing app content for Spotlight search, using NSUserActivity for prediction/handoff, or choosing between CSSearchableItem and IndexedEntity - covers Core Spotlight framework and NSUserActivity integration for iOS 9+

238
Jan 16, 2026, 03:16 PM

axiom-database-migration

Content & Writing

by CharlesWiltgen

Use when adding/modifying database columns, encountering "FOREIGN KEY constraint failed", "no such column", "cannot add NOT NULL column" errors, or creating schema migrations for SQLite/GRDB/SQLiteData - prevents data loss with safe migration patterns and testing workflows for iOS/macOS apps

238
Jan 16, 2026, 03:16 PM

axiom-deep-link-debugging

Content & Writing

by CharlesWiltgen

Use when adding debug-only deep links for testing, enabling simulator navigation to specific screens, or integrating with automated testing workflows - enables closed-loop debugging without production deep link implementation

238
Jan 16, 2026, 03:16 PM

axiom-display-performance

Content & Writing

by CharlesWiltgen

Use when app runs at unexpected frame rate, stuck at 60fps on ProMotion, frame pacing issues, or configuring render loops. Covers MTKView, CADisplayLink, CAMetalDisplayLink, frame pacing, hitches, system caps.

238
Jan 16, 2026, 03:16 PM

axiom-energy

Content & Writing

by CharlesWiltgen

Use when app drains battery, device gets hot, users report energy issues, or auditing power consumption - systematic Power Profiler diagnosis, subsystem identification (CPU/GPU/Network/Location/Display), anti-pattern fixes for iOS/iPadOS

238
Jan 16, 2026, 03:16 PM

axiom-energy-diag

Content & Writing

by CharlesWiltgen

Symptom-based energy troubleshooting - decision trees for 'app at top of battery settings', 'phone gets hot', 'background drain', 'high cellular usage', with time-cost analysis for each diagnosis path

238
Jan 16, 2026, 03:16 PM

axiom-energy-ref

Content & Writing

by CharlesWiltgen

Complete energy optimization API reference - Power Profiler workflows, timer/network/location/background APIs, iOS 26 BGContinuedProcessingTask, MetricKit monitoring, with all WWDC code examples

238
Jan 16, 2026, 03:16 PM

axiom-extensions-widgets

Content & Writing

by CharlesWiltgen

Use when implementing widgets, Live Activities, or Control Center controls - enforces correct patterns for timeline management, data sharing, and extension lifecycle to prevent common crashes and memory issues

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when implementing widgets, Live Activities, Control Center controls, or app extensions - comprehensive API reference for WidgetKit, ActivityKit, App Groups, and extension lifecycle for iOS 14+

238
Jan 16, 2026, 03:16 PM

axiom-file-protection-ref

Content & Writing

by CharlesWiltgen

Use when asking about 'FileProtectionType', 'file encryption iOS', 'NSFileProtection', 'data protection', 'secure file storage', 'encrypt files at rest', 'complete protection', 'file security' - comprehensive reference for iOS file encryption and data protection APIs

238
Jan 16, 2026, 03:16 PM

axiom-foundation-models

Content & Writing

by CharlesWiltgen

Use when implementing on-device AI with Apple's Foundation Models framework — prevents context overflow, blocking UI, wrong model use cases, and manual JSON parsing when @Generable should be used. iOS 26+, macOS 26+, iPadOS 26+, axiom-visionOS 26+

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when debugging Foundation Models issues — context exceeded, guardrail violations, slow generation, availability problems, unsupported language, or unexpected output. Systematic diagnostics with production crisis defense.

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Reference — Complete Foundation Models framework guide covering LanguageModelSession, @Generable, @Guide, Tool protocol, streaming, dynamic schemas, built-in use cases, and all WWDC 2025 code examples

238
Jan 16, 2026, 03:16 PM

axiom-getting-started

Content & Writing

by CharlesWiltgen

Use when first installing Axiom, unsure which skill to use, want an overview of available skills, or need help finding the right skill for your situation — interactive onboarding that recommends skills based on your project and current focus

238
Jan 16, 2026, 03:16 PM

axiom-grdb

Content & Writing

by CharlesWiltgen

Use when writing raw SQL queries with GRDB, complex joins, ValueObservation for reactive queries, DatabaseMigrator patterns, query profiling under performance pressure, or dropping down from SQLiteData for performance - direct SQLite access for iOS/macOS

238
Jan 16, 2026, 03:16 PM

axiom-hang-diagnostics

Content & Writing

by CharlesWiltgen

Use when app freezes, UI unresponsive, main thread blocked, watchdog termination, or diagnosing hang reports from Xcode Organizer or MetricKit

238
Jan 16, 2026, 03:16 PM

axiom-haptics

Content & Writing

by CharlesWiltgen

Use when implementing haptic feedback, Core Haptics patterns, audio-haptic synchronization, or debugging haptic issues - covers UIFeedbackGenerator, CHHapticEngine, AHAP patterns, and Apple's Causality-Harmony-Utility design principles from WWDC 2021

238
Jan 16, 2026, 03:16 PM

axiom-hig

Content & Writing

by CharlesWiltgen

Use when making design decisions, reviewing UI for HIG compliance, choosing colors/backgrounds/typography, or defending design choices - quick decision frameworks and checklists for Apple Human Interface Guidelines

238
Jan 16, 2026, 03:16 PM

axiom-hig-ref

Content & Writing

by CharlesWiltgen

Reference — Comprehensive Apple Human Interface Guidelines covering colors (semantic, custom, patterns), backgrounds (material hierarchy, dynamic), typography (built-in styles, custom fonts, Dynamic Type), SF Symbols (rendering modes, color, axiom-localization), Dark Mode, accessibility, and platform-specific considerations

238
Jan 16, 2026, 03:16 PM

axiom-icloud-drive-ref

Content & Writing

by CharlesWiltgen

Use when implementing 'iCloud Drive', 'ubiquitous container', 'file sync', 'NSFileCoordinator', 'NSFilePresenter', 'isUbiquitousItem', 'NSUbiquitousKeyValueStore', 'ubiquitous file sync' - comprehensive file-based iCloud sync reference

238
Jan 16, 2026, 03:16 PM

axiom-in-app-purchases

Content & Writing

by CharlesWiltgen

Use when implementing in-app purchases, StoreKit 2, subscriptions, or transaction handling - testing-first workflow with .storekit configuration, StoreManager architecture, transaction verification, subscription management, and restore purchases for consumables, non-consumables, and auto-renewable subscriptions

238
Jan 16, 2026, 03:16 PM

axiom-ios-ai

Content & Writing

by CharlesWiltgen

Use when implementing ANY Apple Intelligence or on-device AI feature. Covers Foundation Models, @Generable, LanguageModelSession, structured output, Tool protocol, iOS 26 AI integration.

238
Jan 16, 2026, 03:16 PM

axiom-ios-build

Content & Writing

by CharlesWiltgen

Use when ANY iOS build fails, test crashes, Xcode misbehaves, or environment issue occurs before debugging code. Covers build failures, compilation errors, dependency conflicts, simulator problems, environment-first diagnostics.

238
Jan 16, 2026, 03:16 PM

axiom-ios-concurrency

Content & Writing

by CharlesWiltgen

Use when writing ANY code with async, actors, threads, or seeing ANY concurrency error. Covers Swift 6 concurrency, @MainActor, Sendable, data races, async/await patterns, performance optimization.

238
Jan 16, 2026, 03:16 PM

axiom-ios-graphics

Content & Writing

by CharlesWiltgen

Use when working with ANY GPU rendering, Metal, OpenGL migration, shaders, 3D content, RealityKit, AR, or display performance. Covers Metal migration, shader conversion, RealityKit ECS, RealityView, variable refresh rate, ProMotion.

238
Jan 16, 2026, 03:16 PM

axiom-ios-integration

Content & Writing

by CharlesWiltgen

Use when integrating ANY iOS system feature - Siri, Shortcuts, Apple Intelligence, widgets, IAP, camera, photo library, photos picker, audio, axiom-haptics, axiom-localization, privacy, alarms. Covers App Intents, WidgetKit, StoreKit, AVFoundation, PHPicker, PhotosPicker, Core Haptics, App Shortcuts, Spotlight, AlarmKit.

238
Jan 16, 2026, 03:16 PM

axiom-ios-performance

Content & Writing

by CharlesWiltgen

Use when app feels slow, memory grows, battery drains, or diagnosing ANY performance issue. Covers memory leaks, profiling, Instruments workflows, retain cycles, performance optimization.

238
Jan 16, 2026, 03:16 PM

axiom-ios-testing

Content & Writing

by CharlesWiltgen

Use when writing ANY test, debugging flaky tests, making tests faster, or asking about Swift Testing vs XCTest. Covers unit tests, UI tests, fast tests without simulator, async testing, test architecture.

238
Jan 16, 2026, 03:16 PM

axiom-ios-ui

Content & Writing

by CharlesWiltgen

Use when building, fixing, or improving ANY iOS UI including SwiftUI, UIKit, layout, navigation, animations, design guidelines. Covers view updates, layout bugs, navigation issues, performance, architecture, Apple design compliance.

238
Jan 16, 2026, 03:16 PM

axiom-ios-vision

Content & Writing

by CharlesWiltgen

Use when implementing ANY computer vision feature - image analysis, object detection, pose detection, person segmentation, subject lifting, hand/body pose tracking.

238
Jan 16, 2026, 03:16 PM

axiom-liquid-glass

Content & Writing

by CharlesWiltgen

Use when implementing Liquid Glass effects, reviewing UI for Liquid Glass adoption, debugging visual artifacts, optimizing performance, or requesting expert review of Liquid Glass implementation - provides comprehensive design principles, API patterns, and troubleshooting guidance from WWDC 2025. Includes design review pressure handling and professional push-back frameworks

238
Jan 16, 2026, 03:16 PM

axiom-liquid-glass-ref

Content & Writing

by CharlesWiltgen

Use when planning comprehensive Liquid Glass adoption across an app, auditing existing interfaces for Liquid Glass compatibility, implementing app icon updates, or understanding platform-specific Liquid Glass behavior - comprehensive reference guide covering all aspects of Liquid Glass adoption from WWDC 2025

238
Jan 16, 2026, 03:16 PM

axiom-localization

Content & Writing

by CharlesWiltgen

Use when localizing apps, using String Catalogs, generating type-safe symbols (Xcode 26+), handling plurals, RTL layouts, locale-aware formatting, or migrating from .strings files - comprehensive i18n patterns for Xcode 15-26

238
Jan 16, 2026, 03:16 PM

axiom-memory-debugging

Content & Writing

by CharlesWiltgen

Use when you see memory warnings, 'retain cycle', app crashes from memory pressure, or when asking 'why is my app using so much memory', 'how do I find memory leaks', 'my deinit is never called', 'Instruments shows memory growth', 'app crashes after 10 minutes' - systematic memory leak detection and fixes for iOS/macOS

238
Jan 16, 2026, 03:16 PM

axiom-metal-migration

Content & Writing

by CharlesWiltgen

Use when porting OpenGL/DirectX to Metal - translation layer vs native rewrite decisions, migration planning, anti-patterns

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when ANY Metal porting issue occurs - black screen, rendering artifacts, shader errors, wrong colors, performance regressions, GPU crashes

238
Jan 16, 2026, 03:16 PM

axiom-metal-migration-ref

Content & Writing

by CharlesWiltgen

Use when converting shaders or looking up API equivalents - GLSL to MSL, HLSL to MSL, GL/DirectX to Metal mappings, MTKView setup code

238
Jan 16, 2026, 03:16 PM

axiom-metrickit-ref

Content & Writing

by CharlesWiltgen

MetricKit API reference for field diagnostics - MXMetricPayload, MXDiagnosticPayload, MXCallStackTree parsing, crash and hang collection

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Reference — Comprehensive Network.framework guide covering NetworkConnection (iOS 26+), NWConnection (iOS 12-25), TLV framing, Coder protocol, NetworkListener, NetworkBrowser, Wi-Fi Aware discovery, and migration strategies

238
Jan 16, 2026, 03:16 PM

axiom-networking

Content & Writing

by CharlesWiltgen

Use when implementing Network.framework connections, debugging connection failures, migrating from sockets/URLSession streams, or adopting structured concurrency networking patterns - prevents deprecated API usage, reachability anti-patterns, and thread-safety violations with iOS 12-26+ APIs

238
Jan 16, 2026, 03:16 PM

axiom-networking-diag

Content & Writing

by CharlesWiltgen

Use when debugging connection timeouts, TLS handshake failures, data not arriving, connection drops, performance issues, or proxy/VPN interference - systematic Network.framework diagnostics with production crisis defense

238
Jan 16, 2026, 03:16 PM

axiom-networking-legacy

Content & Writing

by CharlesWiltgen

This skill should be used when working with NWConnection patterns for iOS 12-25, supporting apps that can't use async/await yet, or maintaining backward compatibility with completion handler networking.

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Network framework migration guides. Use when migrating from BSD sockets to NWConnection, NWConnection to NetworkConnection (iOS 26+), or URLSession StreamTask to NetworkConnection.

238
Jan 16, 2026, 03:16 PM