Mobile skills

4,269 tagged Mobile, measured the same way as everything else here.

Browse within: android 322ios 206ai-tools 121apple 100skills 94app-store 90aso 86flutter 84agent 80agentic-ai 80compose-multiplatform 77kotlin 76agents 72kmp 71

apk-api-mapper

265

11philip22/api-mapper-skill

Skill Codex

Reverse-engineer and document the network APIs used by an Android APK or JADX project. Trace endpoints, clients, authentication, serialization, signing, and multi-step flows from the app's primary implementation: use hermes-dec for React Native Hermes bundles, direct source analysis for plain JavaScript bundles, and…

not rated 7 17d ago A 126 tokens

implementing-fl-chart

266

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Implements data visualization charts in Flutter using the flchart package (v1.2.0). Supports LineChart, BarChart, PieChart, ScatterChart, RadarChart, and CandlestickChart with implicit animations, touch interactivity, and pan/zoom transformations. Use when building any Flutter chart, graph, or data visualization …

not rated 7 29d ago A 140 tokens original MIT

arc-skill

267

art9mid/arc-skill

Skill Claude CodeCodex

Scaffold production-ready React Native Expo projects with battle-tested architecture including navigation, theme system, API layer, storage, state management, i18n, linting, and mobile UX design system. Use when creating a new React Native app, setting up Expo project architecture, or when the user mentions React…

not rated 7 4mo ago A 126 tokens

tsnAnh/flutter-agentic-starter

Skill Claude CodeCodex

Project-specific Signals and Flutter implementation guidance for Flutter Agentic Starter. Use only when implementing Flutter application code, Flutter tests, or app-platform integration. Do not use for documentation, project setup tooling, repository automation, dependency-only maintenance, or agent configuration.

not rated 7 1mo ago A 56 tokens original MIT

genymotion

269

Genymobile/genymotion-skills

Skill Claude Code

Manages Android virtual devices on Genymotion Cloud (gmsaas) or Desktop (gmtool). Use when user asks to launch, start, stop, list or create virtual devices, install APKs, connect ADB, embed a device in a web page, run CI/CD tests, or any Genymotion-related task. Do NOT use for generic Android development questions…

not rated 7 5mo ago A 87 tokens original MIT

isaac

270

wundercorp/builderstudio-skills

Skill Claude CodeCodex

Use this skill when designing, building, reviewing, submitting, or revising an app for Apple platforms so it is compatible by default with Apple App Store Review Guidelines. This skill covers App Store review readiness, default-safe product architecture, privacy, permissions, metadata, payments, user-generated…

not rated 7 3mo ago A 98 tokens

mcp-builder

271

clivejefferies/mobile-debug-tools

Skill Claude CodeCodex

Skill "mcp-builder" from clivejefferies/mobile-debug-tools, covering mcp builder skill, purpose, activation conditions, surface area (actions) and core guidance (what agent must do).

not rated 7 1mo ago A 0 tokens original Apache-2.0

app-store-approval

272

artbyjazi/app-store-approval

Skill Claude CodeCodex

Audit an iOS/iPadOS codebase for App Store rejection risks before submission. Use this skill whenever the user mentions App Store submission, App Review, TestFlight release, app rejection, ITMS errors, privacy manifests, PrivacyInfo.xcprivacy, App Store guidelines, paywall compliance, "is my app ready to ship", or…

not rated 7 1mo ago A 111 tokens original MIT

ios-hig-pro-max

273

EnzoChen0618/ios-design-swiftui

Skill Claude CodeCodex

Apple ecosystem experience architect skill for SwiftUI development. Invoke this skill whenever the user wants to build, design, review, or polish ANY iOS/iPadOS/macOS interface using SwiftUI — even if they just say "make a screen", "write a SwiftUI view", "help with my app UI", "build an iOS feature", or name any app…

not rated 7 3mo ago A 193 tokens

app-store-connect

274

199-biotechnologies/app-store-connect-skill

Skill Claude CodeCodex

This skill should be used when the user asks to "upload to App Store", "manage App Store Connect", "update app metadata", "upload screenshots", "set app description", "set keywords", "manage TestFlight", "add beta testers", "check app reviews", "respond to reviews", "submit for review", "set app pricing", "create…

not rated 7 5mo ago A 312 tokens original MIT

andmx-android-dev

275

shiaho777/andmx

Skill Claude CodeCodex

Build, run, inspect, and lightly automate Android apps with AndMX Android Dev tools (ZCode android-emulator compatible surface).

not rated 7 +2 6d ago A 32 tokens

beacio-developer

276

wklm/beacio-sdk

