fulcro-statecharts
Complete reference for Fulcrologic Statecharts including state machines, transitions, events, Fulcro integration, and testing. Use when implementing statecharts, managing complex UI state, or working with state machine patterns.
brightness-system
8-mode brightness system implementation with CSS custom properties. Use when implementing theme switching, color tokens, or fixing brightness-related issues.
project-database
Guide for using app_database package with Drift for user settings, app config, and persistent data (project)
concurrency-patterns
Modern Swift concurrency with async/await, actors, structured concurrency, and AsyncSequence patterns for iOS/tvOS
mobile-skills
Master iOS development with Swift, Android development with Kotlin, React Native, Flutter, and cross-platform mobile technologies.
supabase-realtime-ios
Use when implementing or reviewing Supabase Realtime in iOS/Swift apps (supabase-swift). Covers Postgres Changes, Broadcast, Presence, channel lifecycle, and best practices.
swiftui-macos-shortcuts
Use when implementing or debugging macOS menu commands and keyboard shortcuts in SwiftUI (Commands, CommandGroup, FocusedValues), especially for File menu Save/Reload or global app shortcuts.
performance-optimization
SwiftUI and iOS performance optimization techniques including profiling with Instruments, memory management, and rendering optimization
ios26-research-assistant
Compensates for Claude's January 2025 knowledge cutoff by actively searching Apple's official iOS 26 documentation before making claims about iOS 26 APIs, frameworks, or features. This skill should be used when about to make statements about iOS 26 features, suggesting iOS 26-specific APIs, implementing iOS 26 functionality, or answering questions about iOS 26 capabilities. The skill provides multi-tier search workflows using Apple RAG, Sosumi, and web search tools with proper verification tagging.
swiftui-animation-ref
Use when implementing SwiftUI animations, understanding VectorArithmetic, using @Animatable macro, zoom transitions, UIKit/AppKit animation bridging, choosing between spring and timing curve animations, or debugging animation behavior - comprehensive animation reference from iOS 13 through iOS 26
staged-hydration-systems
Develop staged hydration systems for prioritizing critical UI regions and progressive interactivity.
windows15-app-development
Build and modify apps in the Windows 15 desktop environment. Use when creating new apps, modifying existing apps in apps/, working with window management, persistence, hotkeys, notifications, or UI components.
combine-reactive
Combine framework for reactive programming in iOS/tvOS with publishers, operators, and integration with async/await
typography-ref
Apple platform typography reference (San Francisco fonts, text styles, Dynamic Type, tracking, leading, internationalization) through iOS 26
api-integration
Comprehensive REST and GraphQL API integration patterns for iOS/tvOS using Alamofire and URLSession
ios-networking
Master iOS networking - URLSession, async/await, REST APIs, authentication
firebase-integration
Integrate Google Firebase Firestore for cloud data storage, implement CRUD operations, and manage data persistence
accessibility
Implement accessibility for the .NET 8 WPF widget host app. Use when improving keyboard navigation, screen reader support, focus states, and color contrast in XAML and styles.
swift-conventions-best-practices
Swift 5 naming conventions, file structure, code organization, and SwiftLint rules for iOS/tvOS development
custom-plugin-flutter-skill-animations
Production-grade Flutter animations mastery - Implicit and explicit animations, AnimationController, Hero transitions, physics-based motion, Lottie/Rive integration, 60fps optimization with comprehensive code examples
coroutines-kotlin
Master Kotlin coroutines with suspend functions, flows, channels, and structured concurrency for building async applications.