kotlin-flow
Kotlin Flow - StateFlow, SharedFlow, operators, testing
core-location
Use for Core Location implementation patterns - authorization strategy, monitoring strategy, accuracy selection, background location
synchronizing-data
Implements offline-first synchronization with encrypted local storage and intelligent conflict resolution for mobile AI applications. Use when building offline-capable mobile apps, implementing sync with privacy requirements, or managing encrypted local data persistence. Do not use for cloud databases, real-time websocket sync, or server-side data management.
swiftui-26-ref
Use when implementing iOS 26 SwiftUI features - covers Liquid Glass design system, performance improvements, @Animatable macro, 3D spatial layout, scene bridging, WebView/WebPage, AttributedString rich text editing, drag and drop enhancements, and visionOS integration for iOS 26+
flutter-planning
Use when you have a design or requirements for a multi-step Flutter feature, before touching code
kotlin-expert
Expert-level Kotlin development, Android, coroutines, and multiplatform
swiftui-view-refactor
Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.
localization
Implement localization for the .NET 8 WPF widget host app using resource files, culture switching, and RTL considerations. Use when adding RESX resources, binding localized strings, or supporting multiple cultures.
coordinator-pattern
Navigation coordination pattern for iOS/tvOS to decouple navigation logic from view controllers and manage app flow
performance-optimization
Performance optimization patterns for Flutter applications including widget optimization, memory management, profiling, and 60 FPS best practices
expo-deployment
Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and CI/CD workflows with EAS
kotlin-multiplatform
Kotlin Multiplatform - shared code, expect/actual, iOS integration
project-metadata
Guide for updating app name, bundle identifier, and company metadata across all platforms (project)
momentum-app-creator
Create new Flipper Zero applications for Momentum Firmware
nielsen-visibility
Garantiza que el sistema informe constantemente al usuario sobre su estado. Use cuando diseñe feedback visual, loaders, estados de progreso o cualquier interacción que requiera confirmación.
flutter-performance
Optimize Flutter app performance with widget rebuilds, memory management, rendering optimization, and profiling techniques. Achieve smooth 60fps rendering.
widget-settings
Widget settings persistence and UI patterns for the .NET 8 WPF widget host app. Use when adding settings to widgets, persisting configuration, or building settings dialogs.
react-native-expert
React Native跨平台移动开发专家,精通iOS和Android应用开发、性能优化、原生模块集成和移动应用发布流程。能够构建高质量的移动应用。
slint-gui-expert
Comprehensive Slint GUI development expert based on official source code. Covers Rust integration, component design, layouts, styling, animations, cross-platform deployment, and performance optimization. Use when working with Slint UI toolkit, building native GUI applications, or when mentioning Slint, GUI development, or Rust user interfaces. Built with official documentation and examples.
component-usage
동구라미 앱 컴포넌트 라이브러리 사용 가이드. UI 컴포넌트 구현, 스타일 커스터마이징, 위젯 활용법 안내. Keywords: component, widget, ui, style, button, dialog, text field, chip, app bar, drawer
custom-plugin-flutter-skill-localization
Production-grade Flutter localization mastery - ARB files, flutter_localizations, intl package, pluralization, RTL support, dynamic locale switching with comprehensive code examples