Browse
Mobile
Skills Found
mobile-development
Provides mobile development guidance covering React Native, Flutter, Swift, and Kotlin with framework comparisons, performance targets, security practices, testing strategies, and deployment checklists. Includes decision matrices and platform-specific guidelines for iOS and Android development.
push-notifications
Provides ready-to-use code snippets for implementing push notifications in Expo and React Native apps. Covers both managed and bare workflows with Firebase integration, permission handling, and notification response management.
app-store-deploy
This skill provides a reference guide for submitting mobile apps to iOS App Store and Google Play. It covers account requirements, EAS submit commands, common rejection reasons, and testing tracks. It's essentially a structured checklist rather than an interactive tool.
expo-workflows
Provides practical Expo workflow examples including project setup, EAS Build configurations, OTA updates with expo-updates, environment variable usage, and common package installations. Focuses on real-world development tasks rather than theoretical concepts.
mobile-ui
Provides React Native code examples for common mobile UI patterns including animations with Reanimated, gesture handling, bottom sheets, and platform-specific design guidelines for iOS and Android.
android-deploy-usb
Builds and deploys Android apps to USB-connected devices using Gradle and ADB. Provides fast incremental builds (2-5 seconds) and handles common debugging issues like device authorization and Java environment setup. Includes troubleshooting steps for connection problems.
moai-lang-swift
A specialized Claude Skill for Swift 6+ development, focusing on iOS/macOS apps with SwiftUI, Combine, and modern concurrency patterns. It provides code examples, project setup guidance, and integrates with Context7 libraries for Apple's official Swift documentation. The skill auto-triggers on Swift files and Xcode projects.
deep-linking
Provides configuration examples for implementing deep linking in Expo/React Native apps, covering URL schemes, Universal Links (iOS), and App Links (Android). Includes code snippets for app.json setup, server configuration files, and testing commands.
qa-testing-ios
Provides concrete commands and strategies for iOS testing automation using Xcode tools. Covers simulator management, test execution, flake reduction, and CI integration with specific bash commands and practical guidelines.
ios-code-review
This skill reviews iOS Swift code for a specific app (Payoo Merchant), focusing on critical issues like RxSwift memory leaks, retain cycles, and Clean Architecture violations. It provides actionable feedback with severity levels and code examples, but is tightly coupled to one project's conventions.
react-native-expert
Provides React Native project structure templates, navigation setup examples, state management with Zustand, and performance optimization patterns including memoization and FlatList configuration. Focuses on practical implementation details rather than theoretical concepts.
moai-lang-flutter
Provides detailed Flutter 3.24+ and Dart 3.5+ development guidance with Riverpod state management, go_router navigation, and performance optimization patterns. Includes practical code examples for modern Dart features, widget building, and testing frameworks.