ios skills

975 tagged ios, measured the same way as everything else here.

Browse within: android 298swift 254swiftui 199apple 120kmp 78compose-multiplatform 77ios-development 62golang 56appkit 53flutter 52macos 52desktop 51dotnet 51maccatalyst 51

flutter-cherry-pick

01

flutter/flutter

Skill Claude CodeCodex

How to land a formal cherry-pick of a merged PR for the flutter/flutter repo stable or beta channel. Only use for flutter/flutter landed pull requests. Only use when the cherry pick request is into "stable", "beta" or a branch that has the format with flutter- . -candidate.0.

179k yesterday A 72 tokens original BSD-3-Clause

shepherd-prs

02

flutter/flutter

Skill Claude CodeCodex

Automate shepherding, checking status, updating branches, and landing open PRs or approved third-party contributor PRs in the flutter/flutter repository using the gh CLI. When to use: - When you need to check the status of open PRs or shepherded third-party PRs. - When you need to update stale branches or apply the…

179k yesterday A 124 tokens original BSD-3-Clause

flutter/flutter

Skill Claude CodeCodex

Upgrades Flutter's Android SDK dependency to a new Android API version (or preview/canary release) in packages.txt, verifies CIPD tag uniqueness, and packages/uploads the binaries using createcipdpackages.sh across macOS, Linux, and Windows. Use whenever a user wants to pick up a new version of Android or upload…

179k yesterday A 80 tokens original BSD-3-Clause

mobile-dev-inc/Maestro

Skill Claude CodeCodex

Use when bumping Maestro's Android compileSdk/targetSdk to a new API level and validating end-to-end against the test-e2e GHA workflow until the test-android job is green.

15k 3d ago A 46 tokens original Apache-2.0

release

05

mobile-dev-inc/Maestro

Skill Claude CodeCodex

Use when cutting, shipping, or publishing a new Maestro version — "release 2.9.0", "cut a release", "tag vX.Y.Z", "publish the CLI", "update the changelog for the release", "dry-run a release", or any variant of "let's release maestro".

15k 3d ago C 66 tokens original Apache-2.0

newsblur-cli

06

samuelclay/NewsBlur

Skill Claude CodeCodex

Manage your NewsBlur from the terminal. Read feeds, search stories, save and share articles, train intelligence classifiers, discover new feeds, and automate workflows with the NewsBlur CLI. Use when the user wants to interact with their NewsBlur account, check feeds, manage subscriptions, or build scripts around…

7.6k 3d ago A 67 tokens original MIT

find-skills

07

samuelclay/NewsBlur

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

7.6k 3d ago A 67 tokens copy · 81% MIT

samuelclay/NewsBlur

Skill Claude CodeCodex

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel…

7.6k 3d ago A 96 tokens original MIT

add-component

09

signerlabs/ShipSwift

Skill Claude CodeCodex

Add a SwiftUI component from ShipSwift. Use when the user says "add component", "add a view", "add X view", "I need a chart", "add animation", or wants a specific UI element.

3.0k 22d ago A 48 tokens original MIT

build-feature

10

signerlabs/ShipSwift

Skill Claude CodeCodex

Build an iOS feature using ShipSwift components. Use when the user says "build", "create", "add a feature", or describes an iOS feature they want to implement.

3.0k 22d ago A 40 tokens original MIT

explore-recipes

11

signerlabs/ShipSwift

Skill Claude CodeCodex

Explore and browse available ShipSwift components. Use when the user says "explore", "browse", "show recipes", "list components", "what's available", or wants to discover what ShipSwift offers.

3.0k 22d ago A 47 tokens original MIT

EvanBacon/serve-sim

Skill Claude CodeCodex

Audit and update serve-sim's Device Hub-style simulator placeholder assets from local Xcode/CoreTypes resources. Use after installing a new Xcode or macOS seed, or when iPhone, iPad, Watch, or Vision placeholder previews look wrong.

2.7k 2d ago A 56 tokens original Apache-2.0

serve-sim

13

EvanBacon/serve-sim

Skill Claude CodeCodex

Control and stream a running iOS, iPad, or Apple Watch Simulator with npx serve-sim. Use for simulator preview, taps, gestures, hardware buttons, rotation, camera injection, permissions, accessibility, and CoreAnimation debug.

2.7k 2d ago A 52 tokens original Apache-2.0

