mobileBuild mobile applications with proper lifecycle handling, offline support, and platform conventions.
Install via ClawdBot CLI:
clawdbot install ivangdavila/mobileGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
A retail app that handles product browsing, cart management, and offline purchases. It uses lifecycle awareness to save cart state when backgrounded, offline-first design to queue orders during network loss, and notifications for order updates. Performance optimizations ensure smooth scrolling and fast startup for user retention.
A secure app for patients to view medical records, schedule appointments, and receive medication reminders. It implements secure storage for credentials, accessibility features for diverse users, and background tasks for syncing data. Permissions are requested contextually for features like location-based clinic finders.
A mobile-first social app with real-time messaging, photo uploads, and push notifications. It employs aggressive caching for offline content viewing, conflict resolution for simultaneous edits, and battery-aware network polling. Navigation follows platform conventions for deep linking from shared posts.
An app that logs workouts, tracks progress with sensors, and provides haptic feedback during exercises. It handles low memory warnings by releasing non-essential caches, uses local notifications for reminders, and supports dynamic type for accessibility. Testing includes real devices to ensure accurate sensor data.
Offer a free basic app with core features like offline support and notifications, then monetize through premium upgrades such as advanced analytics, ad removal, or cloud sync. Revenue comes from one-time purchases or subscriptions, leveraging app store guidelines for regular updates to maintain visibility.
Provide the app for free with integrated ads, using performance optimizations to ensure smooth ad delivery without jank. Monetize through banner, interstitial, or rewarded video ads, while respecting battery and data usage to avoid user churn. Regular updates help comply with app store policies for ad content.
Sell the app to businesses for internal use, such as field service tools or employee portals, with features like secure storage and offline-first design. Revenue is generated through licensing fees per user or device, with a focus on testing across multiple OS versions and screen sizes for broad compatibility.
💬 Integration Tip
Integrate this skill by focusing on platform-specific conventions for navigation and permissions, and prioritize offline-first caching to enhance user experience in unreliable network conditions.
Scored Apr 21, 2026
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.
Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.
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.
Build performant cross-platform apps with Flutter widgets, state management, and platform integration.