Agent Skills by 炫神
Showing 51 vetted skills indexed across 1 GitHub repositories.
xxf-event-reporter
Transport arbitrary key-value events to registered custom backends.
xxf-keychain
Store and retrieve sensitive credentials in iOS Keychain with configurable access policies.
xxf-appkit
Bridge AppKit-based macOS UI with shared iOS ViewModel and business logic.
xxf-image-loader
Decouple iOS image loading from concrete libraries via a protocol.
xxf-event-reporter-firebase
Report atomic events to Firebase via XXFEventReporter provider registration.
xxf-photo-picker
Abstract photo and video picking behind a unified provider interface for iOS/macOS apps.
xxf-image-nuke-loader
Replace the default image loading backend with Nuke for XXFImageLoader.
xxf-photo-picker-zl
Register ZLPhotoBrowser as the XXFPhotoPicker provider during iOS app startup.
xxf-di
Register and resolve Swift services with a lightweight dependency injection container.
xxf-extensions
Locate and reuse XXF extension methods for Foundation and UIKit types.
xxf-bus
Provide a type-safe event bus for iOS cross-module decoupling.
xxf-image-editor
Unify crop, filter, and annotate operations behind a stable image editing API.
xxf-router
Centralize routing keys and interceptors for modular app navigation.
xxf-identifier
Generate UUID, Snowflake, and device IDs for offline and cross-device contexts.
xxf-reusable
Automate type-safe registration and dequeuing of UITableView and UICollectionView cells.
xxf-keyboard
Centralize iOS form keyboard show/hide, input avoidance, and Return key navigation.
xxf-viewmodel
Provide a reusable ViewModel base with lifecycle management and state exposure for Swift iOS/macOS apps.
xxf-swift-format
Apply SwiftFormat rules to Swift codebases using a .swiftformat configuration.
xxf-hud-ios
Register a local provider for platform-specific XXFHud HUD theme customization on iOS.
xxf-coding-style
Enforce Swift coding standards for file organization and naming conventions.
xxf-coding-arch
Define six-directory iOS feature module architecture with unidirectional dependencies.
xxf-cache
Unify in-memory LRU, disk cache, and @PreferenceWrapper KV storage.
xxf-json
Parse and serialize JSON in Swift with dynamic key handling and tolerant typing.
xxf-image-editor-brightroom
Integrate Brightroom as the backend editor for XXFImageEditor.