Skill Claude CodeCodex

Guides extension development for beacio — the iOS Safari Web Extension that provides Web Bluetooth API support. Trigger when working on Swift CoreBluetooth code, BLE Safari extension internals, companion-app IPC relay, background sync, beacon scanning, Live Activities, simulator verification, Xcode MCP tools, or any…

not rated 6 15d ago A 82 tokens

pythonide-appui

277

Python-IDE/pythonide-skills

Skill Claude Code

Build or modify PythonIDE AppUI MiniApps with native navigation, forms, lists, search, tabs, toolbars, presentation, storage, and AppUI media bridges. Use when the user wants an interactive iOS MiniApp, settings screen, list/detail app, or native UI that may also need photos, camera, location, maps, video, or share.

not rated 6 1mo ago A 78 tokens original MIT

AI-UIconfig-skill

278

voderment/AI-UIconfig-skill

Skill Claude CodeCodex

Refactor an existing SwiftUI project into a governed UI architecture with render-state boundaries, tokenized styling, preview mocks, and a debug-only runtime tuning + writeback tool. Use when the user wants to improve UI maintainability, live-tune styles, or build a reusable UI debugging workflow without changing the…

not rated 6 4mo ago A 73 tokens original MIT

ios-performance

279

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

// CORRECT: [weak self] in escaping closure func fetchData() { networkService.fetch { [weak self] result in guard let self else { return } self.update(with: result) } }.

not rated 6 5mo ago A 201 tokens original MIT

browserstack

280

emersinrp/qa-expert-agent

Skill Claude CodeCodex

Use this skill for BrowserStack App Automate (mobile E2E on real devices) and App Live (manual/interactive mobile testing) — uploading apps, configuring capabilities (bstack:options), running XCUITest / Espresso / Detox / Appium suites on cloud, parallel sharding, local testing tunnel (Local/Gateway), CI integration…

not rated 6 1mo ago A 174 tokens

integration-privy

282

solana-mobile/solana-mobile-skills

Skill Claude CodeCodex

Add Privy authentication to a Solana Expo Android app on top of Mobile Wallet Adapter, using Sign-In-With-Solana. Use when installing @privy-io/expo, mounting PrivyProvider, logging a user in with useLoginWithSiws, linking a wallet to an existing Privy account, reading the Privy access token from a backend, or…

not rated 6 6d ago A Socket: passSnyk: passSkillSpector: warn 87 tokens original Apache-2.0

react-native-dev

283

martgueritainaccurate875/skills

Skill Claude CodeCodex

React Native and Expo development guide covering components, styling, animations, navigation, state management, forms, networking, performance optimization, testing, native capabilities, and engineering (project structure, deployment, SDK upgrades, CI/CD). Use when: building React Native or Expo apps, implementing…

not rated 6 +1 today A 102 tokens copy · 95% MIT

html-to-miniprogram

284

raidenfc/my-skills

Skill Claude CodeCodex

A conversion tool for turning HTML, React, or Vue demo pages into native WeChat Mini Program projects. WeChat Mini Programs are small apps that run inside WeChat.

not rated 6 1mo ago A 59 tokens

OpenAppSkill

285

FoneClaw-AI/foneclaw-android

Skill Claude CodeCodex

Guide the Android agent to open an app, and use Google Play lookup and install tools when the app is missing.

not rated 6 +1 2d ago A 27 tokens original MIT

app-store-screenshots

286

framara/app-store-screenshots-skill

Skill Claude CodeCodex

End-to-end playbook for producing localized, caption-framed App Store screenshots (iPhone + iPad) from real simulator captures, then replacing them on App Store Connect. Use when asked to create, localize, redesign, or upload App Store screenshots for an iOS app. Covers capture automation via the accessibility tree…

not rated 5 18d ago A 88 tokens original MIT

impeccable-swift

287

seansmithworks/impeccable-swift

Skill Claude Code

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a SwiftUI interface on Apple platforms (iOS 26+, iPadOS 26+, macOS 26+, visionOS, watchOS). Covers app shells, screens, views, components, navigation…

not rated 6 3mo ago A 367 tokens original Apache-2.0

swift-knowledge

288

hmohamed01/swift-developer

Skill Claude CodeCodex

Comprehensive Swift development knowledge for iOS/macOS applications, Swift packages, and modern Swift patterns. Use when working with: (1) xcodebuild commands and Xcode projects, (2) Swift Package Manager, (3) SwiftUI views and patterns, (4) Swift 6 concurrency (async/await, actors, Sendable), (5) XCTest and Swift…

not rated 5 7mo ago A 113 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: