category focus

Mobile

iOS, Android, and cross-platform dev tools.

2348 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
mobile
855

nativephp-mobile

Builds native iOS and Android apps with PHP & Larvel. Activate when using native device APIs (camera, dialog, biometrics, scanner, geolocation, push notifications), EDGE components (bottom-nav, top-bar, side-nav), `#nativephp` JavaScript imports, native mobile events, NativePHP Artisan commands (native:run, native:install, native:watch), deep links, secure storage, or mobile app deployment.

NativePHP
NativePHP
development
open
mobile
843

winuae-amiberry-merge

Assist with merging updates and synchronizing functionality from the upstream WinUAE repository (Windows) to Amiberry (Linux/macOS/Android/Windows). Includes a guide for porting Win32 GUI dialogs to Dear ImGui, mapping Windows controls to ImGui equivalents, analyzing platform-specific code, and preserving upstream-sync safety when Amiberry needs local divergences in WinUAE-tracked files. Use this for analyzing upstream commits, identifying Windows-specific code, adapting GUI panels, handling `#ifdef AMIBERRY` splits, and verifying feature parity.

BlitterStudio
BlitterStudio
development
open
mobile
841

aris-feishu-notify

Send notifications to Feishu/Lark. Internal utility used by other skills, or manually via /feishu-notify. Supports push-only (webhook) and interactive (bidirectional) modes. Use when user says "发飞书", "notify feishu", or other skills need to send status updates.

OpenLAIR
OpenLAIR
development
open
mobile
832

chat-x-contribute

帮助开发者上手 @blueking/chat-x 组件库开发。当用户需要了解 chat-x、开发新组件时使用。

TencentBlueKing
TencentBlueKing
development
open
mobile
831

stac-quickstart

Help initialize and validate a Stac-enabled Flutter project and ship a first server-driven screen. Use when users ask to set up Stac CLI, run stac init/build/deploy, verify project prerequisites, or troubleshoot first-run setup and missing configuration files.

StacDev
StacDev
development
open
mobile
826

human-auth-camera

Handle camera photo capture delegation from Human Phone. Covers single photo capture, push to Agent Phone, and app file picker navigation.

pockebot
pockebot
development
open
mobile
826

solitaire-play

Play Klondike Solitaire in mobile solitaire apps. Use when the user asks to play/solve/win solitaire, needs move-by-move card decisions, or asks for solitaire operation guidance on phone UI (tap, swipe-based drag, stock cycling, and foundation strategy).

pockebot
pockebot
development
open
mobile
817

developing-ios-apps

Develops iOS/macOS applications with XcodeGen, SwiftUI, and SPM. Handles Apple Developer signing, notarization, and CI/CD pipelines. Triggers on XcodeGen project.yml, SPM dependency issues, device deployment, code signing errors (Error -25294, keychain mismatch, adhoc fallback, EMFILE, notarization credential conflict, continueOnError), camera/AVFoundation debugging, iOS version compatibility, "Library not loaded @rpath", Electron @electron/osx-sign/@electron/notarize config, notarytool, GitHub Actions secrets in conditionals, or certificate/provisioning problems. Use when building iOS/macOS apps, fixing Xcode build failures, deploying to real devices, or configuring CI/CD signing pipelines.

daymade
daymade
development
open
mobile
813

flutter-init

Use when user wants to create a new Flutter project (Todo/Habit/Note/Expense/Custom domain) with Clean Architecture, Riverpod 3.0, Drift, and modern Flutter stack

bear2u
bear2u
development
open
mobile
813

flutter-init

Use when user wants to create a new Flutter project (Todo/Habit/Note/Expense/Custom domain) with Clean Architecture, Riverpod 3.0, Drift, and modern Flutter stack

bear2u
bear2u
development
open
mobile
807

axiom-ios-graphics

Use when working with ANY GPU rendering, Metal, OpenGL migration, shaders, 3D content, RealityKit, AR, or display performance. Covers Metal migration, shader conversion, RealityKit ECS, RealityView, variable refresh rate, ProMotion.

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-sqlitedata-migration

Use when migrating from SwiftData to SQLiteData — decision guide, pattern equivalents, code examples, CloudKit sharing (SwiftData can't), performance benchmarks, gradual migration strategy

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-typography-ref

Apple platform typography reference (San Francisco fonts, text styles, Dynamic Type, tracking, leading, internationalization) through iOS 26

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-swiftui-gestures

Use when implementing SwiftUI gestures (tap, drag, long press, magnification, rotation), composing gestures, managing gesture state, or debugging gesture conflicts - comprehensive patterns for gesture recognition, composition, accessibility, and cross-platform support

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-core-data

Use when choosing Core Data vs SwiftData, setting up the Core Data stack, modeling relationships, or implementing concurrency patterns - prevents thread-confinement errors and migration crashes

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-extensions-widgets

Use when implementing widgets, Live Activities, or Control Center controls - enforces correct patterns for timeline management, data sharing, and extension lifecycle to prevent common crashes and memory issues

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-uikit-animation-debugging

Use when CAAnimation completion handler doesn't fire, spring physics look wrong on device, animation duration mismatches actual time, gesture + animation interaction causes jank, or timing differs between simulator and real hardware - systematic CAAnimation diagnosis with CATransaction patterns, frame rate awareness, and device-specific behavior

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-app-composition

Use when structuring app entry points, managing authentication flows, switching root views, handling scene lifecycle, or asking 'how do I structure my @main', 'where does auth state live', 'how do I prevent screen flicker on launch', 'when should I modularize' - app-level composition patterns for iOS 26+

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-cloud-sync-diag

Use when debugging 'file not syncing', 'CloudKit error', 'sync conflict', 'iCloud upload failed', 'ubiquitous item error', 'data not appearing on other devices', 'CKError', 'quota exceeded' - systematic iCloud sync diagnostics for both CloudKit and iCloud Drive

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-file-protection-ref

Use when asking about 'FileProtectionType', 'file encryption iOS', 'NSFileProtection', 'data protection', 'secure file storage', 'encrypt files at rest', 'complete protection', 'file security' - comprehensive reference for iOS file encryption and data protection APIs

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-liquid-glass-ref

Use when planning comprehensive Liquid Glass adoption across an app, auditing existing interfaces for Liquid Glass compatibility, implementing app icon updates, or understanding platform-specific Liquid Glass behavior - comprehensive reference guide covering all aspects of Liquid Glass adoption from WWDC 2025

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-network-framework-ref

Reference — Comprehensive Network.framework guide covering NetworkConnection (iOS 26+), NWConnection (iOS 12-25), TLV framing, Coder protocol, NetworkListener, NetworkBrowser, Wi-Fi Aware discovery, and migration strategies

CharlesWiltgen
CharlesWiltgen
development
open
mobile
807

axiom-auto-layout-debugging

Use when encountering "Unable to simultaneously satisfy constraints" errors, constraint conflicts, ambiguous layout warnings, or views positioned incorrectly - systematic debugging workflow for Auto Layout issues in iOS

CharlesWiltgen
CharlesWiltgen
development
open
Previous
Page 14 / 98
Next