release

14

doronz88/pymobiledevice3

Skill Claude CodeCodex

Cut a new pymobiledevice3 release — create the GitHub release (which publishes to PyPI) with a curated Highlights section. Use when asked to "release vX.Y.Z", "cut a release", or "publish a new version".

2.7k yesterday A 52 tokens GPL-3.0

doronz88/pymobiledevice3

Skill Claude CodeCodex

Operate iOS and iPadOS devices with pymobiledevice3, from a local checkout or straight from PyPI via uvx on a fresh workstation. Use when an agent needs to inspect a connected device, collect logs or crash data, browse or copy files, manage apps, profiles, or backups, use developer services such as…

2.7k yesterday C 158 tokens GPL-3.0

tss-batch-prefetch

16

doronz88/pymobiledevice3

Skill Claude CodeCodex

Maintain the batched TSS-prefetch list of peripheral updaters (PREFETCHABLEUPDATERS in pymobiledevice3/restore/tss.py). Use when onboarding a new device model, debugging a TSS rejection of the combined POST, or extending the prefetch to cover additional chips (e.g. Cryptex1, Timer, TCON, future Apple peripherals).…

2.7k yesterday A 120 tokens GPL-3.0

software-mansion/argent

Skill Claude CodeCodex

Interact with an iOS simulator, Android emulator, or Chromium (CDP) app using argent MCP tools. Use when tapping UI elements, performing gestures, scrolling/swiping, typing text, pressing hardware buttons, launching apps, opening URLs, taking screenshots, waiting for an element to appear or disappear, or checking…

2.3k yesterday A 73 tokens original Apache-2.0

software-mansion/argent

Skill Claude CodeCodex

Debug a JS runtime via CDP using argent debugger tools. Primary path is React Native via Metro (iOS / Android / Vega); a subset of the tools (debugger-connect, debugger-status, debugger-evaluate, debugger-log-registry) also drive a Chromium (CDP) app's renderer (an Electron app, or any Chromium browser exposing CDP)…

2.3k yesterday A 104 tokens original Apache-2.0

software-mansion/argent

Skill Claude CodeCodex

Grant, deny, or reset an app's runtime permissions (camera, microphone, photos, contacts, notifications, calendar, location, location-always, media-library, motion, reminders) on an iOS simulator or Android device using the argent settings-permissions tool - without navigating the system Settings UI. Use when the…

2.3k yesterday A 140 tokens original Apache-2.0

truesheet-usage

20

lodev09/react-native-true-sheet

Skill Claude CodeCodex

Consumer-side guide for integrating @lodev09/react-native-true-sheet into a React Native app. Use this skill whenever the user wants to add, configure, control, or debug a bottom sheet using TrueSheet — including ref-based sheets, named global sheets, web support with TrueSheetProvider/useTrueSheet, React Navigation…

2.0k 5d ago A 169 tokens original MIT

asc-iap-attach

21

blitzdotdev/blitz-mac

Skill Claude CodeCodex

Attach in-app purchases and subscriptions to an app version for App Store review. Use when the user has IAPs or subscriptions in "Ready to Submit" state that need to be included with a first-time version submission. Works for both first-time and subsequent submissions.

1.7k 1mo ago A 59 tokens original Apache-2.0

blitzdotdev/blitz-mac

Skill Claude CodeCodex

Set up App Store privacy nutrition labels (data collection declarations) for an app. Use when the user needs to declare what data their app collects, how it's used, and whether it's linked to the user. Handles both "no data collected" and full data collection declarations.

1.7k 1mo ago A 63 tokens original Apache-2.0

asc-team-key-create

23

blitzdotdev/blitz-mac

Skill Claude CodeCodex

Create a new App Store Connect Team API Key with Admin permissions, download the one-time .p8 private key, and store it in /.blitz. Use when the user needs a new ASC API key for CLI auth, CI/CD, or external tooling.

1.7k 1mo ago A 57 tokens original Apache-2.0

tddworks/baguette

Skill Claude CodeCodex

Guide for implementing features in baguette — a Swift CLI + WebSocket server that drives iOS simulators via private SimulatorKit. Use this skill when: (1) Adding a new gesture, button, keyboard surface, stream format, or device-chrome behaviour (anything that lands across Domain / Infrastructure / App +…

1.7k 6d ago A 192 tokens original Apache-2.0