axiom▌
136 indexed skills · max 10 per page
axiom-xctrace-ref
charleswiltgen/axiom · Productivity
Command-line interface for Instruments profiling. Enables headless performance analysis without GUI.
axiom-grdb
charleswiltgen/axiom · Productivity
Direct SQLite access using GRDB.swift — a toolkit for SQLite databases with type-safe queries, migrations, and reactive observation.
axiom-sqlitedata
charleswiltgen/axiom · Productivity
Type-safe SQLite persistence using SQLiteData (pointfreeco/sqlite-data) by Point-Free. A fast, lightweight replacement for SwiftData with CloudKit synchronization support, built on GRDB (groue/GRDB.swift) and StructuredQueries (pointfreeco/swift-structured-queries).
axiom-ios-vision
charleswiltgen/axiom · Productivity
You MUST use this skill for ANY computer vision work using the Vision framework.
axiom-ios-ml
charleswiltgen/axiom · AI/ML
You MUST use this skill for ANY on-device machine learning or speech-to-text work.
axiom-metal-migration-ref
charleswiltgen/axiom · Productivity
Complete reference for converting OpenGL/DirectX code to Metal.
axiom-spritekit-ref
charleswiltgen/axiom · Productivity
Complete API reference for SpriteKit organized by category.
axiom-sf-symbols-ref
charleswiltgen/axiom · Productivity
Use when:
axiom-spritekit-diag
charleswiltgen/axiom · Productivity
Systematic diagnosis for common SpriteKit issues with time-cost annotations.
axiom-swiftui-search-ref
charleswiltgen/axiom · Frontend
SwiftUI search is environment-based and navigation-consumed. You attach .searchable() to a view, but a navigation container (NavigationStack, NavigationSplitView, or TabView) renders the actual search field. This indirection is the source of most search bugs.