Skip to main content

이 저장소의 skills

ComeOnOliver/skillshub - 16페이지

SkillsMP는 ComeOnOliver/skillshub에서 4,287개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

ComeOnOliver/skillshub

수집된 skill 4,287개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Use when code signing fails during build, archive, or upload — certificate not found, provisioning profile mismatch, errSecInternalComponent in CI, ITMS-90035 invalid signature, ambiguous identity, entitlement mismatch. Covers certificate, profile, keychain,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when needing certificate CLI commands, provisioning profile inspection, entitlement extraction, Keychain management scripts, codesign verification, fastlane match setup, Xcode build settings for signing, or APNs .p8 vs .p12 decision. Covers complete code…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when setting up code signing, managing certificates, configuring provisioning profiles, debugging signing errors, setting up CI/CD signing, or preparing distribution builds. Covers certificate lifecycle, automatic vs manual signing, entitlements, fastlane…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when working with Combine publishers, AnyCancellable lifecycle, @Published properties, or bridging Combine with async/await. Covers reactive patterns, operator selection, memory management, and migration strategy.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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+

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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+

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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+

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

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,…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when fixing or auditing ANY accessibility issue - VoiceOver, Dynamic Type, color contrast, touch targets, WCAG compliance, App Store accessibility review.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when working with ANY data persistence, database, axiom-storage, CloudKit, migration, or serialization. Covers SwiftData, Core Data, GRDB, SQLite, CloudKit sync, file storage, Codable, migrations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building ANY 2D or 3D game, game prototype, or interactive simulation with SpriteKit, SceneKit, or RealityKit. Covers scene graphs, ECS architecture, physics, actions, game loops, rendering, SwiftUI integration, SceneKit migration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
수집된 skill 4,287개 중 40개를 표시합니다.