ComeOnOliver/skillshub

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

63Stars on the repository
200Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 50 tokens original MIT

axiom-core-data

98

ComeOnOliver/skillshub

Skill Claude CodeCodex

Use when choosing Core Data vs SwiftData, setting up the Core Data stack, modeling relationships, or implementing concurrency patterns - prevents thread-confinement errors and migration crashes.

not rated 63 2mo ago A 38 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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

not rated 63 2mo ago A 28 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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

not rated 63 2mo ago A 31 tokens original MIT

axiom-core-location

101

ComeOnOliver/skillshub

Skill Claude CodeCodex

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

not rated 63 2mo ago A 23 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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+.

not rated 63 2mo ago A 52 tokens original MIT

axiom-cryptokit-ref

103

ComeOnOliver/skillshub

Skill Claude CodeCodex

Use when needing CryptoKit API details — hash functions (SHA2/SHA3), HMAC, AES-GCM/ChaChaPoly encryption, ECDSA/EdDSA signatures, ECDH key agreement, ML-KEM/ML-DSA post-quantum algorithms, HPKE encryption, Secure Enclave key types, key representations (raw/DER/PEM/x963), or Swift Crypto cross-platform parity. Covers…

not rated 63 2mo ago A 101 tokens original MIT

axiom-cryptokit

104

ComeOnOliver/skillshub

Skill Claude CodeCodex

Use when encrypting data, signing payloads, verifying signatures, generating keys, using Secure Enclave, migrating from CommonCrypto, or adopting quantum-secure cryptography. Covers CryptoKit design philosophy, AES-GCM, ECDSA, ECDH, Secure Enclave keys, HPKE, ML-KEM, ML-DSA, and cross-platform interop with Swift…

not rated 63 2mo ago A 84 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 66 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 41 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 56 tokens original MIT

axiom-energy-diag

108

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 45 tokens original MIT

axiom-energy-ref

109

ComeOnOliver/skillshub

Skill Claude CodeCodex

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

not rated 63 2mo ago A 42 tokens original MIT

axiom-energy

110

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 52 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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+.

not rated 63 2mo ago A 46 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 41 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 62 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 44 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 49 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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+.

not rated 63 2mo ago A 67 tokens original MIT

axiom-getting-started

117

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 50 tokens original MIT

axiom-grdb

118

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 52 tokens original MIT

ComeOnOliver/skillshub

Skill Claude CodeCodex

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

not rated 63 2mo ago A 34 tokens original MIT

axiom-haptics

120

ComeOnOliver/skillshub

Skill Claude CodeCodex

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.

not rated 63 2mo ago A 62 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: