with one click
Mobile-dev-skills
Mobile-dev-skills contains 12 collected skills from OMIXEC, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Generates app icons in all required sizes for iOS, Android, and PWA from a single source image. Use when user asks to generate app icons, create iOS icons, Android app icons, favicons, or PWA icons.
Scan an iOS/macOS Xcode project for common App Store rejection patterns before submission. Use when preparing an app for App Store review, after receiving a rejection from Apple, or when auditing metadata, subscriptions, privacy manifests, entitlements, or design compliance.
Rust code style and best practices covering naming, formatting, comments, clippy, rustfmt, linting, and code review conventions. Use when writing or reviewing Rust code for style compliance.
Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing applications, managing infrastructure as code, or deploying to Kubernetes.
Create distinctive, production-grade frontend interfaces with high design quality. Use when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Mobile development guide covering iOS (Swift, SwiftUI), Android (Kotlin, Jetpack Compose), cross-platform (Flutter, React Native), and game development (Unity, Unreal). Use when choosing a mobile platform, building native apps, creating learning paths, or deciding between native and cross-platform approaches.
Wisdom-driven methodology that drives AI with wisdom, trust, and inner motivation rather than fear of failure. Use when a task has failed 2+ times, the agent is about to give up, suggesting the user do it manually, blaming the environment without verification, stuck in loops, passive behavior, or showing user frustration.
Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.
Analyzes CI/CD pipelines to identify common antipatterns (like slow feedback loops or sequential steps) and recommends best practice patterns (like build images, parallelization, and build-once-deploy-anywhere). Use when designing, auditing, or troubleshooting CI/CD workflows to improve speed and reliability.
Convert Flutter/Dart code to Swift/iOS native code. Transforms Riverpod providers, GoRouter navigation, Dio HTTP calls, and Hive/SQLite persistence to Swift equivalents (Combine, SwiftUI navigation, URLSession, Core Data). Use when user has Flutter code they want to port to iOS, mentions "porting Android to iOS", "migrate Dart to Swift", or asks to "convert this Flutter code to Swift".
Convert existing Swift/iOS code to Flutter/Dart. Transforms SwiftUI views, Combine publishers, URLSession APIs, and Core Data models to equivalent Flutter patterns (Riverpod, GoRouter, Dio, Hive/SQLite). Use when user has Swift code they want to port to Flutter, mentions "porting iOS to Android", "migrate Swift to Dart", or asks to "convert this Swift code".
Develop cross-platform mobile apps with Flutter and Dart. Covers Riverpod state management, GoRouter navigation, REST APIs, and platform channels. Use when building iOS/Android apps with a single codebase, implementing smooth animations, or working with Firebase.